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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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)