Integer and String measures - is it possible to relate each others?
Hi all,
is it possible to evaluate in Rpas a Integer value as a String value (using something similar to the function "toString")?
I try to explain better: I would like to provide to users a text measure that informs them about how many size curve they have planned for a given store (comparing to the total one).
In the past seasons, it happened that new users have forgotten to initialise new stores or to plan new size curves.
I thought to use two count measures X, Y and I would like to have a text measure like Z = X + "/" + Y.