sql - How to do conversion on one of the cell in SSRS 2010 while values in a group? -


i have 1 dataset with3 values currence, last value needs number. how can achieve while values in group? enter image description here

all in group enter image description here

i need : iif(fields!booktotal.value ="binds", number, otherwice currency) can achieved format or formatnumber?

you in right track. need provide format strings.

=iif(fields!booktotal.value ="binds", "#,0;(#,0)", "c") 

you can generate format strings setting format in textbox properties , see puts or value of format property.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -