Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to enter table name when table name has a space?

Hello,

 

I want to enter my table name into this tab. My table is called "Abzug KW".

 

 

Unfortunetly, I get an error message, Token Eof expocted. I think, the error message is because of the space in the table name. Does someone know, how I have to type the table name into the tab?

 

I would really appreciate your help! Kind regards 🙂

  • You will need to use # and then include table name in double quotes like below

    = #"Abzug KW"

1 Reply

  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    Most Valuable Professional

    You will need to use # and then include table name in double quotes like below

    = #"Abzug KW"