Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am trying to understand how the Customer Targetting tab works on this example:
Click on the Customer Targetting tab , and then select one of the categories in the "Did Not Purchase" section,
I am trying to figure out how the customer list is populated (ie, customers that didnt buy any bikes, or a particular product)
I am quite new to Qlikview, so any help would need to be easy to understand
I see what you mean, but I don't really have the option to create or modify objects in the demo app... so I am not sure how to check or confirm that the expression I gave isn't working and test for an expression which might work
=Sum(
{<[ExcludedProductCategoryName] = e([ExcludedProductCategoryName])> +
<[ExcludedProductSubCategoryName] = e([ExcludedProductSubCategoryName])> +
<[ExcludedProductName] = e([ExcludedProductName])>
}TotalDue)
i got this partially working, but im not sure how to check for nulls in listboxes
What do you mean check for nulls?
for example, if the product category selected = Bikes', and none of the others have a selection.
What about this
=Sum({<[ExcludedProductCategoryName] = e([ExcludedProductCategoryName]), [ExcludedProductSubCategoryName] = e([ExcludedProductSubCategoryName]), [ExcludedProductName] = e([ExcludedProductName])>}TotalDue)
Hi Paul,
I guess you're fairly new to the forum or else you'd know that Sunny and Anil are two of the most helpful and well informed Qlikview users on the planet.
Kind regards
Andrew
yes, i am new to the forum and Qlikview.
i found something extremely simple : =sum( {1-$} TotalDue )
and this works just fine,
now i just need to understand the logic behind it.
Many thanks to all that helped out .
i will get better with this ..
From help, it is self explanation
More info - Set identifiers ‒ Qlik View
yep, if only i had found that first..:(
Great, If you found solution please close this thread using flag correct answer and appropriate helpful for other. If you solve by yourself please mark yourself is correct answer.
As you said, You are new to forum read more related blogs
Qlik Community Tip: How to Get Answers to Your Post
Qlik Community Tip: Marking Replies as Correct or Helpful