Skip to main content
12-Amethyst
January 24, 2022
Solved

put in last row data in infotable

  • January 24, 2022
  • 1 reply
  • 2779 views

Hi, all

 

I'm trying to make a schedule chart that shows the operating status and Start/End time.

But i have some problem.

I want to put end time in the last row of infotable and put in new opreation status and time by add row of infotable.

 

please refer below my code,

SH_KIM_0-1643015234481.png

SH_KIM_2-1643015292264.png

 

please let me know if somebody know to put data in last row of infotable.

 

Thank you.

best regard

Best answer by SH_KIM

Hi, sharon, 

 

Thank you for your reply,

But I solved it.

 

          1. I put the last row data into the Backup variable and delete last row.

          2. After combining the last row of the backed up data with the current time, use the AddRow function to insert the data into the last row of the infotable.

 

bset regards,

1 reply

Community Manager
January 26, 2022

Hi @SH_KIM.

 

Can you explain more about your use case?  It doesn't seem like there should be an end time for some of these statuses.  We also need to see more of your code.

 

Regards.

 

--Sharon

SH_KIM12-AmethystAuthorAnswer
12-Amethyst
February 7, 2022

Hi, sharon, 

 

Thank you for your reply,

But I solved it.

 

          1. I put the last row data into the Backup variable and delete last row.

          2. After combining the last row of the backed up data with the current time, use the AddRow function to insert the data into the last row of the infotable.

 

bset regards,