GetObjectField
GetObjectField() 會傳回維度名稱。Index 為選用整數,代表應傳回的維度。
資訊備註
您無法在下列位置的圖表中使用此功能:標題、子標題、頁尾、參考線運算式。
語法:
GetObjectField ([index])
範例:
GetObjectField(1)
QlikView 表格顯示圖表運算式中的 GetObjectField 函數範例。
範例 GetObjectField 使用
transaction_date |
customer_id |
transaction_quantity |
=GetObjectField () |
=GetObjectField (0) |
=GetObjectField (1) |
2018/08/30 |
049681 |
13 |
transaction_date |
transaction_date |
customer_id |
2018/08/30 |
203521 |
6 |
transaction_date |
transaction_date |
customer_id |
2018/08/30 |
203521 |
21 |
transaction_date |
transaction_date |
customer_id |
在此範例中,transaction_quantity 是量值,因此不會傳回來自 GetObjectField 函數的結果。請改用 GetObjectMeasure 函數。