Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
User Story:
As a QlikView professional utilizing QDF, I would like to be able to use the Variable Comments value that is defined in the Variable Editor of the QDF Global Variable Editor tool. This will allow me to reference the comment for other purposes in my application such as providing descriptive metadata on expressions and columns to my business users.
Work-Around: Define separate variable and value for the metadata you would like to include in your QlikView application.
Practical examples and uses:
(1)
LOAD "ORDER_NUM",
"PROD_NUM",
"ORDER_DATE",
"STORE_CODE",
QUANTITY,
LINEPRICE,
"LINE_COGS",
PLANTLNG,
"order_status",
"order_id",
$(vG.ProfitMetricInScript) as '$(vG.ProfitMetricScriptTitle)';
COMMENT FIELD $(vG.ProfitMetricScriptTitle) WITH '$(vG.ProfitMetricScriptComment)';
(2)
(3)
(4)
Hi Michael, great idea! This will be added as optional functionality in the next release
Cheers