Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

extracting field with parentheses

Hi everybody,

I'm extracting a field from database with the name   Cost Amount (Actual)  but it gives me an error in script,

here is my query

SELECT  [Cost Amount (Actual)] as prix

      FROM [EKG2013].[dbo].[FAD2014$Item Ledger Entry];

regards.

Labels (1)
11 Replies
manojkulkarni
Partner - Specialist II
Partner - Specialist II

you need to use fields in doule quote having any special characters

Not applicable
Author

it appeared that the field is calculated in navision and doesn't exist in sqlserver

thanks for all