Dear all,
i have the problem like i have unitwise data for 3 months and in my webi i want bottom ten units of last 3months where units wikll be ranked based on latest month.If anyone knows kindly help me with the solution.
EX:- units mar april may
oranges 10% 10% 20%
mango 5% 12% 23%
grapes 14% 16% 25%----------
Create a Variable using if condition in webi which gives u the last Month e.gLast Month =If([Month] = MonthNumberOfYear(CurrentDate())-1) Then 1 Else 0
Now drag the last Month and filter by 1 and now you got the last Month data
Now click on add ranking
In Ranking Properties check the Bottom and enter 10 and rank by units.
Now click ok you will get the last Month with bottom 10 based on units always.
thanks for ur reply,
i am donig that way only but is giving only latest month data value, i want all three months value in the table where ranking would be applied only on latest month and units will also be of latest month
hi,
I had 12 months data value from that i have to show latest three months data value in webi and then apply rank to the latest month column. ex:-
unit march april may
oranges 38% -78% -
mangoes 40% 10% 9%
grapes 42% 17% 36%…so on
here when i am ranking the data is ranked based on summation of all three months while i want to rank based only on last month. like this:-
unit march april may
mangoes 40% 10% 9%
apple 30% 57% 14%
grapes 42% 17% 36%…
ok now can u ahelp me getting reqired output
thanks,
varsha