I want to put one condition so that it will take only Active sub categories please help

kranthi2
Tera Expert

Hi,

I want to put one condition so that it will take only Active sub categories please help.

kranthi2_0-1706616221664.png

In the above Screen i want to fetch only Active true Sub categories. please help me how can we achieve

 

Thanks,

 

 

1 ACCEPTED SOLUTION

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.

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

3 REPLIES 3

Anil Lande
Kilo Patron

You can user below :

 

javascript: "u_category="+current.variables.u_category+"^u_active=true"

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Hi @Anil Lande 

Thanks for your early response,

Unfortunately it is not working please find the below SS which i have updated.

 

kranthi2_0-1706616997964.png

Thanks

 

 

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.

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande