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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reading data from SQL table-valued function?

Hello Experts,

How can we create a view or load table into Qlikview from SQL table-valued function

and then use this new table(view) in Qlikview.

Please suggest.

Thanks in advance.

4 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi,

load the data using SQL SELECT (extract data from sql database) and the use RESIDENT to load as a view in qlikview

load *;

SQL SELECT * from Table ;


Diff between SQL Select and Load Statement

Not applicable
Author

Hi,

Edit Script > Connection Required (OLEDB/ODBC) -- Connect to Server with database

Select > Table > Enable Preceding Load icon

Table Name:

> LOAD ....;

SQL SELECT *

FROM ....;

Load <>

Resident <Table Name> -- Apply any transformations

wish you happy new year

Regards,

Sub2u

SunilChauhan
Champion II
Champion II


Load *;

SELECT schema.functionname(parameter)

Sunil Chauhan
vikasmahajan

- >  You can create views or temp tables in SQL using sql scripts and same can be scheduled

- >  Now Create ODBC

- >  Select OBDC as per attached pic.

-> Load table

vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.