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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Siva_Sankar
Master II
Master II

Metadata handling not working properly

Hi,

I have gone through Handling Metadata in QlikView  by sinanozdemir   and when I try to implement it ,it works for some tables and not for some.

I have attached a application.

Can any one look and see and let me know why is it?

Regards,

Sivasankar

32 Replies
Kushal_Chawda

Please check the attached.

I think order of loading table should be the same as in inline table.

jagan
Partner - Champion III
Partner - Champion III

Hi,

In QV 11.2 SR9 it is not working as expected even changing the order.

Regards,

Jagan.

Kushal_Chawda

I am using 11.2 SR12 and it is working for me

jagan
Partner - Champion III
Partner - Champion III

Even the alternate method is also not working for ASCII and Transactions tables

Comment Table Characters with 'Contains Characters';

Comment Table ASCII with 'Contains ASCII Values';

Comment Table Transactions with 'Contains Transaction Facts';

Comment Table Dummy with 'dummies values';

Kushal_Chawda

Have you tried opening the QVW which I have attached?

tamilarasu
Champion
Champion

I guess the problem must be in the below statement in the Characters table.

Load Chr(RecNo()+Ord('A')-1) as Alpha, RecNo() as Num autogenerate 26;

If you change the Alpha to some other name then it's working fine.

Capture.PNG

Check the attachment.

maxgro
MVP
MVP

It seems the Characters table, when i change the load script of that table, it starts working; see attachment

1.png

Siva_Sankar
Master II
Master II
Author

Its not working in my existing dashboard even after changing the order and other suggestions.

Version I am using Qv 11 SR 12

tamilarasu
Champion
Champion

Did you check the attachment.?