Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a formula that will be the equivalent of this.
Selected_Date - (Day_Before_WIP - Current_Processed)
Trying to display the data within this graph
This is what the table looks like.
May be this ?
SelectedDate - (Sum({< Date = { "$(= Date(Date(DateField, 'MM/DD/YYYY') -2) )" } WIP) - Sum(CurrentProcessed))
I tried this and nothing is coming up
Sum(WIP) - (Sum({< "Date" = { "$(= Date(Date(DateField, 'MM/DD/YYYY') -2) )" } WIP) - Sum(Processed)))
Sorry, to explain the equation a little better, I need the Sum of Today's WIP "WIP" minus the result of
(Yesterday's WIP - Today's Processed)
I need it to show up in the pivot table like above. Thanks
Can you share a sample to look into and did you change the datefield with your actual date field name. May be try this?
Sum(WIP) - (Sum({< "Date" = { "$(= Date(Date(Date, 'MM/DD/YYYY') -2) )" } WIP) - Sum(Processed)))
Here is a sample of what I have. If you go to the sheet there is the pivot table.
this is the correct output, but with hard coded values. I am trying to figure out how to make qlik do the math portion rather than excel.
This is Qlik Sense right? I will have to look into it later.
Thank you, Yes it is Qlik sense. I appreciate it very much.
I have changed the measure expression can you check if the values are coming out correctly?
Attached the qvf file.
Data is showing, but it is not correct. I don't think it is getting yesterday's data correctly.
If you filter by mechanical inspection - lots
here are the correct results
Is this the same working file you sent me or a different one?