Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

SQL Dynamic data

I have a SQL table with more than 3 lakh records and i need to pull datas based on condition.


in design level i have a input box when i enter some value say 'London' I need the customer details from london

ie i need to run the query "select * from cus where city = 'London'".

Thanks in advance

1 Solution

Accepted Solutions
Gysbert_Wassenaar

The Qlikview way is to load all 3 lakh records and use a listbox to filter the data. That is faster and more flexible than any alternative.

If you do not want to do it that way you can try Direct Discovery if you're using QV11.2. Or you can try Partial Reload.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

The Qlikview way is to load all 3 lakh records and use a listbox to filter the data. That is faster and more flexible than any alternative.

If you do not want to do it that way you can try Direct Discovery if you're using QV11.2. Or you can try Partial Reload.


talk is cheap, supply exceeds demand
Anonymous
Not applicable

Why would you like to pull the data using Dynamic SQL? Is there any reason behind it?

Regards

MultiView