Jump to content
Server Maintenance This Week. ×

Hide object when: Multiple things


Morenomdz

This topic is 3294 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello there, I have a button that should not appear unless these are true:

FieldA is ≠ "1"

FieldA is ≠ "2"

Field B is = "0"

Those fields are status fields, FieldA is actualy an "approve" status field if a service is approved or not or waiting for more info etc, FieldB is the service status so it is more like a "in queue", "waiting for parts" etc.

I am having issues with getting all there requirements to hide the button to work together in a same line, tried few things but none read correctly.

Hide object when:

MadOsApps::Status Aprovação ≠ "Aprovado"  and  MadOsApps::Status Aprovação ≠ "Não Aprovado" and MadOsApps::Status Serviço = "Separado"

 

MadOsApps::Status Aprovação ≠ ("Aprovado"  and  "Não Aprovado") and MadOsApps::Status Serviço = "Separado" 

##tried those with Or instead as well, same result

Most of the time these either keep showing or hide it for good no matter the value of the said fields.

That might be easy I am just an lone self learner having newbie issues here.


Thanks for the help in advance!

 

 

Edited by Morenomdz
Link to comment
Share on other sites

This topic is 3294 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.