Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
himabinduch
Creator
Creator

if conditions

Hi Friends,

i am new to QLIK VIEW and in my dashboard i have fields (incident numbers and status,sla violation). and  in incident number number i have incidents number status field contains status of that  incidents, sla violation contains "yes" and "no" options

Now i want to show incident numbers which contains sla violation is yes and status should be open

Can some one help me out this 

1 Solution

Accepted Solutions
gautik92
Specialist III
Specialist III

can yu share sample data

my guess it could solve

count({$<SlaViolation={'Yes'},Status={'Open'}>}incident numbers)

View solution in original post

3 Replies
gautik92
Specialist III
Specialist III

can yu share sample data

my guess it could solve

count({$<SlaViolation={'Yes'},Status={'Open'}>}incident numbers)

pokassov
Specialist
Specialist

count({$<[sla violation]={'yes'}, status={'open'}>} [incident number])

himabinduch
Creator
Creator
Author

Hi Gowtham,

it is working and i have one more doubt

i.e i want only open SlaViolation incident numbers will it possible through if condition or we have to wright Set analysis for this