Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alessandro_mari
Partner - Contributor III
Partner - Contributor III

Modifying web page connection from dashboard

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

4 Replies
rohitk1609
Master
Master

Hi Marini,

Can you please specify what exactly do you mean web page connection ?

alessandro_mari
Partner - Contributor III
Partner - Contributor III
Author

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:

[http://localhost:5555/data?connectorID=FacebookFanPagesConnector&table=Feed&pageId=$(id_page)&startD...]

I know this is possible with QlikView but i need to do it with Sense.

millan123
Creator II
Creator II

Hi Marini,

Can you please give some example  of that ??

alessandro_mari
Partner - Contributor III
Partner - Contributor III
Author

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.

Cattura.PNG