Forum Discussion

skitovich's avatar
skitovich
Helper I
6 years ago
Solved

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

  • rajulshah's avatar
    rajulshah
    Resident Rockstar

    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]))