Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
kris_vliegen
Partner - Creator III
Partner - Creator III

Link to pdf on other server

Hi all,

I would like to create a link to a PDF on an other server then our Qlikview-server.

In my developer tool, the link is working.

But If I try it on my access-point it will not werk.

I've set the representation to  "Link"

and this is the definition (xxx.x.xx.xxx is the ip-adress.)

avg( Factuurnummer)  &  '<URL>\\xxx.x.xx.xxx\data\' & Column(3) & '.PDF'

Why is this not working in my accesspoint?

Regards,

Kris

22 Replies
HirisH_V7
Master
Master

Hi ,

It should be,

=if(Score>=0,'URL'&'<URL>https://www.google.com/',Score)

PFA,

Hirish

HirisH
“Aspire to Inspire before we Expire!”
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Thanks, but what if it is not a website but an ip-adress. (The pdf-documents are on an other server in the network.)

Regards,

Kris

HirisH_V7
Master
Master

you can use the link like this,


Attached


-Hirish

HirisH
“Aspire to Inspire before we Expire!”
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Hi,

this is working

avg( Factuurnummer) & '<URL>http://www.google.be'

But this is not working.

avg( Factuurnummer)  &  '<URL>http:\\xxx.x.xx.xxx\data\' & Column(3) & '.PDF'

avg( Factuurnummer)  &  '<URL>https://xxx.x.xx.xxx/data/' & Column(3) & '.PDF'

HirisH_V7
Master
Master

is that link working on your browser!!

&  '<URL>http:\\xxx.x.xx.xxx\data\' & Column(3) & '.PDF'


is that red marked is also there in your link ..

post u r complete link!!

-Hirish

HirisH
“Aspire to Inspire before we Expire!”
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Hi,

If I use

avg( Factuurnummer)  &  '<URL>\\XXX.X.XX.XXX\data\' &Column(3) & '.'PDF'

this link is working on my desktop version.

On firefox it opens an empty tab.

In Chrome itdoes nothing but if I hybernate the link, In the left corner I see "File://XXX.X.XX.XXX/data/1234.PDF"

And this documetn exists.

http://xxx.x.xx.xxx/data/2015/1234.PDF

is not working.

in Chrome he opens a link but says '404 NOT FOUND' If I put '\\' before the url he opens the pdf.

In firefox it is not working at all.

regards,

Kris

HirisH_V7
Master
Master

Hi

try Like ,

avg( Factuurnummer)  &  '<URL>\\XXX.X.XX.XXX\data\' &Num(YourField,'#,##0')& '.PDF'



if your are using a table use your dimension field, else in table box means select your field


HTH,

Hirish


HirisH
“Aspire to Inspire before we Expire!”
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Hi,

I've tried with hardcoded an url

avg( Factuurnummer) & '<URL>file:\\XXX.X.XX.XXX\data\1234.PDF'

this is working in my desktop version

in chrome or firefox doing nothing.

avg( Factuurnummer) & '<URL>https://XXX.X.XX.XXX/data/1234.PDF'

desktop, Chrome and firefox opening a new tab but no document.

avg( Factuurnummer) & '<URL>http:\\XXX.X.XX.XXX\data\1234.PDF'

Desktop: opening a webbrowser but can't find a document.

Chrome: gives an erro : 404 NOT FOUND

Firefox: opening an new enpty window


Regards,

Kris

HirisH_V7
Master
Master

Hi ,

is that link working normally!

avg( Factuurnummer) & '<URL>file:\\XXX.X.XX.XXX\data\1234.PDF'



So when your clicking on this link this popup   the  same or any other!!



post a sample ,

If your any field or number want to be include into url or what .. like my above post!!


-Hirish


HirisH
“Aspire to Inspire before we Expire!”