Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

General OLEDB Error

Hi guys:

What is wrong with this statement :

CONCATENATE(thirdtable$(l))

select EventsTimeline.ID

FROM EventsTimeline where EventsTimeline.ComplexTypeID =$(complexid);

swuehl

stalwar1

6 Replies
swuehl
MVP
MVP

And your variable complexid expands to...?

Anonymous
Not applicable
Author

there is a value inside comlexid variable which is  : 00000000-0000-0000-0000-000000000000

Ricardo_Gerhard
Employee
Employee

Dear Yaman,

  Is this message been displayed on Qlikview or Qlikview? When something wrong happens, the message should be displayed then you can understand.

  Please, catch the full message from when loading data or try to run the query without variables.This, could be a problem like Stefan already mentioned.

Ricardo Gerhard
OEM Solution Architect
LATAM
Anonymous
Not applicable
Author

Thanks Mr.Ricardo

I saw these messeges :

111.png

swuehl
MVP
MVP

Try putting single quotes around your variable expansion in the where clause.

Anonymous
Not applicable
Author

Thanks it is working now...