Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ChangeHardcoded in variable

=((

SUM({1<Budgetscheiding ={'Detailhandel'}>} AantalHuidigJaar)-SUM({1<Budgetscheiding ={'Detailhandel'}>}AantalHuidigJaarMin1))/SUM({1<Budgetscheiding ={'Detailhandel'}>}AantalHuidigJaarMin1

))

How can i change te hardcoded words Detailhandel in the Variable test.

Thanks,



2 Replies
Not applicable
Author

Are you trying to create a variable test and use that to store the desired value for Budgetscheiding?

Is so, create the variable and give it a value. Then use:


=((SUM({1<Budgetscheiding ={'$(Test)'}>} AantalHuidigJaar)-
SUM({1<Budgetscheiding ={'$(Test)'}>}AantalHuidigJaarMin1))/
SUM({1<Budgetscheiding ={'$(Test)'}>}AantalHuidigJaarMin1
))


Not applicable
Author

Thanks for the quick reply.

Greetz,

Dirk