PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Does Dataset filtering on ARS form work with Classic UI?

Aashish-Handa
Regular Contributor
Regular Contributor

Hi Experts,

We had to leave the modern UI and move to the CLASSIC UI experience for a certain app that we are working on due to limitations working with datasets on the modern UI.

However, moving ahead we also see that we are not able to filter out dataset attributes based on the SQL query that we are using in the dynamic attribute values to display them on the ARS form.

The ask is to filter and display a certain set of activities based on the selection of two previous dynamic attributes.

In general, the filter works for plain text or other entitlement values but here in our case we are using datasets. Please let us know if we are missing anything on the SQL query or is this a known issue with datasets.

SQL query being used:


select d.attribute1 as ID from dataset_values d where DATASETNAME='Trainings_XXXX' and d.attribute3 like concat('%','${abc}','%') and d.attribute4 like concat('%','${xyz}','%')

Dataset SS:

AashishHanda_0-1720538377269.png

Thanks

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

It works please share logs for error


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Aashish-Handa
Regular Contributor
Regular Contributor

Thanks for responding @rushikeshvartak .

PFA the logs.

Log 1 is ECM logs

Log2 is complete logs

  • Disable recommendation feature from global configuration.rushikeshvartak_0-1720587478462.png

     


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Already disabled.

AashishHanda_0-1720598718440.png

Thanks

Check with NEO if its working then raise support ticket for classic UI


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.