Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
qlikview won't support,first create a view in ur sql it self and call that view from qliview,tht helps.
Why would you want to do something like this?
qlikview won't support,first create a view in ur sql it self and call that view from qliview,tht helps.
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
Get the tables into Qlik and do the work there.