Forum Discussion
Can' assign table elements to variables
Hi IgorKaradzic what is your request for possible solution: calculate something and also on your example table there is no [Field] (reference to your initial post: Query1'[Field] but it doesn' work. Erorr is can't find name 'Field' )
That's what is says in error message. I sent you example table down bellow.
- IgorKaradzic2 years ago
Helper I
ID Task Responsible
Planned Start Date
Planned Finish Date
1
13.3.2024.
23.3.2024.
2
23.3.2024.
25.3.2024.
2
25.3.2024.
1.4.2024.
2
25.3.2024.
29.3.2024.
2
29.3.2024.
7.4.2024.
2
7.4.2024.
10.4.2024.
- some_bih2 years ago
Community Champion
Hi IgorKaradzic I am sorry, I do not understand your issue based on information from your side.
- IgorKaradzic2 years ago
Helper I
First i would like to compare data from column ID Task Responsible. First row from that column with second row, then second row with third row and so on. If they are not equal then do nothing. If they are equal, we must check if there is overlaping in dates. If there is, then i must for example add 5 hours to second compared row. We must do that for each 2 rows like i mentioned. Is it possible to do something like that?