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: 
Anonymous
Not applicable

Direct Query along with INFO query

Hi All,

Can we use Direct query along with Info query in direct discovery of QlikView.

I have binary image data which I am fetching using -

INFO IMAGE_SIZE(120, 120) SELECT "binarycolumn", "binarycolumn" FROM "mkhati"."public"."employees";

The image path may change, and we need direct discovery for same.

How to use that.

Please assist.

Thanks & Regards,

MK

1 Reply
Anil_Babu_Samineni

Like this

BINARY Load "binarycolumn", "binarycolumn" FROM "mkhati"."public"."employees";

And then Give Height and Width From Caption Tab

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful