Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I have to divide each period by the selected, in my example, I have to divide the value of Sep-14 for the value of 14-Feb value, and so with other periods.
The slider object is used for the user to select the number of months you want to analyze from the selected month.
Attached example.
Regards.
Sandro.
Try this expression:
1/(sum({<Month={"<=$(=max(Month)) >$(=date(addmonths(max(Month),-$(nMeses)),'MMM YY'))"}>} Indec)/sum(TOTAL{<Month={"=max(Month)"}>} Indec))
Output:
Attaching your sample back for reference
Best,
Sunny
Try this expression:
1/(sum({<Month={"<=$(=max(Month)) >$(=date(addmonths(max(Month),-$(nMeses)),'MMM YY'))"}>} Indec)/sum(TOTAL{<Month={"=max(Month)"}>} Indec))
Output:
Attaching your sample back for reference
Best,
Sunny
Hi Sunny.
It is working properly. Thank you.
Regards.
Sandro.
No problem ![]()