Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi qlikview community! The server contains the document - for example, sales analysis. Through a Web server console I reload it, run the task or run the schedule - it's not a problem.
But I need to allow users to have such a button, update the document from the client. I made a button wrote a macro
sub ReloadDoc
ActiveDocument.Reload
ActiveDocument.Save
end Sub
However, this option only works on the local version, in client-server - no. I hope for your help!
Thank you!
 
					
				
		
Aleksandr
This blog post describes a method.
Best Regards, Bill
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Reload from web client is not directly possible. However, there are some external events (e.g. EDX) can do that.
 
					
				
		
 
					
				
		
 advait_thakur
		
			advait_thakur
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Aleksandr
Yes, you can achieve this with the help of EDX triggers and macro code which will get trigger in QMC.
Thanks
Advait
 
					
				
		
Hi Advait_Thakur! Thx for your help...Did I understand correctly? All these solutions are suitable only for server with a Publisher?
I have a server without....
 
					
				
		
 advait_thakur
		
			advait_thakur
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		True understanding
Regards
Advait
