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?
- 6 years ago
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]))
amitchandak
6 years agoSuper 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]))