Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have cleard the dash board ,now i wanna dispaly max year details even after i clear ,but without triger
May be assign for all reports using {<Year = {$(=Max(Year))} >}
May be assign for all reports using {<Year = {$(=Max(Year))} >}
you can try with option set clear state .
select whatever you want in the dashboard and set clear state and save close open again you will see default selection
Select maximum year-->In Clear-->Set to clear state-->this will shows your max year even you clear the app.
here
you can do it with a Button associated with actions.
Create a Clear Button:
1st action: clear all selections
2nd action: select the Max Year
Hi,
Have your tried with always one selected value option? if not you can try to select any value in the Year list box, after that to list box properties and select General > "Always One Selected Value" enable check box.
i would suggest best way go with trigger and always one selected value option (trigger used to auto fetch the max year value and always one selected value prevent from clear selection)
Thanks,
Deva
create a variable to store the max date and use the same in all the charts where you need to show the max date
thanks,but i used =only(year) every where in my dashboard ,is thr any short cutr in single step to change all =only(year) to =max(year)
i wanna same action to perform without trigger,any how i got solution thanks