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

Image in Straight Table chart

Hi All,

Facing very strange issue while displaying the image in Straight Table chart.

Following approcch using:

1>Defined the path in excel file with the image name ex:

D:\R&D\1.png

2> Writing following in editor:

Directory;
LOAD Description,
     Violations_Value
FROM
a.xls
(biff, embedded labels, table is Voilation$);


Bundle info
LOAD  Description,Image_Path
FROM
a.xls
(biff, embedded labels, table is Voilation$);

3> In exp writing following: info(Description)

Issue is coimg here that instead of displaying the defined images , some other images from some other folder is getting displayed.

What can be the issue. Please help.

Thanks in advance,

0 Replies