- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 04:04 AM
Hi,
I want to put one condition so that it will take only Active sub categories please help.
In the above Screen i want to fetch only Active true Sub categories. please help me how can we achieve
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 05:32 AM
Hi @kranthi2
Please use field name for 'Active' as per your configuration.
Or you can apply filter in List View for your table list and copy the query for Active IS False as suggested above.
Or share the Active field configuration.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 04:07 AM - edited 01-30-2024 04:07 AM
You can user below :
javascript: "u_category="+current.variables.u_category+"^u_active=true"
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 04:16 AM
Hi @Anil Lande
Thanks for your early response,
Unfortunately it is not working please find the below SS which i have updated.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 05:32 AM
Hi @kranthi2
Please use field name for 'Active' as per your configuration.
Or you can apply filter in List View for your table list and copy the query for Active IS False as suggested above.
Or share the Active field configuration.
Thanks
Anil Lande