Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I posted this question earlier but no one helped. So, this time i am making my ask simpler. I just have 3 columns, month,year and value.
I just want the image to be visible if the value of the selected month from the listbox is greater thn its previous month.
For eg : if march 2013 is selected, then its value should be compared with feb 2013 and if the value is gretaer thn the image should be visible.
You can play with the format of teh date and month. attaching the backend data for your reference.
thanks a ton in advance.
Still not clear. Any month selected will be greater that its previous month. What exactly you're trying to achieve?
Its the MOM comparison....for eg: if i select 'feb 2013' (281), the image should disappear since its value is lesser thn jan 2013 (456)... if i select march 2013(469), thn the image should be visible, since its value is greater thn feb (281).
In my actual dashboard, i have a thumps up and down arrow...i just wanted to keep it simpler here.
Hope the requirement is clear now
Thanks.
PFA the solution.
Thanks a ton buddy