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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
LhZagora
Contributor
Contributor

Unexpected token: '/'

Hello,

Im new to Qlik sense and i get this error 

Unexpected token: '/', expected one of: ',', 'as', 'AutoGenerate', 'From', 'From_Field', 'Inline', 'Resident', ..

Can you please explain to me what this error  means and how i can avoid it  ? 

Code and error below in picture.

Qliksense_2.pngQliksense.png

 

Thank you in advance.

Labels (1)
1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

You can't use count(*). Instead use a field like Coun(Fuel_DG1)

 

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

You can't use count(*). Instead use a field like Coun(Fuel_DG1)

 

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
LhZagora
Contributor
Contributor
Author

Thank you it works