Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Here is my problem:
I have 10 products in my Suite. So it looks like:
Product Name
Product 1 (This product is what we build everything around)
Product 2
Product 3
Product 4
Product 5
Product 6
Product 7
Product 8
Product 9
Product 10
What I need to solve is if someone selects Product 1 and Product 2 then I want to show:
Account Name Product Name First Name Last Name Phone Email Address
1 Product 1 A b 888 jjjj
2 Product 1 C s 999 kkkk
In other words I am looking for up sell accounts so if they own Product 1 but not Product 2 show them in a list since those are the ones I can up sell to.
I hope this makes sense.
David
I think you can create a flag based on your logic in your Load Script then use the flag to categorize and display in the table/charts.
I think you can create a flag based on your logic in your Load Script then use the flag to categorize and display in the table/charts.
I am not sure I understand what you mean by a flag. Can you provide me with an example?