cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I am writing an sql script CV to join two fact tables and display the data based on row filter.Please see the script below.

When trying to validate the view,it triggers the below error. I couldn't figure out the sytax error in above script. can anyone help me.

0 Likes
View Entire Topic
former_member182302
Active Contributor
0 Likes

You need to add ''B1'''

Regards,

Krishna Tangudu

0 Likes

I already added B1 as a row filter in the above function. Please click on the image to see the full image of the calculation view created. But still it is showing error.

former_member182302
Active Contributor
0 Likes

No Venkat.. Am referring you to use the quotes properly replace the existing with ''B1'''

0 Likes

Thanks Krishna. Sorry for wrong reply.

When provided the value for empid as ' "EMPID"="B1" ', the error triggered during validation.(double quotes for value B1)

When the value is provided in the format, ' "EMPID"=' 'B1' ' ', the validation passed.(single quote is provided twice)

former_member182302
Active Contributor
0 Likes

cool