Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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