Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm still relatively new to Qlikview & set analysis - so apologies if this is a stupid question.
I'm using the below formula as part of a larger formula & it works fine:
sum({$<FundHeading={"*Sales*"},Scenario={$(vBudget2)}>}(DevBudgetAmount+0.01)*-1)
My query is how could I do this where the fund heading didn't contain 'Sales'? The below doesn't work:
sum({$<FundHeading<>{"*Sales*"},Scenario={$(vBudget2)}>}(DevBudgetAmount+0.01)*-1)
sum({$<FundHeading=-{"*Sales*"},Scenario={$(vBudget2)}>}(DevBudgetAmount+0.01)*-1)
Correction:
sum({$<FundHeading-={"*Sales*"},Scenario={$(vBudget2)}>}(DevBudgetAmount+0.01)*-1)
Try this
sum({$<FundHeading={'*Sales*'},Scenario={'=$(=vBudget2)'}>}DevBudgetAmount+0.01)*-1)
If I'm not wrong
The first =- selects all fund heading except '*Sales*'
The second -= removes from the current selection all fund heading with '*Sales*'
What is your vBudget2 variable expression?
What's the difference?
in the attachment
Anyone else any suggestions? None of the above seem to have worked
Kindly load your sample qvw.