Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
devarasu07
Master II
Master II

Image link extension app enhancement help?

Hi All,

i've similar kind of requirment, using below attached extension is working fine but no.of columns are limited to 10 column only. if i add more than 10 fields then simple table extension script not working (refer screen image). do you have any other extension or enhanced script. thanks in advance

https://github.com/danielpilla/sense-images-links-extension

extension.jpg

1 Solution

Accepted Solutions
Daniel_Pilla
Employee
Employee

Once you modify "qWidth" you will need to close Qlik Sense, reopen it, and convert the old rendering of the table into the new rendering by dragging and dropping and selecting convert (if you are planning on altering an existing table with the updated extension code). The initial properties of an extension are rendered at the time you first create the object on the page. For any changes in the JS's initial properties to be reflected, the object needs to be recreated.

Screenshot: http://imgur.com/CdxHA99

Cheers,

View solution in original post

8 Replies
lakshmikandh
Specialist II
Specialist II

Try to work on that extension by altering it JS code

devarasu07
Master II
Master II
Author

Hi Lakshmikandh,

Thanks for your reply, i've tried to changed java script file (width changed from 10 to 100 , 1000 like that ) but still it's not working. please refer to the attached file,  can you advise me on this. Thanks

Thanks, Deva

devarasu07
Master II
Master II
Author

Hi All,

Any Thoughts on this ???

Thanks, Deva

devarasu07
Master II
Master II
Author

stalwar1‌, swuehl‌, gwassenaar‌, johnw‌, tresesco‌, lakshmikandh‌,

michael.hlava‌,

danieloberbillig‌,


gwassenaar

Please refer to the attachment, I've followed below extension and it's working fine up-to 10 fields (i.e both dimension and measure)

but my requirement has to display 35 columns with image cell and it's not working with below extension need to show up with image display. do you have any idea how can we enhance this extension to work for 35 columns?

GitHub - danielpilla/sense-images-links-extension: A simple table modified with conditional logic to...

FYI, tired to changed the initial properties and not working as expected.

22.jpg

devarasu07
Master II
Master II
Author

Hi,

Can Any one advise on this? Need to increase dimension/measure column in simple table extension.

Daniel_Pilla
Employee
Employee

Once you modify "qWidth" you will need to close Qlik Sense, reopen it, and convert the old rendering of the table into the new rendering by dragging and dropping and selecting convert (if you are planning on altering an existing table with the updated extension code). The initial properties of an extension are rendered at the time you first create the object on the page. For any changes in the JS's initial properties to be reflected, the object needs to be recreated.

Screenshot: http://imgur.com/CdxHA99

Cheers,

devarasu07
Master II
Master II
Author

Hi Daniel,

Thanks for your solution, will test it out in my end and update you. Also wanted to check with you on the export into excel and PDF output with image cell columnn using your simple table extension? If its possible can advise me how can we change the code?.Thank you very much again.

looking something below kind of additional features in simple table extension.

Export to Excel Data with image?

Best regards,

Deva

devarasu07
Master II
Master II
Author

Hi @dpi ;@Daniel Pilla

Thanks for the updated extension, it's working well. i just wanted to check below feature,

Currently if we export simple table with image result as excel /PDF the output exported image url instead of picture?

do you have any thoughts/idea how to get exported result  with picture.

Qlik Branch

Shows URL instead of Image.JPG

Thanks,Deva