cancel
Showing results for 
Search instead for 
Did you mean: 

Use previous field in expression

Former Member
0 Kudos

Hi All!

we have some table, containing records. For example we have rows with (task1, task2, task3) and columns with (ID, description, number)

We want to make default cell value for adding new row.

So when we add new row after 'task3', value for 'ID' would be 'task4' by default.

So we need some expression in 'Expressions editor' meaning 'previous column value'.

How that could be done in VC?

Probably I'm explaining not so clear, just ask if I should add something.

Thanks in advance for help and support!

Regards,

DK

Accepted Solutions (1)

Accepted Solutions (1)

former_member188977
Contributor
0 Kudos

Hi Dennis,

if you want to create a new row that "as default" has the same value as other row you can add "@task3" in the "Default value" field.

if you want to create a row that all time has the same value or a value created with a expresion based in other row, you can select an "expresion box" as control type.

Check this links with "Frequently-Used Dynamic Expressions"

http://help.sap.com/saphelp_nw04s/helpdata/en/40/a228173435437394f54c56de571ca4/content.htm

Regards,

Nacho.

Former Member
0 Kudos

Hi Ignacio!

I have alrery seen this article. But I can't understand how to use value of the "upper" cell as default in new one. Sorry

Answers (0)