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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Table selection greyed out when doing binary load

Hey guys. I have a weird issue that I can't figure out. Normally, when I load some data in a QVW, and I create a chart or go to Select Fields, I can select a table from Show Fields from Table to narrow my search. I recently built a new QVW that does a binary load of another QVW. All the data and fields are there, but now when I try to create a chart, the Show Fields from Table drop-down is greyed out and disabled. My friend tried this and didn't have the same problem. Does anyone know why this would happen and how to fix it? I figure it's a setting somewhere, but I can't find any documentation. Thanks for the help!

error loading image

1 Solution

Accepted Solutions
manishkumar75
Partner - Creator II
Partner - Creator II

Hi ,

Just try putting in an extra line after the binary load like :-

Binary QlickViewFile.qvw;
Let 1 = 1;

Hope it will work.

For details you can see the post : http://community.qlik.com/forums/p/9940/39952.aspx

Thanks,

Manish

View solution in original post

4 Replies
manishkumar75
Partner - Creator II
Partner - Creator II

Hi ,

Just try putting in an extra line after the binary load like :-

Binary QlickViewFile.qvw;
Let 1 = 1;

Hope it will work.

For details you can see the post : http://community.qlik.com/forums/p/9940/39952.aspx

Thanks,

Manish

Not applicable
Author

That is ridiculous.. but it worked 🙂

Thanks man!

Not applicable
Author

Perfect - I always had the same problem and wondered why!?

Always thought it would be a security setting or so but never found a setting for that.

It's really ridiculous - but worked for me too 😄

Thanks too

Beckman

Anonymous
Not applicable
Author

Thanks that helps a lot!!