2013年6月12日 星期三

[SAP][Dashboards] Text Components 文字元件

基本上 Text Components 並不多,只有 Input Text、Input Text Area、Label。都可以提供文字顯示用,但 Input Text、Input Text Area還可以提供資料輸入之用。



2013年5月27日 星期一

[SAP][Dashboards] Dashboard Setting Up Alerts 設定警示

Dashboard 五個步驟設定警示 ( Alerts )

1.Enable Alerts (啟動警示)
   在 Alerts properties 頁籤中,勾選 Enable Alerts



2013年5月21日 星期二

[SAP][Dashboards] Dashboard 使用 Image Compoent

使用 Image Component 加入圖片、LOGO、客製化的 JPG 背景圖和 SWF 動畫來展現圖像及動畫,也可以載入其他的 Dashboard。
Image Component 可使用的檔案格式 :

  • JPG
  • PNG
  • GIF
  • BMP
  • SWF

[SAP][Dashboards] Dashboard 的 Play 選項

某些單一值元件,可以啟動 Play Options。播放選項 ( Play Options) 允許在我們所設定的範圍中,自動改變輸入的值。一旦元件啟動播放按鈕,可設定相關選項。

Play Control 的選項

[SAP][Dashboards] Dashboard 輸入與輸出元件

Dashboard 元件的用意即是輸出資料顯示及輸入資料接收。有些元件只能有一個目的 (輸入或輸出) ,有些是同時俱備兩種目的。輸出元件例如 Chart、Gauges,只有顯示資料的功能;輸入的元件如 Slider、Selector ,只能接收資料。
輸入元件可以綁定一個儲存格,將使用者輸入的值反應在其儲存格,若這個儲存格與其他輸出元件綁定,或有其他儲存格參照到這個儲存格的公式,則可以執行 " what-if " 的分析。
某些單一值的元件,也可以用來做輸出顯示之用,例如 Gauge、Progress Bar,來讀取 Excel 工作表中已存在的值。

2013年4月29日 星期一

[SAP][Dashboards] 有關 Dashboard 中使用函數注意事項

Dashboard 支援大部分的 Excel 函數,好幾個常用的 Excel 函數如

  • vlookup
  • hlookup
  • match
  • if
  • if or
  • if and
  • concatenate
  • index 

雖然支援,但像 sumif 和 countif 函數,可能會造成 Dashboard 效能變慢,使用 index 和 match 組成的函數,可以獲得同樣的結果,但效能會更好。

2013年4月24日 星期三

[SAP][Dashboards] Dashboard 介面介紹

SAP BusinessObjects Dashboard 4.0 的介面是由好幾個部分所組成包含

  • Toolbars
  • Components Browser
  • Object Browser
  • Property sheets
  • Canvas
  • Embedded Excel workbook
  • Query Browser

在 SP5 的版本另加上 Mobile Compatibility 用來檢視 Components 在 Mobile 上的相容性。