Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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,
please let me know if somebody know to put data in last row of infotable.
Thank you.
best regard
Solved! Go to Solution.
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,
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
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,