Hi there
is there any option how I can transfer set tokens from dashboard A to dashboard B by using drilldown?
My aim is to set tokens in dashboard A and by click on a panel which is linked by drilldown to dashboard B the tokens in dashboard B are the same I set before in dashboard A.
Is this possible with the drilldown option or not?
Because until now I only get the value of the panel transferred into dashboard B
You can add parameters to the drilldown url like this
?form.tokenB=$tokenA|n$
Where tokenB is the token of an input element in dashboard B and tokenA is a token derived in dashboard A
You can add parameters to the drilldown url like this
?form.tokenB=$tokenA|n$
Where tokenB is the token of an input element in dashboard B and tokenA is a token derived in dashboard A