Viewing 10 posts - 1 through 10 (of 10 total)
Thank you Get me. That resolved the issue. Thank you so much!
September 22, 2015 at 9:05 am
Thank you everyone for your help! I found the error in one of the expressions. Thank you!:-)
September 22, 2015 at 8:17 am
I figured it out. I clicked on Tablix properties, then select filter, and entered =(Fileds!month_end_summary.Value)<>Nothing for the expression, then select = for operator, and for value I entered =true....
December 20, 2013 at 9:46 am
Thanks Koen.
I think i figured it out. I replaced the F0 with N0. So my expression looks like this: = IIf(Fields!full_date.Value=1,"N0","P1")
I am learning alot here....
December 19, 2013 at 3:25 pm
Koen Verbeeck (12/19/2013)
kcha2004 (12/19/2013)
I thought I had resolved this issue. But a new one came up. How can I apply the 1000 (,) separator to my...
December 19, 2013 at 3:05 pm
Hello again,
I thought I had resolved this issue. But a new one came up. How can I apply the 1000 (,) separator to my expression in the...
December 19, 2013 at 1:50 pm
I think I just figured it out: = IIf(Fields!loan_count.Value>1,"F0","P1")
Thank you all for your help. I really appreciate it! 🙂
December 19, 2013 at 9:41 am
mister.magoo (12/18/2013)
You can use an expression on the "Format" property of the text box:
= IIf(Fields!Proposal.Value>1,"F0","F2")
The numeric part of the format code is how many decimal places to include.
See here for...
December 19, 2013 at 9:30 am
DNA_DBA (12/18/2013)
December 18, 2013 at 3:02 pm
Viewing 10 posts - 1 through 10 (of 10 total)