uemtux Posted March 22, 2010 Posted March 22, 2010 Hi All, I've got a portal where I use "@@" to number each item. My question is relatively simple... is there any way to return this number either in a calculation or in a script? I need to use it. Thanks!
efen Posted March 22, 2010 Posted March 22, 2010 Use the required goto portal row in your calculation/script as this will be the same as @@
bruceR Posted March 22, 2010 Posted March 22, 2010 Actually, get( PortalRowNumber ) definitely does NOT work correctly for this purpose. Seems like it should; but it doesn't. You need to use unstored calc get(RecordNumber).
Recommended Posts
This topic is 5418 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