Jump to content

Get(PortalRowNumber)


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

Recommended Posts

Has anyone tried using Get(PortalRowNumber) in a Conditional Formatting calculation? I'm using a text box to fill the same color as the background if it's not the first portal row.

The formula

Get(PortalRowNumber) > 1

does not work.

The formula

items|TRANSACTIONS::_p Transaction ID ≠ GetNthRecord(items|TRANSACTIONS::_p Transaction ID;1)

does.

ITEMS is the table for the layout and items|TRANSACTIONS the related table. The second formula does the job, but is not as pretty as the first.

Can anyone confirm that Get(PortalRowNumber) doesn't work with Conditional Formatting? And know why not?

Link to comment
Share on other sites

I am assuming that it is because of the context that the function is evaluated.

Get(PortalRowNumber) returns the portal row number when it has become active.

Link to comment
Share on other sites

This topic is 5871 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.