Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
3 years ago
Solved

Create a scrolled column down

I would like to create a new column called Contracts2 that is equal to the Contracts column but with the first value blank and the following with the value of the Contracts column but moved 1 row down.

  • I have found the solution. I have created an index column starting from the value 0, then in the steps applied I have renamed it and put "Row", the next step has been to create a custom column with the following code: try
    Row[Framework Agreement]{[Index]-1}
    otherwise [Framework Agreement]

3 Replies