Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have a list box(Dim1),and one straight table dimension for straight table(X_Dim).
values:
Dim1
X
Y
Z
in straight table dimennsion(X_Dim) it should dim1 values it means that what I ever I select in Dim1 and then for X_Dim label should be same.
ex:
If I select X in Dim1 and label will be X for X_Dim(Straight table Dimension)
That is selection of Dimension not for Label name
Hi Enrique,
In your example treat like below
Dimension - Company and Id would be same so Enable condition I have changed like: max(Match(Dimension,'Company','Id'))
so Label should come like, If I select Company from Dimension then Label/name: Company, if I select ID from dimension then Label should be: ID
PFA for this code
=only({$ <Dim1*={x,y}>} Dim1)