Consultor Eletrônico



Kbase P129125: Why does my EasyAsk Commerce Studio Dashboard not reflect my searches?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/02/2008
Status: Unverified

FACT(s) (Environment):

EasyAsk 10.1

SYMPTOM(s):

Why does my EasyAsk Commerce Studio Dashboard not reflect my searches?

Why does my EasyAsk Commerce Studio Dashboard display information for EcomDemo dictionary?

CAUSE:

The Dashboard uses information in <install folder>/server/EasyAsk/WEB-INF/studio/DefaultAnalyticReports.xml to choose which dictionary to display on the Dashboard.

FIX:

This is an excerpt from the <install folder>/server/EasyAsk/WEB-INF/studio/DefaultAnalyticReports.xml:

<?xml version="1.0" encoding="UTF-8" ?>
<analyticsConfig xmlns='http://www.easyask.com/analyticreportsconfig'
searchCols="search,word,comment"
commentaryCols="comment"
restrictToCurrentDict="false"
timeFrames="Yesterday,Last 3 days,Last 7 days,This month,Last 30 days,Last 90 days"
defaultTimeFrame="Last 7 days"
defaultEditorTimeFrame="Last 7 days" >

<autoRefresh enabled="false" startTime="1:00 AM" dictRestrictList="EcomDemo" />

Explanation:

restrictToCurrentDict=?true? specifies that all dashboard reports will be restricted to specific dictionaries
dictRestrictList="EcomDemo" specifies the dictionary to use for the dashboard

If you have only one dictionary, you can specify
restrictToCurrentDict="true"
<autoRefresh enabled="false" startTime="1:00 AM" dictRestrictList="dictname" />
Where dictname= dictionary name (Note, this is your dictionary name not your analytic dictionary name.)
if you have more than one dictionary, you can separate them by commas, dictRestrictList="xxx,yyy"
if you want your dashboard to reflect all dictionaries, then you can set :
restrictToCurrentDict="false"