This content has been marked as final.
Show 2 replies
-
Re: I have a set of records (excel file) with customer and subscription details. For every customer, based on the order date, I would like to see who made a different product purchase.
Sudeshna Salian Feb 9, 2018 1:45 PM (in response to Sudeshna Salian)I used a table chart and added relevant fields and sorted by customer and date. I was wondering if a calculated field in the table would help answer my question. Or if I'll need to explore scripting to solve this. (using for each function)...
-
Re: I have a set of records (excel file) with customer and subscription details. For every customer, based on the order date, I would like to see who made a different product purchase.
omar bensalem Feb 9, 2018 3:20 PM (in response to Sudeshna Salian)for this of data:
Customer date product A 12/10/2016 ProductX A 04/10/2017 ProductX B 11/07/2016 ProductM B 10/06/2017 ProductM C 05/10/2017 ProductH A 01/01/2018 ProductY could u please show us what's the resulting table you're expecting to create?