Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why I still see by and at
Message
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
Autre
Titre:
Why I still see by and at
Divers
Thread ID:
01608885
Message ID:
01608885
Vues:
83
Hi everybody,

I added the info message at the bottom of my form:
{{currentAccount.dateTime==null?"":"Account Created: "}}{{currentAccount.dateTime | date:'medium'}}
 {{String.IsNullOrWhiteSpace(currentAccount.operator)?"":"by"}}
 {{currentAccount.operator.TrimEnd()}} {{String.IsNullOrWhiteSpace(currentAccount.salespoint)?"": "at"}}
 {{currentAccount.salespoint.TrimEnd()}}</label>
I don't understand why do I still see 'by' and 'at' but no operator and no salespoint?

Do you see what is wrong with my expression?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform