May 20, 200421 yr I have A simple Portal... Two Fields Years and Amount All I need is a script or a calcuation that can add 1 to the number in the above row... Meaning when someone types in the first row the first column will be 1 and they fill in the amount when they go to the second line the year automatically says 2 they fill in amount... I can not use the "@@" text b/c I want to do a look up later... Does anyone know how to do this...or am I doing it all wrong? Thanks Joseph
May 21, 200421 yr Get( PortalRowNumber ) will give the current number, if you use that as an auto-enter value you'll get the number as soon as they leave the first field they type a value into.
May 21, 200421 yr Author Great...I am assuming that in will count inorder.. When I do this Get (PortalRowNumber)...all I see are 0 in the row thanks for the help.. Joseph
May 21, 200421 yr Weird - I see the same (0) if I define that as a normal calculation. What does work is when it is an auto-enter calculation, and you're creating rows via the portal, then it fills them in properly.
May 21, 200421 yr Author Ok...great agin...Let me try it..b/c that is what I am doing..from a portal that is...
Create an account or sign in to comment