Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi evrybody,
As the title say, I wanna know if it is possible modifying a web page connection from dashboard in QlikSense.
Thanks a lot
Alessandro
Hi Marini,
Can you please specify what exactly do you mean web page connection ?
An URL.
I have to make a Facebook insight DEMO. To do that i need to create a variable "id_page" for modifying its value from dashboard.
Example:
I know this is possible with QlikView but i need to do it with Sense.
Hi Marini,
Can you please give some example of that ??
This is a small part of what i made in qlik view
for i = 0 to 3
let kpagina = chr(39) & (vPage$(i)) & chr(39);
FacebookFanPagesConnector_FeedItems:
LOAD
page as page,
$(kpagina) as kpage,
FROM
[http://localhost:5555/QVSource/FacebookFanPagesConnector/?table=FeedItems&appID=&FacebookPageOrld=$(vPage$(i))&format=qvx]
(qvx);
next
I created the 'vPage' variable into the dashboard and I named it 'Pagina (number)'. It's values could be changed into the dashboard.