Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
As shown in the image below,
I want to get a dimension name for pivot table.
Is there a function that can achieve this?
こんにちは
ピボットテーブルにおいて下記画像のように、軸名を取得するメジャーを作成したいです。
これを実現する関数はありますか?
You may try:
getobjectfield(dimensionality())
or maybe a conditional approach, like:
if(dimensionality() = 0, 'x', if(dimensionality() = 1, 'y', 'z'))