Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add a drill-down dimension in a "inline" code

Hi all,

I tried to add a drill-down dimension called "Regione Drill" in a Inline code but it doesnt't work:

Dimensions:

Load * Inline [

Display, Dim1

'Asset Class','Tipologia titolo'

'Paese Emittente','Regione Drill'

'Valuta'  ,'C D'

];

I need to use this dimension in a Bar Chart. In the Dimension Expression Field I wrote the code:

$(='[' & only(Dim1) & ']')

In this way, the user can select a dimension to change the kind of analysis trought this radio-box element:

radio_box.png

The dimensions "Asset Class" and "Valuta" are normal dimensions.

The dimension Paese Emittente is a Drill-Down dimension.

How I can associate that dimension to the radio-box element?

P.S. = the code works if I specify only the "normal" dimensions. When I add the drill-down dimensions, it doesn't work.

I created the drill-down dimension trought QlikSense:

drill-down-dimension.png

Thank you in advance.

Giuseppe.

1 Reply
nashan27
Partner - Contributor II
Partner - Contributor II

Did any one try this...?