function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nikita Dhamal 4Nikita Dhamal 4 

to display records depending upon picklist selected values based on different crieteria

Global objective picklist is controlling picklist, upon which some child column values are shown and the records that satisfies the column condition should be displayed and depending upon status of that values corresponding color values are assigned to that records in table.

Here is sample snapshot for User-added imagethe requirement. Please give some hint / solution how to achieve this functionality.
Ajay Ghuge 6Ajay Ghuge 6
Hi ,

I think you need to develop method which will perform the search task and will accept the required parameters using onchange event of the picklist.

In that method you will query using the paramters received and adjust data accordingly.

Let me know if you want to discuss in more details about the problem and solution.

Regards,
Ajay