89
Views
5
Comments
Solved
Is possible to edit data with 2 line ?
Question

Hi, 

Is possible to edit data line 2 but i need to use line 1 as date and line 2 to get duration and got a end date ? (look at picture).

Thanks.

2014-12-24 13-44-21
Keith Matthews
Solution

The picture doesn't tell the full story. But surely its just a matter of processing the list (based on whatever logic you want to implement) you can use specific list positioning (e.g.

SyntaxEditor Code Snippet

GetPeople.List[1].Person.Surname

or iterate through the list?

2018-09-18 10-51-52
myzsk

Keith Matthews wrote:

The picture doesn't tell the full story. But surely its just a matter of processing the list (based on whatever logic you want to implement) you can use specific list positioning (e.g.

SyntaxEditor Code Snippet

GetPeople.List[1].Person.Surname

or iterate through the list?

Hi Maria and Keith,

Thanks for help me and i got idea from Keith.

Thank you very much :)

2018-08-26 20-34-32
Pankaj pant

Hi Agil,

I didn't clearly understand your question.

if you want to edit an individual row you can use the editable table instead of table records.

Regards,

pankaj Pant

2018-09-18 10-51-52
myzsk

Hi Pankaj,

I mean can i edit row 2 but i need data from row 1. Look at picture, i want to edit "5" to "6" and date on row 2 automatically add the day. This formula for date row 2 is AddDays(DateRow1,DurationRow2).

Sorry for bad english

Thanks 

2018-06-05 16-54-03
Maria da Graça Peixoto

Hi, 

You can have an input field in the table cells, in your case the cells in column "duration". Then build an action to recalculate the date by  "On change" of those input fields.

Hope this idea helps 

Regards

Graça Peixoto

2014-12-24 13-44-21
Keith Matthews
Solution

The picture doesn't tell the full story. But surely its just a matter of processing the list (based on whatever logic you want to implement) you can use specific list positioning (e.g.

SyntaxEditor Code Snippet

GetPeople.List[1].Person.Surname

or iterate through the list?

2018-09-18 10-51-52
myzsk

Keith Matthews wrote:

The picture doesn't tell the full story. But surely its just a matter of processing the list (based on whatever logic you want to implement) you can use specific list positioning (e.g.

SyntaxEditor Code Snippet

GetPeople.List[1].Person.Surname

or iterate through the list?

Hi Maria and Keith,

Thanks for help me and i got idea from Keith.

Thank you very much :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.