When building configuration files without the Admin Console, or to change settings in the API, use this reference to map Admin Console settings to the relevant config file node or API key.
Note
For config file elements not in the <general> node, see Config File XML Reference (All Nodes but General).
<config_file_node>
(within the <general> element)Api.SetupData.General
namespace)<allowdependantfilters>
This boolean value enables or disables the Filter Dependency feature. To enable it, set the setting to True. To disable it, set it to False. The sample configuration file below enables it.
<general> <allowdependantfilters>True</allowdependantfilters> </general>
Alternatively, this setting may be changed when creating a session with the .NET API:
Api api = new Api(ConfigurationManager.AppSettings["ExagoAppPath"]); api.General.AllowDependantFilters = false; api.Action = wrApiAction.Home; sring paramString = api.GetUrlParamString(homePage);
Or the REST Web Service API:
curl http://{webservice}/rest/settings?sid={sid} -X PATCH ^ -d " { 'General': { 'AllowDependantFilters':false, } }"
Tip
This document is presented in the order that settings appear in the Admin Console. Use your browser’s Find function (Ctrl+F) to find a specific setting in this document.
The Main Settings article includes detailed descriptions of each of these settings.
<temppath>
<tempcloudservice>
<languagefile>
<tempurl>
<allowhomedirect>
<allowhtmloutput>
<allowexceloutput>
<allowpdfoutput>
<allowrtfoutput>
<allowcsvoutput>
Possible values: excel, pdf, rtf, csv
<defaultoutputtype>
Possible values: Run, Export
<reporttreeshortcut>
The Culture Settings article includes detailed descriptions of each of these settings.
<dateformat>
<timeformat>
<datetimeformat>
Possible values: date, datetime
<datetimetreatedas>
<separatorsymbol>
<currencysymbol>
<decimalsymbol>
<decimalplaces>
<currencydecimalplaces>
<applygeneralformatdecimalplaces>
<applygeneralcurrencyrightalignment>
Note
Set to 0 to use the Client Time Zone Name. If null, Exago will use the External Interface (a deprecated extensibility feature) to calculate the time zone change.
<servertimezoneoffset>
<clienttimezonename>
The Feature/UI Settings article includes detailed descriptions of each of these settings.
Note
This setting was removed from the Admin Console in v2019.2 but remains available here in the config file. No other functionality was removed.
<showexpressreports>
<showadvancedreports>
<showcrosstabreports>
<showdashboardreports>
<showchainedreports>
<showexpressviews>
<allowexpressviewliveedit>
<showexpressviewdatafieldssearch>
<showdatafieldssearch>
Note
This setting was removed from the Admin Console in v2019.2 but remains available here in the config file. No other functionality was removed.
<showexpressreportsstylingtoolbar>
Note
This setting was removed from the Admin Console in v2019.2 but remains available here in the config file. No other functionality was removed.
<showexpressreportsthemes>
Note
This setting was removed from the Admin Console in v2019.2 but remains available here in the config file. No other functionality was removed.
<showexpressreportsgrouping>
Note
This setting was removed from the Admin Console in v2019.2 but remains available here in the config file. No other functionality was removed.
<showexpressreportsformulabutton>
<showcrosstabwizard>
<showchartwizard>
<chartcolors>
<maxnumberofchartpoints>
<defaultchartfont>
<showmapwizard>
<geochartmapkey>
<mapcolors>
<showgooglemapwizard>
<googlemapjsapikey>
<googlemapgeocodeapikey>
<googlemapcolors>
<showgaugewizard>
<gaugecolors>
<showpdftemplate>
<showtemplateuploadbutton>
<showlinkreport>
<showlinkreportfields>
<showlinkreportformula>
<showlinkaction>
<showautosum>
<showinsertimage>
<showjoinswindow>
<showadvancedjoins>
<showcomplexjoins>
<showcategoryalias>
<showeventswindow>
<showreportparameterswindow>
<showsqlwindow>
Possible values: Cursor, NewTab, ScreenCenter
<linkedreportdisplay>
<showgroupheadersformulabutton>
<dashboardpromptatexecution>
<dashboardautomaticallyrefreshtiles>
<dashboardshowurlitembutton>
<showdashboardnewvisualizationbutton>
<showdashboarddatafieldssearch>
Note
This setting was removed from the Admin Console in v2019.2 but remains available here in the config file. No other functionality was removed.
<usesampledatafordashboardvisualizationdesign>
<visualizationdbrowlimit>
<silentdashboardrefresh>
<mintilewidth>
<mindesktopwidth>
<defaultfont>
<defaultfontsize>
<showhelp>
<customhelpsource>
<showexportsintab>
<showiedownloadbutton>
<showjoinfields>
<showgrid>
<enhancedtooltips>
<saveonexecute>
<saveonfinish>
<enablerightclickmenus>
<enablereportstreedraganddrop>
<showreportuploaddownloadoptions>
<interactivehtml>
Possible values: Auto, Show, Hide
<showhtmltoolbar>
<defaultisdockopen>
Possible values: Left, Right
<dockplacement>
<executesavetodesign>
<crosstabmaximumfields>
<usesvgforappicons>
<csstheme>
<expressviewjoinalgorithm>
<allowreportcustomsqlobjects>
<excludedatasourcesreportcustomsql>
The Programmable Object Settings article includes detailed descriptions of each of these settings.
<calltypeparamname>
<columnparamname>
<filterparamname>
<fullfilterparamname>
<sortparamname>
<datacategoryparamname>
<objectidparamname>
<dbrowlimitparamname>
<dbrowrangestartparamname>
<dbrowrangeendparamname>
The Filter Settings article includes detailed descriptions of each of these settings.
<showgroupfilters>
<showtopn>
<allowexecutenewfilters>
<readfiltervalues>
<allowdependantfilters>
<showfilterdescription>
Possible values: Standard, SimpleWithOperator, Simple, Custom
<defaultFilterExecutionWindow>
<changeableFilterExecutionWindow>
<includenotfilternullvalues>
<filterexecutionwindow>
See Database Settings for more information.
<dbtimeout>
<dbrowlimit>
<dbrowlimitstepsize>
<detectjoinedobjects>
<enablespecialcartesianprocessing>
<aggregateandgroupindatabase>
<evaluateformulasindatabase>
The Scheduler Settings article includes detailed descriptions of each of these settings.
<enablescheduling>
<showschedulereports>
<showschedulereportsemail>
<showschedulereportsmanager>
<showschedulenoenddate>
<showscheduleintradayrecurrence>
Possible values: User, Company, All
<schedulemanagerviewlevel>
<emailscheduledreports>
<enablebatchreports>
<showscheduledeliverytypeoptions>
<usesecureremotingchannel>
<scheduleremotinghost>
<executeremotely>
<executioncache>
Possible values: Global, Company, User
<accessdatasourcesremotely>
<synchronousremotinghost>
<schedulerqueueservice>
<deleteschedulesuponreportdeletion>
<reportscheduleemailsubject>
<reportscheduleemailbody>
<passwordrequirement>
<schedulerrecipientwindow>
The User Settings article includes detailed descriptions of each of these settings.
Possible values: one of the wrUserPreferenceStorage constants.
<userprefstorage>
<userstartupreportoverwritegettingstarted>
<userstartupreportmaxnum>
<userallowuserreports>
The Other Settings article includes detailed descriptions of each of these settings.
Possible values: v2003, v2007, v2010, v2013, v2016. v2013 is the default value.
<excelexporttarget>
<externalinterface>
<htmlpaging>
<renewsession>
Possible values: NONE, ERROR, INFO, DEBUG
<logginglevel>
<debugging>
<maxjobexecutionminutes>
<chainedreportmaxcollationexecutions>
<maxtempfileage>
<datamapping>
<onecategorylimit>
<isaggregaterecordlevel>
<cacheservices>
Possible values: Datasource, Metadata
<schemaaccesstype>
<allowmultiplesessions>
<allowmd5onfips>
<writebomtocsv>
<loadimageprefix>
<ignoreinaccessiblereportfolders>
<userid>
<password>
<debugextractionpassword>
<restkey>
<expirationdate>
<customcode>
Some settings are not accessible in the Admin Console and are only available by editing the Config File. These so called hidden flags are documented in theĀ Hidden Flags article.
These settings are not accessible in the Admin Console. Changing these settings is not supported.
<formulafunctionsloaded>
<datefunctionsloaded>
<versionnumber>
<datacloudservice>
<windowheight>
<windowwidth>
<maptermssignature>
<canjointransformobjectsindb>