Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
getting the dynamic values ,in the chart ,as the data comes on every monday of the week,how to update or write a code according to that.
I think I don't understand your request.
If you want to refresh your data, in general you need to do a (partial or full) reload, using the reload functionality of your desktop client or server. This executes the script, retrieving new data from your sources, updates the data model, so you can then access the new data in your charts.
currently am doing the development for the same ,so need some direction for starting up like building up the data model an then getting the dynamic values in the chart.
Hi,
You need to reload your data using reload functionality.
You can acheive this by QlikView Management Console
or
Create Batch file and execute your batch file on every Monday or Tuesday.
How to reload your dashboard using QMC or Batch file search on Community you will get desired solution.
Regards
istead of loading data from the excel file mentioning the hardcoded path as (c://qlikview ...........) etc
it has to be dynamic
I would suggest that you do the tutorial, attend a developer course or read some of the recommended books like 'QV11 for developers' by Garcia & Harmsen, which covers all basics.
There are also a lot of useful blogs and documents here in the forum, start with the blog by Henric Cronstroem and maybe
Get started with developing qlik datamodels
The information you have provided so far about your setting and requirements is far too few to enable us to help you.
Shivali your qtn is not clear .. Can you elaborate.
Give some example.
Thanks
BKC
If you want to load your files from a particular location or you want to use some variable to define path .. Plz explain .
Thanks
BKC
my requirement is:
we have some excel files(which are stored on a sharepoint site) genearted on every monday of the week by running some backend query,but currently we are trying that if we could generate those reports in qlikview so need to write the logic for this as ,it should take the latest file append with the old data and genearte the report in qlikview
looking forward for the response.