Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Number of portal row in field - NOT using @@


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

Recommended Posts

Posted (edited)

I need to put the portal row number into a field so that I can export it. I cannot use @@ as whilst it gives each row a number, you cannot export it. The sort order will always be exactly the same.

TIA

Edited by Guest
Posted

Create a dummy number field with auto increment from 1.

Then create a new calculation field called item.

If(Dummy=Dummy;0;0)+1+Case(Get ( PortalRowNumber );Get ( PortalRowNumber )-1;0)

Posted

Tks but this would only put a value of 1 in the field upon exporting. On the portal it would only show it if you clicked into it.

I have got around it by creating a script which does a count then numbers them in chronological order.

Tks anyway.

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