Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I am creating an app to analyze selling receipts data.
Below you will find the model: I would create a dimension FLAG which is 1 if SettoreCod='12' and SettoreCod!='15', 0 otherwise. Considering that ScontrinoCod refers to the number of receipts, the goal is to identify the customers who buy the category '12' and not the category '15' (SettoreCod is the id of the category of product).
Is there a way to create this dimension in front-end?
Any help would be appreciated.
Regards,
Marco
Hi,
thanks for the answer but unfortunately it is not what I am looking for.
I would flag with 1 all the ScontrinoCod that has at least one SettoreCod='12' but NO SettoreCod='15'.
Below an example, thanks for the support