Forum Discussion
QUERY ODBC data source - only import data WHERE condition is true
Hi crichards,
I think you can use the SQL statement option to load data with conditions.
SELECT * FROM XXXXX WHERE EVENT_ID <> ""
Reference link:
QUERY ODBC data source - only import data WHERE condition is true
Regards,
Xiaoxin Sheng
thanks Xiaoxin, i tried your line with no luck, also tried a variation.. still no good
SELECT * FROM Administrator_Schema.MESSAGE WHERE EVENT_ID != ""
in the Query Editor, can i change this to filter on EVENT_ID? currently have below.
= Administrator_Schema{[Name="MESSAGE",Kind="Table"]}[Data]
any ideas?
- Anonymous8 years agoNot applicable
HI crichards,
>>i tried your line with no luck, also tried a variation.. still no good
I'd like to suggest you to modify formula at datasource side and copy the available query to sql statement box.
>>in the Query Editor, can i change this to filter on EVENT_ID? currently have below.
I don't think you can direct fitler on that step, it not include filter option.
Regards,
Xiaoxin Sheng