Skip to main content
swapnar6405
April 25, 2023
Solved

How to convert an expression rule output to a particular type

  • April 25, 2023
  • 1 reply
  • 0 views

How to convert an expression rule output to a particular type.

Do I need to do something in expression rule itself or can I do something when trying to use along with local variable.

Best answer by sanchitg0002

Use cast() function to cast the output to a particular type.

Casting at the time of calling the rule is preferred as you have the flexibility to cast it into any type.

Do you have any specific issues for converting output to a particular type?

1 reply

April 25, 2023

Use cast() function to cast the output to a particular type.

Casting at the time of calling the rule is preferred as you have the flexibility to cast it into any type.

Do you have any specific issues for converting output to a particular type?