Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

create dynamic dimension

i have the following dimension

LOAD * INLINE [

  Period,Column

  Month,Actual Mth

  Month,Budget Mth

  YTD,Actual YTD

  YTD,Budget YTD

  YTD,Variance YTD

];


Is the a way to add year selection in the dimension


LOAD * INLINE [

  Period,Column

  Month,Actual Mth(max (year))

  Month,Budget Mth(max (year))

  YTD,Actual YTD(max (year))

  YTD,Budget YTD(max (year))

  YTD,Variance YTD(max (year))

];

0 Replies