Jesdamian Posted May 23, 2013 Posted May 23, 2013 As I understand it correctly, if you do conditional formatting, the formula equals either 1 or 0. That is, yes or no. I have a tab I want to hide by changing the fill color to the background of the project. I want to hide it if the person logged in belongs to the Auditor group. I can get the Privilege set with the Get ( AccountPrivilegeSetName ) = "Auditors" But I'm not sure how to pass a yes or no to the formula. IsValid doesnt seem to work I also tried If Get ( AccountPrivilegeSetName ) = "Auditors" Value=1 but that just produces errors. What would yall recommend I use to get the privilege set of the person logged in and pass a true value to trigger conditional formatting?
bcooney Posted May 23, 2013 Posted May 23, 2013 You should be able to simply put in the formula bar, Get (AccountPrivilegeSetName) = "Auditors" which evaluates to true (remember, you need to login with an account belonging to that priv set to see it work). Also, confirm that is the exact name of the privilege set. 1
Jesdamian Posted May 23, 2013 Author Posted May 23, 2013 hmm.. in that case I'm running into a different issue since the fomatting is not changing for auditors. Thanks for the confirmation that I'm technically going about it the right way.
Jesdamian Posted May 23, 2013 Author Posted May 23, 2013 a little more if people are interested. I"m using IWP for people in the field. through IWP the coniditional formatting does not appear. The tab is there and clickable. However, through the ipad client or Filemaker Pro, conditional formatting is done. so I guess I was doing it right but I didnt test it under the right condition. since my auditors are going to need to use IWP, I have to figure that part out now
bcooney Posted May 23, 2013 Posted May 23, 2013 Put Get (AccountPrivilegeSetName) in the data viewer to confirm it has the value you assume it has.
Recommended Posts
This topic is 4201 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 accountSign in
Already have an account? Sign in here.
Sign In Now