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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
saifuddin
Contributor III
Contributor III

Data Selection and Dimensions

Hi All, 

I need some advice with a problem I am trying to solve. My chart expression shows value only if the Dimension field in available on the sheet. 

without dimensionwithout dimension

Without Dimension week2 expression value in null. 

 

 

with dimensionwith dimension

Expression: 

 

=if(ValueList(CUM_WK2)=CUM_WK2 and CUM_WK2<>-1,

      Count(DISTINCT (if(U18_DT>CUM_WK2, PEOPLE_ID))))

 

 

Appreciate your help. 

 

Thanks

Saif  

 

 

 

 

Labels (2)
1 Reply
asinha1991
Creator III
Creator III


@saifuddin wrote:

Hi All, 

I need some advice with a problem I am trying to solve. My chart expression shows value only if the Dimension field in available on the sheet. 

without dimensionwithout dimension

Without Dimension week2 expression value in null. 

 

 

with dimensionwith dimension

Expression: 

 

=if(ValueList(CUM_WK2)=CUM_WK2 and CUM_WK2<>-1,

      Count(DISTINCT (if(U18_DT>CUM_WK2, PEOPLE_ID))))

 

 

Appreciate your help. 

 

Thanks

Saif