El_Pablo Posted August 31, 2010 Posted August 31, 2010 Hi, This should be an obvious one, but I can't see the solution right now. I'm trying to alternate the filling color of a label in a portal row. The label is transparent and is used to hide a button when a certain condition is met. Using conditionnal formatting, I tried with "Get (RecordNumber)" and "Get (ActivePortalRowNumber" without success. Here's my calc : Mod (Get (recordnumber); 2) = 0 or Mod (Get (ActivePortalRowNumber); 2) = 0 Any clue on this one?
comment Posted August 31, 2010 Posted August 31, 2010 Get ( RecordNumber ) refers to the parent record. Define an unstored calculation field in the child table = Get ( RecordNumber ) and use that instead. Not sure what Get (ActivePortalRowNumber) has to do with this. The label is transparent and is used to hide a button :
Recommended Posts
This topic is 5193 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