Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have developed a dashboard and i have around 30 Button objects with the below expression,
if(Show_1='Yes',pick(match($(Vtest),1,2),Sum({<Date={"$(=Date(Today(1)-1, 'DD/MM/YYYY'))"}>} Details_1) ,sum({<Date = {">=$(=min(Date))<=$(=max(Date))"} >} Details_1 )),'')))
since there are 30 objects using the same expression (THis measure "Details_1" differs). it is taking 5 seconds to pop up all the button objects..
How to implement the above script in load editor
Kindly help on this