Hi
how can i concatenate a string in javascript?
I used this:
<Where>
<condition expr = {"@ idEmail = '+ content. @ name +'"} />
</ Where>
it does not work
Abdelkarim
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Use this like :
<Where>
<condition expr = {"@ idEmail = ' "+content. @ name+" ' "} />
</ Where>
Regards,
Kapil Sharma
Views
Replies
Total Likes
Hi,
Use this like :
<Where>
<condition expr = {"@ idEmail = ' "+content. @ name+" ' "} />
</ Where>
Regards,
Kapil Sharma
Views
Replies
Total Likes
thank you it works
To apply a sort of ASC type is enough to put the attribute shortDesc = "true" To false?
Or there is a sort Asc attribute = "true"
Views
Replies
Total Likes
Hi,
No, there is no ASC attribute. You have to use the DESC attribute for both Ascending And Descending Sort.
Views
Replies
Total Likes
Hi,
sortDesc = "false" does this mean that it is an ASC type sort?
Abdelkarim
Views
Replies
Total Likes
Yes correct, if you are using the Order By Clause and using sortDesc = "false", it will sort in ascending manner.
Views
Replies
Total Likes