Question


Murex
LB
Last activity: 15 Jul 2016 6:42 EDT
Computed column in report definition
Hi, I have a report definition that takes a parameter 'student key'.
In this report definition there I want to add a column that return true if the student key in the row is equal to my key in the parameter and False if it is not equal. How to achieve that?
Thanks, a lot!
Message was edited by: Lochan to add Category
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 1 Jul 2016 6:41 EDT


Pega Systems
IN
In the Records Explorer, expand Technical node and right-click on Function Alias.
Select the Create option.
In the New rule form, do select or enter Embed-UserFunction in the Applies To field.


Coforge
US


Pegasystems
IN
You can refer to the example in this PDN article - https://docs-previous.pega.com/how-create-custom-sql-functions-reporting


Murex
LB
I made the function alias, and put it in the same context of my class. However I cant find this in the function list. Any help woul'd be appreciated


Murex
LB
P.S. I am using version 7.7.2


Murex
LB
can you explain more details please? The functions in the report definition don't have compare 2 strings


Pegasystems
IN
The function should be created on the class Embed-UserFunction
Accepted Solution
Updated: 1 Jul 2016 6:41 EDT


Pega Systems
IN
In the Records Explorer, expand Technical node and right-click on Function Alias.
Select the Create option.
In the New rule form, do select or enter Embed-UserFunction in the Applies To field.