• How to rename columns in Simple List Report?

    Hi there,

    In IM 8.2 I have created a report in the Manager using the simple list report mode. The report is the following:

    <DatabaseExportDefinition BaseTable="PersonWantsOrg">
      <WhereClause>OrderState = 'Assigned'</WhereClause>
      <Columns>
        <Column…

  • How to make a report created in the Report Editor available in the Simple List Report?

    Hi,

    In One Identity Manager 8.2.1 I have created a report in the Report Editor, and I want to make it avaible in the Simple List Report view of the Web Portal.

    I've tried to add it from the Manager, as shown below:

    Then, I assigned the report to…

  • Simple List Report

    HI,

    I have created a simple list report which will show the status of a Attestation policy on a particular run version 7.1.5.

    I have two user prompt fields where user can select the Attestation Policy and Attestation Run.

    My requirement is how to restrict…

  • IF THE ELSE statement in Simple List Report

    Hello all. 

    I need to have "if then else" statement in simple list report xml view in such case:

    IF @Parameter=1

    <DatabaseExportDefinition BaseTable="DPRJournalSetup">

    ...

    </DatabaseExportDefinition> </THEN>

    IF …