Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need Repeated Customers Analysis, how to write the Calculated Dimension for Only last visited Sales .
for Example,
In below mentioned table, Rank 3 is last visited sales.So, in Calculated Dimension I want display Rank 3 Record only.
I have written this Expression
=Aggr(if(Rank(Total Sum(LineTotal_WithTax))/Count(distinct{<CustPhoneNo = {"=Rank(Total count(distinct DocDate))=2"}>}CustPhoneNo),'2 Times'),CustPhoneNo)
its not working.
Anybody please help me. how to write the set expression and Calculated Dimension.