Some fields contains wrong value.

KB-20231116-01

Version

XFRX 22.1

Symptoms

Some fields contains wrong value - numbers, dates or string contains  multiple value.

Cause

  • Used XFRX#LISTNER
  • Some text field has source expression UDF. This UDF fill other variables which are used in a report.


Workaround

  • Set value fo CallEvaluateContents:
loSession=EVALUATE([XFRX("XFRX#LISTENER")])
loSession.CallEvaluateContents=2
  • Add new variable in report, set "Initial value" to calls UDF and set variable name to expression of original text field.