Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Having trouble getting my head around the syntax in Qlikview, coming from an excel background. I have the following which works but I want to exclude duplicates :
='Standard £ : ' & sum({<[TYPE]={'AFTERMARKET'}, [TYPE={'STANDARD'}>} [SO Line Value])
Ive got a unique identifier in field [id] but no matter what I try I end up getting an error or a zero. I know I need to use {Distinct [id]} but cant figure where it sits in the expression?
Any help much appreciated....
Sorry as I'm just starting to get my head around Qlikview, can you explain further? The expression is used to populate a text box to give a headline, IE total value of an order type etc.
I really think you should evaluate your data model and remove duplicate values from the fact table.
Although Prem's solution should work. What error are you getting? When you write the expression in the text box are you getting a syntax error (squiggly red underline)?
Yes syntax error. I dont want to edit the source file, excel, as my idea is to dump a fresh data file in each week to show backlog etc.
You're not making this easy Please paste the exact expression in your text box here so we can look at it...
You don't normally have to edit the source file. You just may need to write some script to transform the source file into a sensible data model for QlikView.