Difference between revisions of "Editing a model's details"

Jump to navigation Jump to search
no edit summary
Line 18: Line 18:
# Choose the [[Archive Types|Archive Type]].
# Choose the [[Archive Types|Archive Type]].
#: '''Live''' optimises the model to retrieve live data.
#: '''Live''' optimises the model to retrieve live data.
#: '''Developer''' optimises the model when developing to not connect with your data file as often.
#: '''Developer''' optimises the model for developing by only refreshing every 8 hours and returning cached data if a call is made within that time. The benefit of this Archive type is is makes refreshes faster but the downside is your not always seeting the latest data
#: '''Static''' makes the model only return cached data without connecting to your data file.
#: '''Static''' makes the model only return cached data without connecting to your data file. Use this option if you have many years of data. Store the history in a static table and append with live data for the current year.
# Enter a '''Default Start Date''' and '''End Date''' to control how much data is retrieved.
# Enter a '''Default Start Date''' and '''End Date''' to control how much data is retrieved.
#: These dates will apply when no date filters are applied via the [[OData client]].
#: These dates will apply when no date filters are applied via the [[OData client]].

Navigation menu