Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way to upload tables/data files by the user on the webview.
Suppose if after 4-5 months of delivery the user has a new set of data (with maybe seperate fields as in tables already loaded) and wants to load it on webview and make connections between new table and existing ones. Finally wants to make expressions on webview.
In other words the user wants to make ON THE FLY changes by loading new tables according to his/her needs.
Is this possible ??
If yes then How ?
Webview feature provides a convenient way for the developer to see exactly how the layout will look when used from an AJAX client. Naturally the AJAX property dialogs are available when running in WebView, providing some nice functionality that is not available to the developer in standard view. However, it should be noted that some functionality, for example, the report editing and the menu commands cut, copy, and paste (shortcuts Ctrl+X, Ctrl+C, and Ctrl+V), are not available in webview mode.
Regards.
Siva
Hi,
The user should be able to load new tables on webview and make connections with existing tables made by the developer.Is this possible ?? How ?
On Webview mode, click on Edit script button and add the new table script,save and reload.
Hi,
this is not a feature of the Ajax client. But, with some web development know how you can build and integrate your own data upload solution. We did similar things in our projects.
- Ralf
ok ..Where is the option of edit script in Webview....
I cant see it ...any symbol or particular location ...?
Press Ctrl + E button. If the application is developed by someone and have secured the file, you cant find the edit option.
regards.
siva
Hi,
Can it be done on Qlikview itself ??How can it be done ? Please guide....
CTRL+E works on the development platform when we develop it on our systems .
Iam talking about loading tables y the user on the webview.
its not possible to show edit mode in web view for the users.