How to make attributes visible in the Advanced Analytics - Fields to Display

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

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

How to make an Identity Attribute Visible in the ‘Fields to Display’-list on the Advance Analytics page without making the attribute visible?

Is it even possible (without making the attribute searchable)?

– Remold

1 Like

Making an identity attribute searchable lists that in the fields to display as the non searchable attributes are stored in a CLOB object in DB, showing them in field to display would require quering the DB and parsing the the clob.

That is what I know :), but is there way to add non-searchable attributes to the ‘Fields to Display’-list?

– Remold

1 Like

Hi @Remold I dont think there is a OOTB way to do this, as the Fields to Display are searchable attributes.
The only way to do this would be to do a custom plugin which would inject the data needed with a snippet.

2 Likes

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