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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
kkarlste
Creator
Creator

stacked column count skript

Hi

Salculate the value in the stacked column. The stacking must be included in the script per value and monthly

This not working

count(QC_Grade = {'1'}), MonthYear

Labels (1)
1 Reply
anat
Master
Master

in script :count( if(QC_Grade ='1', MonthYear))

in frontend count({<QC_Grade = {'1'}>} MonthYear)