Forum Discussion
skitovich
6 years agoHelper I
Help with tables
Hello all. I linked two tables, and after the link an empty row was formed. How to delete an empty line?
Hello skitovich,
You can delete the blank rows clicking on Remove Rows > Remove Blank Rows.
Hope this helps.
You column name is not visible
You can add a filter on top of your table script
table = filter(union(<You code>),not(isblank([column]))
2 Replies
- amitchandakSuper User
You column name is not visible
You can add a filter on top of your table script
table = filter(union(<You code>),not(isblank([column]))