Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sculptorlv
Creator III
Creator III

How to create VIEW from SQL

Hello. Please help with information.

There is CREATE VIEW function in SQL.

Can I use the same in Qlikview?

I have tabel

Select

A

b

c

From Table 1.

Can I do something like ???

Create VIEW BigTable AS

Select

A

b

c

From Table 1.

1 Solution

Accepted Solutions
buzzy996
Master II
Master II

qlikview won't support,first create a view in ur sql it self and call that view from qliview,tht helps.

View solution in original post

4 Replies
oknotsen
Master III
Master III

Why would you want to do something like this?

May you live in interesting times!
buzzy996
Master II
Master II

qlikview won't support,first create a view in ur sql it self and call that view from qliview,tht helps.

sculptorlv
Creator III
Creator III
Author

Thank you for answers.

I just have one SELECT (multiple joines).

And now I would like to get one MAX(values) group by .... from this SELECT.

Can't insert this MAX within SELECT itself - got mistake

oknotsen
Master III
Master III

Get the tables into Qlik and do the work there.

May you live in interesting times!