Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 jasonseril
		
			jasonseril
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello all,
Is there a way to reload qlikview document (a button with macro to reload the application perhaps) opened in access point site? I hope somebody knows how. thanks and more power!
jason
 
					
				
		
Hi,
Try the following code.
Sub Reload_Doc
ActiveDocument.Reload
End Sub
Call this "Reload_Doc".
Function in your macro Button.
Thanks
Saran.
 
					
				
		
 jasonseril
		
			jasonseril
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Saran,
Thank you for your reply.
What i mean with the question is that, if I share the document in the Access Point, can i still run the macro button or will the reload macro still runs on Access Point?
jason
 
					
				
		
 blaise
		
			blaise
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You cannot perfom a user triggered reload on published documents.
 
					
				
		
 jasonseril
		
			jasonseril
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		ok, thank you very much blaise.
jason
 
					
				
		
Jasonseril
Did you find any solution for above task B'coz i'm also looking on this, if you find solution can you share with me.
