T(%DM_OBJ_VERSION%)
Hi there,
I am seeing a function like T(%DM_OBJ_VERSION5%) for the field DM_OBJ_VERSION. Now the value for this field is filled up with %DM_OBJ_VERSION% .
Similarly, there is another field DM_WORKBOOK_NAME and the function for this field is T(%DM_WORKBOOK_NAME%) , and the field is filled up with %DM_WORKBOOK_NAME% .
I am not sure how to get the actual workbook name for the field DM_WORKBOOK_NAME and
DM_OBJ_VERSION should be filled with Git Commit id(Hash code).
Could you please let me know how to achieve this?
Thanks,
Jeeva
-
Hi Jee, the T function converts a value into a string. If you're looking for a value from another column or sheet, you would want to reference them using the #SheetName!ColumnName format.
There is not a standard Datameer function that allows a parameter to access the workbook name. Perhaps this is coming from an internally developed script -- in this case, I'd recommend checking with the author of that script.
Please sign in to leave a comment.
Comments
2 comments