Hello
how can I add two null rows in last step in my PQ table only if the table is empty data
Hello
how can I add two null rows in last step in my PQ table only if the table is empty data
Last edited by Undo; 03-26-2023 at 10:32 AM.
You may Count.Rows and if it's 0 add two null-filled rows, like for instance:
![]()
Please Login or Register to view this content.
Best Regards,
Kaper
PS. If the column names in source are not known, or there are many columns in real table, you may use more universal solution and create null record with existing column names this way:
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks