Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi, i want to text cyclic dimension name field that current show
in Text Object, or Button
Use GetCurrentField('YourCyclicDimensionName') for current dimension name
Use GroupDimensionLabel('YourCyclicDimensionName') for current dimension label
Try this
Pick(
Match($(vDim), 'Year', 'Month', 'Customer'),
Year,
Month,
Customer
)
In text object
='Current Dimension: ' & $(vDim)
Hi @VeredBachar.
@pravinboniface gave a nice soluction.
I tried the way that he said and it works very well.
Use GroupDimensionLabel('YourCyclicDimensionName') in button label.
how you will can check below: