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

Issue with Ajax - App not Refreshing

Hope someone can help.

Have written an app to show on a TV screen on our sales office.

App has 3 sheets with these being conditionally shown using a variable (Tabrow is hidden).

varReportView='R1'

Variable set by the following:

=IF(Second(now()) >= 0 AND Second(now()) <=19, 'R1',
IF(Second(now()) >= 20 AND Second(now()) <=39, 'R2',
IF(Second(now()) >= 40 AND Second(now()) <=59, 'R3')))

On QlikView desktop, this works great and the report rotates its way through the sheets.

On the web browser, the report does not rotate through the sheets.

Report is loaded using the following command from a shortcut:

http://192.168.200.5/QvAJAXZfc/opendoc.htm?document=qv16DA%2FDA02.qvw&host=UKTS2K8R222

Server settings on document is set to "Server performs refresh automatically without client action."

Anyone have any ideas?

 

 

 

 

Labels (1)
0 Replies