Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

level of my drill down on Qlick Sense

I don 't understand why I can't know in which level of my drill down I'm being.

I try with getcurrentfield (my_drill_down) but it doesn't work.

I try also GetFieldSelections(my_drill_down) but it doesn't work.

I think the problem it's qlick can't understand that my_drill_down is a dimension.

Thanks in advance

1 Reply
agigliotti
Partner - Champion
Partner - Champion

if you mean what is the current field of a drill down dimension you should use GetCurrentField("<your_dimension_name>").

I hope it helps.