Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Qlikview user
Is it possible to have a button which changes the dimension within a drill down group and if so, could someone kindly outline a process for me to follow
Kind Regards
Helen
Hi Helen,
whatever expression you are using in drill down down group, store that in a variable (v) & instead of that expression in drill down group use $(v). Add action in button to change the value of that variable.
Let say you have Date(DateColumn,'HH:mm') in group. On click you want to change it into Date(DateColumn,'DD-MM-YY HH:mm:ss') then apply set variable action on Button.
Thanks!
Hi,
here is an macro example, not sure if this Works in AccesPoint.
have a look here, this maybe help instead of drill Down groups