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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JANSHENOUDA1
Contributor II
Contributor II

Set Expression Syntax

Good morning Everyone. 

 

I am new to Qlik Sense, and I am building a dashboard for Budget Calculations.  I am having 3 Filter Panes, and want to build a KPI for the budget and using the 3 filters to adjust the amounts. 

1st Filter Pane is using Master Calendar that I built.

2nd Filter Pane is a Patient Status

3rd Filter Pane is Facility Name.

 

I tried to build the KPI Set expression using this code. It is ok to choose a specific date from the Master Calendar Filter Pane, when I use any other Filter, the value immediately goes to 0.

 

Here is the Formula I wrote. I know it is not correct but I need help to understand it more and get it right

Sum( {$ < [Facility Name] , PtStatus > } Bvalue)

JANSHENOUDA1_0-1642169575575.png

Thank You!

Labels (5)
1 Reply
rdelagarde
Contributor III
Contributor III

Hi,

No need to get complicated with Qlik! If your KPI formula is simply : Sum(Bvalue), the value will be updated automatically according to your filters.