Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
JACKNIEKERK
Creator
Creator

activate list off PDF file in loading script to Graphic table and click on tabel to open Pdf

This works ok but means to edit source after  creating new pdf document

Fixed in source long list like:

 

Grid1 is loaded with

DocTable:
//==========================
LOAD '1030' AS DocumentName, 'J:/NEDERLAND/Markt specificatieS/test_1030.PDF' AS DOCUMENTLINK, 'Amsterdam' as DocumentTitle
AUTOGENERATE 1;
LOAD '6800' AS DocumentName, 'J:/NEDERLAND/Markt specificatieS/TEST__6800.PDF' AS DOCUMENTLINK , 'Amsterdam 'as DocumentTitle
AUTOGENERATE 1;
LOAD '6620' AS DocumentName, 'J:/NEDERLAND/Markt specificatieS/TEST__6620.PDF' AS DOCUMENTLINK, 'Amsterdam 'as DocumentTitle

 

This works in creating same grid on screenm OK

Grid 2 is loaded with


DIRECTORY
LOAD @1 AS DocumentName2 ,
@2 as DOCUMENTLINK2 ,
@3 as DocumentTitle2

FROM
[J:\PDS\K.CSV]
(txt, codepage is 1252, no labels, delimiter is ';', no quotes, no eof);

BUT clicking on a file name in Grid2 will say

Can not start:   J:/NEDERLAND/Markt specificatieS/test_1030.PDF'

In grid 1 we have as expession

=DOCUMENTLINK & '<URL>' & DOCUMENTLINK

same in grid

=DOCUMENTLINK2 & '<URL>' & DOCUMENTLINK2

 

 

 

 

 

2 Replies
Brett_Bleess
Former Employee
Former Employee

What is it you need on this post, I am a big confused after reading things as to whether you were trying to just share information or if you have something with which you need help?  Need further clarification.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
JACKNIEKERK
Creator
Creator
Author

hello Brett

 

it was send as a request for help to solve my problem

 

regards Jack