Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I'm sorry to bother you again
I try to make a button to change a varible and have a mesure with a calendar date or an exercise date
So I made
and I my mesure sum(
{<
[Filtre CA vente] = {"Oui"},
[Type date]={'BL vente','Facture vente'},
Date={">=$(=AddYears(Max(vDatedébutex),-1))<=$(=Date(AddYears(RangeMin(Today(),vDatefinex),-1)))"},
AnnéeMois=
>}
[Montant HT vente])
But When I push in the button the variable doesn't change
Can you help me ?
Best regard
Hello,
If you want to make this change, you need to have two buttons and three variables :
//The action variable
vSwitch = 1
IF(vSwitch=1,Green(), Blue()) // and 2 for the second button
That's the global idea of the process. Let us know if it was helpful.
Regards.