Hi Team,
I am not getting correct data in report when passing null values in presentation variable via Direct Database request.
I have used below expression -
(TRIM(t38735.ASSIGNMENTNAME) in (@{V_ASSIGN_NAME}['@']{''})
I am getting all the records from ASSIGNMENTNAME, but the issue is this particular attribute has NULL records as well. That record values needs to be shown in report. But not sure it's not coming in the report.
Can you please provide your thoughts on it.
Thanks!!