Can a calculated field reference a calculated field?
Answered
So if one creates a calculated field as part of a report, can one then create another calculated field that references the first one? When I tried, the first calculated field did not appear among the columns available in the design dialog box (the first calculated field is already part of the report design). Seems counterintuitive as this is not an issue in other BI programs. I'd be as surprised if one couldn't use a function as an argument to a function.
Am I missing something?
Thanks,
Hi PS,
Thanks for reaching out. You should indeed be able to reference pre-existing Calculated Fields in subsequent Calculated Fields. The field list should look something like this:
Do you not see a section for Calculated Fields? Or, is it there but the CF selections are grayed out?
What version/build of Yellowfin are you on? You can find this information under Application Details in your info.jsp file, which can be accessed by appending '/info.jsp' to your login URL. For example, localhost:8080/info.jsp. You can also find this info under Administration > System Information.
Regards,
Mike
Hi PS,
Thanks for reaching out. You should indeed be able to reference pre-existing Calculated Fields in subsequent Calculated Fields. The field list should look something like this:
Do you not see a section for Calculated Fields? Or, is it there but the CF selections are grayed out?
What version/build of Yellowfin are you on? You can find this information under Application Details in your info.jsp file, which can be accessed by appending '/info.jsp' to your login URL. For example, localhost:8080/info.jsp. You can also find this info under Administration > System Information.
Regards,
Mike
Thank you, Mike.
I was trying to implement the calculation for the field via Freehand SQL, and it kept giving me the error that a column with the calculated fields name does not exist (even though it is a column in the report view).
I do see that in Simple mode, the calculated field is available. My predilection for SQL steered me wrong!
Thank you, Mike.
I was trying to implement the calculation for the field via Freehand SQL, and it kept giving me the error that a column with the calculated fields name does not exist (even though it is a column in the report view).
I do see that in Simple mode, the calculated field is available. My predilection for SQL steered me wrong!
Replies have been locked on this page!