April 25, 2017 at 8:37 am
I have to show the data in the report just like above .. i need to get the difference of Medicaid 2017 value and Medicaid 2016 in Med diffrence
commercial 2017 value and commercial 2016 in commercial difference column... note that 2016 & 2017 are dynamic values as year changes these will change..any pointers would really help?
Appreciate your response.
Thank you!!!!
April 25, 2017 at 9:36 am
Are there only two years shown?
Far away is close at hand in the images of elsewhere.
Anon.
April 27, 2017 at 8:51 am
David Burrows - Tuesday, April 25, 2017 9:36 AMAre there only two years shown?
YES, it is always for current year and previous year.. any insight would really help
Thanks in advance!
April 27, 2017 at 10:48 am
Adapt the following to suit your needs
Sum(IIf(Fields!Payer_Type.Value="Medicaid",Fields!XXXXXXXX.Value,0) * IIf(Fields!SMN_Year.Value = Min(Fields!SMN_Year.Value),-1,1))
Far away is close at hand in the images of elsewhere.
Anon.
April 27, 2017 at 11:27 am
David Burrows - Thursday, April 27, 2017 10:48 AMAdapt the following to suit your needsSum(IIf(Fields!Payer_Type.Value="Medicaid",Fields!XXXXXXXX.Value,0) * IIf(Fields!SMN_Year.Value = Min(Fields!SMN_Year.Value),-1,1))
This indeed worked.. Thank you so much
Im fairly new to the ssrs ..could you provide some insight as to I how can improve knowledge
April 27, 2017 at 11:59 am
sunitha 20026 - Thursday, April 27, 2017 11:27 AMThis indeed worked.. Thanks you so much
Im fairly new to the ssrs ..could you provide some insight as to I how can improve knowledge
The SSRS Stairway on this site is a good starter.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply