EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB439780: How to configure document caching at the dashboard or dossier level in MicroStrategy 10.x


Frederick Kellerman

Cloud Support Expert I • MicroStrategy


This article discusses how to configure document caching at the dashboard or dossier level in MicroStrategy 10.x.

Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
OVERVIEW
In Strategy Secure Enterprise 10.x dashboards and dossiers can utilize document caching. For example, if document caching is enabled at the project level then by default executing a dossier will create an XML document cache and an HTML5 document cache. In certain cases, users may want to control the document caching behavior of a dashboard/dossier at the object level, instead of having all dashboards/dossiers inherit the default project level behavior.
HOW TO CONFIGURE DOCUMENT CACHING AT THE DASHBOARD/DOSSIER LEVEL
Document caching for dashboards and dossiers can be configured at the dashboard/dossier level using the ALTER DOCUMENT outline in Command Manager. For example, the following Command Manager script will enable XML and HTML5 caching for "Test Dossier" at the level of the dossier. This will override the project level document caching configuration.
 


ALTER DOCUMENT "Test Dossier" IN FOLDER "Public Objects\Reports" ENABLECACHE XML, HTML FOR PROJECT "Strategy Tutorial";

The full set of options for the ALTER DOCUMENT outline can be seen below:
 

ALTER DOCUMENT "<document_name>" IN FOLDER "<location_path>" [ENABLECACHE  (FALSE | DEFAULT |(PDF |HTML|EXCEL|XML) [, (PDF |HTML|EXCEL|XML) ...])] [THEME ("<theme_name>" IN FOLDER "<theme_location_path>" | GUID <theme_GUID>)]  [NAME "<new_document_name>"] [LONGDESCRIPTION "<new_long_description>"] [DESCRIPTION "<new_description>"]  [FOLDER "<new_location_path>"] [HIDDEN (TRUE | FALSE)] [(ALLSCHEDULES | NONSCHEDULABLE | SCHEDULES "<schedule_name>" [,"<schedule_name>" ...])] FOR PROJECT "<project_name>";

    KB439780


Comment

0 comments

Details

Knowledge Article

Published:

February 27, 2018

Last Updated:

March 21, 2024