Custom Report Issue

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

[Please insert images here, otherwise delete this section]

Please share any other relevant files that may be required (for example, logs).

[Please insert files here, otherwise delete this section]

Share all details about your problem, including any error messages you may have received.

  • I am writing a custom report that should allow users to select identity status from a drop-down or radio buttons with 3 possible options: All, Active only, Disabled only. The problem seems to be around the fact that identity.inactive is a boolean. Is it possible to insert code within the Task Definition such that if a string value of ‘Active’ (for example) maps to inactive == false (for example)? From what I have seen so far, it seems that there are parsing/model limitations with the LiveReport query engine and I can’t achieve this.

Any help would be much appreciated.

Hi @tltroy,

As we cannot directly compare the selected string value “Active/Inactive/All” from form to the identity attribute ‘inactive’ as it is boolean, instead you can use QueryParameters in the TaskDefinition.

Here is the sample code to get the active, inactive and all users.

Sample UserStatus CustomReport.xml (2.8 KB)

Sample UserStatusForm.xml (514 Bytes)

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.