Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rik_qlik
Contributor III
Contributor III

How to create a drilldown dimension from the script like (what is "Type drilldown As"..)

Hi everybody,

i find a Qlik Sense script, in the online Help of Qlik Sense, whit the "Declare" instruction like this:

[Calendar]:
DECLARE FIELD DEFINITION Tagged ('$date')
FIELDS
Dual(Year($1), YearStart($1)) AS [Year] Tagged ('$axis', '$year'),
Month($1) AS [Month] Tagged ('$month', '$cyclic'),
Year(Today())-Year($1) AS [YearsAgo] ,
..
Groups
[Year], [Month] Type drilldown As DRILLDOWN;

I have tried to use in my script  the same "Declare" for build the calendar and i have use this "Groups.. Type drilldown As" to create a drilldown dimension from the script, but i don't find the created drilldown dimension anywhere.. Nor in the Fields and nor in the Master ithem..

Somebody know what is this "Groups.. Type drilldown As" instruction and what is it used for?

Labels (5)
0 Replies