Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
We need the last value of a dimension "Category", this one is on the last snapshot "YM", Year Month.
Any ideas how to realize it?
You can do this with a variable.
Here's an example made on a personal case (I named the variable vLastFruit):
For your case, here is the formula to use in varibale vLastCategory :
{<YM={"$(=Max(YM))"}>}Category
When using your variable, keep in mind the $ --> $(vLastCategory).
Kind Regards,
Théo ATRAGIE.
Thanks,
Is this variable correct?
In my opinions, yes !
is this a text box?
something is yet not correct, can you help?
I corrected the variable:
But I am still getting the wrong Event Reason in the table for 2023-Feb: For all month I would expect the last value from 2024-Jan. Any ideas?
In this case, add the operator 1 at your set analysis in the variable.
Like this :
{1<YM={"$(=Max(YM))"}>}Category
Thanks, I have changed the variable vLastEventReason:
But still get the same result:
Can you share the .qvf?