Dashboard Home

Dashboard Feature Overview

<TODO> Insert description text here... And don't forget to add keyword for this topic


Tree browser
one click refresh
Toggle tree and dashboard
Auto-refresh every few seconds
new UI for Export
stop export and better export feedback
add custom header and footer to html export
auto-export to html every few seconds
split or full export to html
create dashboards using excel spreadsheets
enhanced connection UI
Beanshell integration
create beautiful charts
trigger dashboard or individual portlet refresh based on any parameter
Conditional formatting rows, columns or individual cells based on the value
--Option to refresh ALL portlets


<REFRESH_LIST>p34,p29,q39,g39</REFRESH_LIST> or <REFRESH_LIST>ALL</REFRESH_LIST>
<ANCHOR>p33=TOPLEFT,p55=TOPRIGHT</ANCHOR> //the anchors are built during every savesettings operation, these are stored in the dynamic script
<LOV>column_index1=p##,column_index2=p34</LOV>
<LOV>

<UPDATE_SQL>
update xxic_user
set login_name= COLUMN_VALUE_2
, full_name = COLUMN_VALUE_1
, last_update_date = now()
, is_enabled=COLUMN_VALUE_5
, role_name = COLUMN_VALUE_4
where user_id = COLUMN_VALUE_0
</UPDATE_SQL>