Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want to ignore a date field but set expression is wrong?

Hi

I have a sales funnel dashboard setup that shows funnel value based on all kinds of variables like sales stage, product, date.

I want to show a sales order YTD (in millions) value in the same sheet and I can get this using a simple KPI with this formula:

sum([Order Value])/1000000

My problem is that as soon as change a variable like status or product or date, the value goes to ZERO.

Surely I don't have to ignore all of the other field one-by-one?

Is there a way to tell the dashboard to keep the Sum([Order value]) constant, even if I change variables from the other data source?

Kind regards

Oliver

1 Solution
2 Replies
Clever_Anjos
Employee
Employee

Basically use "1" as modifier plus "P" to use the dimensions you need

sum({1<Dim1=P(Dim1)>}[Order Value])/1000000