I have a Custom Field ‘Y’ need only make it Visible if the User Select The Asset Category a Specific Category let Say it ‘X’ Category so what is the Right Query to make this Option Right in Depends On Section .
You can try something like eval:doc.asset_category == "ABC"
              
              
              2 Likes
            
          Thank you , It`s working
