Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Im working on a Qlik sense app which contains three different data sets, with different dates.
Right now my KPI's are hard coded to show the newest date with the following expression
=count(if([Date-Sheet-3.Date]= '06/06/2019',if([Sheet-3.Risk]='High Risk', [Conflict Description-Sheet-3.Conflict Description])))
But of course the KPI's look terrible and just display '0' when i choose to look at another date.
So what i really want is to have a KPI that could show "06/06/2019" as a default selection, but still be able to show the information from the two other dates if chosen.
as a starting point I created this expression
=Count({<[Sheet-3.Risk]={"High Risk"}>}[Conflict Description-Sheet-3.Conflict Description])
But it returns completely wrong data, and i honestly dont know why.
Im fairly new to Qlik, and if anyone can help it would be greatly appreciated