Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi dears
is there any way in qlik view to lunch another thing?
i need two things:
1)i need to have some links in my charts, i want to click on the link and go to another document with the specification of this row of chart, something like this:
Branch Name | Sales |
---|---|
Branch 1 | 27000 |
Branch 2 | 30000 |
Branch 3 | 56000 |
and if the user clicked on sales link of branch 2 for example, he would be able to lunch another page or dashboard to see some other chart previously designed for this specific branch.
is this possible?(or something like this)
2)i have a sales application which uses a warehouse as data source, then i bring its data(in a aggregated form) to a qlikview application in web. i need to let user click on a link for example to go to the transactional application to see details of factors for example. is there any way to do it?
Hi Mana,
to 2) i don't have an idea how to do this - you will surely need a macro and I'm not sure this will work.
To 1) - maybe the function of document_chaining (it's an action you can lay on buttons or other objects) will help you. You can also launch a URL using an action (button or so) - that URL could be an app (seen in the Browser) and even a specific page.
You can pass any user selections with document_chaining and I think you can also do so with a URL - but only static if I'm not mistaken.
HTH
Best regards,
DataNibbler
You may also Have a look of this
try like this in the Expression:
sum(sales) & '<url>' & 'Link'
and in the display select the link option
you can give this command in load script
=Name & '<url>www.qlik.com'
Did you solution ????
Vikas