Requirement: Need to pull UDT values through extract using fast formal(GET_TABLE_VALUE)
We used GET_TABLE_VALUE(WORK_COMP_CODE,CA,JOB_1234) to pull data but the extract generated with blank values.
We also tried to pull hard coded string using below fast formula.(FF Type : Extract Rule)
Job_Code = '1234'
RETURN Job_Code
The formula compiled successfully and also extract submitted successfully. After generating XML file from globalReportsDataModel there is no data is displaying.
Please can any one help us how to return a value from fast formula.