Hi,
is there any simple way to use same name of measurement for different formula?
For example, I have two report pages with different calculation. On both pages I have table with same column names, but on each table are different formulas.
One table has column name Sales, which is simple calculating total sales.
On the other table I have cumulative of total sales, but i want to name it just Sales.
I did a simple trick: Just add space after Sales (one is "Sales", other is "Sales "). But it is not best method, beacuse it is hard to distinguished them.
I tried with commenting (/*Cumulative*/ Sales), but the comment is then showed on table too.
Thanks
Regards
Mate