Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
balajisj30
Creator
Creator

Problem in loading table by sql query in qliksense

When i paste sql query in Data load editor and load the data, it is successful. The required table is generated Data manager. But when i load data in data manager and select edit sheet option, the table is not generated in the sheet for visualization.

I am newbie to qliksense, Please provide solution for this issue.

query generated in data load editor - for reference

Unqualify *;

[members_*******************]:

LOAD

[customerid],

[givenname],

[fullname],

Date([dob] ) AS [dob],

[age],

[gender_description],

[emailaddress],

[preferlanguagename],

[pointsearned],

[pointsadjusted],

[pointswithheld],

[pointsredeemed],

[pointsexpired],

[totalpointsearned],

[pointsnearexpiry],

[pointsavailable],

[firsttxndate],

[lastpurchaseddate]

RESIDENT [members];

DROP TABLE [members];

RENAME TABLE [members_****************] to [members];

3 Replies
ogster1974
Partner - Master II
Partner - Master II

In edit sheet mode you will be able to create charts using your loaded table data.  Drag a chart ie. a table onto the sheet and start adding Dimensions and or Measures.  When you do you will see your field names and table available for selection.

Regards

Andy

balajisj30
Creator
Creator
Author

Capture11.PNG

After selecting edit sheet, the table is not loaded.

ogster1974
Partner - Master II
Partner - Master II

There is a two step process when bringing data in through the data manager.

when you drop a file into load in data manager it will appear with a * next to it.  that means its not commited to your data model yet.  Only when it is via a Load data action with your fields become available to work woth in the front end.

It works in the data load editor as you are performing the load data step as part of your data load.

Regards

Andy