Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to avoid table name in front of field names ?

I am loading data from script editor and while loading data I am getting table name in front of field names.How can I avoid this ?

My datamodel looks like below.

AB:

Load

A,

B

From (Source).

My dm looks like

AB

AB.A

AB.B

W\here as I only want it to display

AB

A

B

Thank you.

4 Replies
sunny_talwar

Please do not create duplicate thread for the same question. Please check the response on your other thread.

Loading data in script editor issue.

vikasmahajan

I thing you must used Qualify statement in your data model ,  that is reason AB.A is appearing which sunny is explained you in your previous post .

Thanks

Vikas

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

Hi,

Remove qualify statement if you used. Otherwise use 'alias' while loading fields.

Rgds,

Dinu1

its_anandrjs

Hi,

You are using the Qualify *; Statement above the load statement that's why you get Tablename.Fieldname for remove table name from field name you have to use Unqualify *; statement or remove this statement from the load statement.

Regards,

Anand