February 29, 2008 at 3:25 am
I'm having the Following Table in SSRS 2005 Reports.....
A B C Total
2000 100 100
1500 5000 150
2340 100 1000
1000 100 100
Now I want the TOTAL in such a way that...
If A < B, Then (A/1000)*C (the Value of C)
If A > B, Then (B/1000)*C (the Value of C)
How to Write this Field Expression Here...
Please give me the Expression
Thank You
February 29, 2008 at 7:07 am
=IIF(A.Value<B.Value,(A.Value/1000)*C.Value,C.Value)
you can figure out the rest from here ...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgViewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy