Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Messages on pivot table in qliksense

The messages should displayed according to the following cases

1)User must select the sheet name

2)  post selecting the sheet name and a message should pop up to saying KPI Description also be selected.

after selecting both of them the values should displayed

1 Reply
lironbaram
Partner - Master III
Partner - Master III

hi

your condition should be

count(distinct sheetname)=1 and count(distinct kpidescription)=1

your message should be

if ( count(distinct sheetname)<>1 , 'please select a sheet name' ,

if ( count(distinct kpidescription)<>1 , 'please select a kpi'))