Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Read fields from Qlikview into .net/Sharepoint

Hello,

We have a weird requirement (I know every developer feels so!) to read some fields from the Qlikview report. That is Qlikview is going to process some data from DB and do calculations like % change from previous month data. We from SharePoint/.Net portal, need to read this specific value. We don't wish to display the report/chart but we need to read that particular value. (I am giving example of just one value but there are close to 20 values to be read) and process this value in our application. Is there any way Qlikview can provide this value to .Net/SharePoint? Or through some excel/qvx file which .Net/SharePoint can read?

1 Reply
Anonymous
Not applicable
Author

Hi Simran,

you can use dynamic update create variables and store your values on those values and insert the variable value into a table (DB).

then you can use those tables as input for .Net/SharePoint

Re: Dynamic Update Macro not working in AccessPoint

Thanks

BKC