Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a create a report that shows only Products that have sold for the first time in the past 90 days.
Does anyone have an idea how to accomplish this? Here is my unsuccessful attempt.
Count({$<min([Order Date])={">$(=date(Today()-30))"}>}[OrderLines.Order Number])
Thanks in advance.
Hi @ManuelLindekeit, I think this is a candidate for the E() function in set analysis:
Count({<[OrderLines.Order Number]=E({1<[Order Date]={"<$(=date(Today()-30))"}>})>} [OrderLines.Order Number])
JG
Hi @ManuelLindekeit, I think this is a candidate for the E() function in set analysis:
Count({<[OrderLines.Order Number]=E({1<[Order Date]={"<$(=date(Today()-30))"}>})>} [OrderLines.Order Number])
JG