WebI報表設計高級功能_第1頁
WebI報表設計高級功能_第2頁
WebI報表設計高級功能_第3頁
WebI報表設計高級功能_第4頁
WebI報表設計高級功能_第5頁
已閱讀5頁,還剩43頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

WebI報表設計高級功能(BW320)

SAPBO顧問2010年09月09日議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測試2WebIntelligence

定位SAPBI模塊報表解決方案的一部分快速獲取信息以幫助決策即席查詢(ad-hocquery)3WebIntelligence

數據讀取流程4習題Whatisauniverse?Listtheobjecttypesusedinauniverse,andthekindofdatareturnedbyeachtype?Whatisthedifferencebetweenaqueryfilterandareportfilter?WhatarethethreecomponentsthatmakeupaWebIntelligencedocument?Whatarethedifferencesbetweenapplyingbreaksandsectionstoareport?WhatisaScopeofAnalysisforaquery?5習題答案:1.Whatisauniverse?Answer:AuniverseistheBusinessObjectssemanticlayerthatmapstodatainadatabaseandisusedforcreatingqueriesinWebIntelligence.2.ListtheobjecttypesusedinaBusinessObjectsuniverse,andthekindofdatareturnedbyeachtype.Answer:Dimensionobjects:Character-typedata,dates,andnon-aggregatednumericdata,forexampletelephonenumbers.Dimensionsarethekeyelementsofaquery.Measureobjects:Numeric-orfact-typedataDetailobjects:Character-ordate-typedata(supplementaryinformation)6習題答案:3.Whatisthedifferencebetweenaqueryfilterandareportfilter?Answer:AqueryfilteriscreatedintheQuerypaneltolimitthedataretrievedfromthedatabase;areportfilteriscreatedintheWebIntelligenceRichClientwindowandallowsyoutorestrictthedatashowninthereportsimplybyhidingthedatayouarenotinterestedin.4.WhatarethethreecomponentsthatmakeupaWebIntelligencedocument?Answer:Reports,blocks(tablesandcharts),andthemicrocubeofdata7習題答案:5.Whatarethedifferencesbetweenapplyingbreaksandsectionstoareport?Answer:Thedifferenceisthatthegroupedvalueappearsasaheaderoutsidetheblockinsteadofremainingwithintheblock.Abreakonlygroupswithinablock,whereassectioninggroupstheentirereport.8習題答案:6.WhatisaScopeofAnalysisforaquery?Answer:Thescopeofanalysisforaqueryisextralevelsofdatainanobject'shierarchythatyoucanretrievefromthedatabasetogivemoredetaileddatareturnedbyeachoftheobjects.Thisextradatadoesnotappearintheinitialdocumentresults,butitremainsavailableinthedatacube,ordataprovider,soyoucanpullthisdataintothereporttoallowyoutoaccessmoredetailatanytime.9議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測驗10WebIntelligence

組合查詢使用兩個查詢使用集合函數對結果進行合并,作為WebI報表的數據源11WebIntelligence

合并查詢的優(yōu)缺點優(yōu)點邏輯更清晰可以實現(xiàn)一次查詢無法完成的功能缺點對性能有影響12WebIntelligence

查詢過濾器–子查詢一個過濾的操作數事先未知,依賴于另一個過濾假設場景:銷售經理需要知道大于Chicago33rd倉庫的銷售額的那些倉庫,并且列車倉庫名和它們的銷售額??13WebIntelligence

使用多個查詢一個WebI文檔可以基于多個查詢(數據源),可以有多個塊一個查詢投射到多個塊基于一個universe的多個查詢基于不同universe的多個查詢14WebIntelligence

使用多個查詢一個數據塊使用多個查詢的數據時,得到的數據不準確融合數據以解決問題15WebIntelligence

合并多數據源的數據16WebIntelligence

數據融合:維度的融合17議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測驗18WebIntelligence

計算上下文概念19State'sbestyearamount=max([Salesrevenue])WebIntelligence

輸入計算上下文輸入上下文直接包含在計算公式中的維度對象決定計算聚合的層次20State'sbestyearamount=max([Salesrevenue]In([Year];[State]))WebIntelligence

輸入計算上下文輸入上下文直接包含在計算公式中的維度對象決定計算聚合的層次21WebIntelligence

輸入計算上下文22=Average([Salesrevenue])=Average([Salesrevenue])InBlockWebIntelligence

輸出計算上下文輸出上下文寫在計算公式之外從計算好的結果中選擇23WebIntelligence

輸出計算上下文24議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測驗25WebIntelligence

變量字符串函數Replace-usedtoreplaceaspecifiedstringwithanotherstring.Right-usedtoextractagivennumberofcharactersfromtheright.Left-usedtoextractagivennumberofcharactersfromtheleft.SubStr-usedtoextractastringofvariablelengthandposition.Length-usedtoidentifythelengthofastring.Pos-usedtoidentifythepositionofacharacterinastring.Match-usedtodeterminewhetheracharacterstringmatchesaparticularpattern.可以使用通配符?任意一個字符*任意多個字符26WebIntelligence

變量日期函數ToDate:changesthedatatypeofavaluetodateCurrentDate:givesthedatetodayDaysBetween:calculatesthenumberofdaysbetweentwodateslace-usedtoreplaceaspecifiedstringwithanotherstringLastExecutionDate(stringdata_provider)FormatDate(LastExecutionDate();"Mmmmdd,yyyy")27議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測驗28WebIntelligence

If邏輯If(條件;條件為真表達式;條件為假表達式)例子:=If([Quarter]InList("Q1";"Q2");"Year'sFirstHalf";"Year'sSecondHalf")=If[Quarter]InList("Q1";"Q2")Then"Year'sFirstHalf"Else"Year'sSecondHalf"29WebIntelligence

If邏輯應用場景:分組=If[Quarter]InList("Q1";"Q2")Then"Year'sFirstHalf"Else"Year'sSecondHalf"30WebIntelligence

If邏輯應用場景:基于條件的計算=If[State]="California"Then[Salesrevenue]*1.05ElseIf[State]InList("DC";"Florida";"Illinois";"NewYork";"Texas")Then[Salesrevenue]*1.1531議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯其他報表展現(xiàn)技術使用超鏈接實踐練習,測驗32WebIntelligence

Match()函數=IfMatch([Storename];"*Sundance")Then"Sundance"ElseIfMatch([Storename];"*Magnolia")Then"Magnolia"Else"Un-Branded"33WebIntelligence

Running聚合函數RunningSum,RunningAverage,RunningCount,RunningMin…=RunningSum([Salesrevenue])34WebIntelligence

NoFilter覆蓋報表使用的過濾或排序可用于計算未分類部分的值=Sum([Salesrevenue])=NoFilter(Sum([Salesrevenue]))-Sum([Salesrevenue])=NoFilter(Sum([Salesrevenue]))35議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測驗36WebIntelligence

超鏈接給數據加上超級鏈接將當前數據作為超級鏈接的參數使用opendoc連接到另一個文檔="<ahref="+"http://<server_name>:8080/OpenDocument/opendoc/openDocument.jsp?"+"&sType=wid"+"&sDocName=Detailed+Sales+Report"+"&lsSEnter+State:="+Replace([State];"";"%20")+">"+[State]+"</a>“http://://<server_name>:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=123437議程復習WebI報表設計基礎課程高級報表查詢技術使用計算上下文利用字符和時間函數創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術使用超鏈接實踐練習,測驗38測驗1使用eFasion的示例Universe,根據如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習交叉表,報表拆分和函數的使用,報表的格式化39測驗2使用eFasion的示例Universe,根據如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習報表警報的高亮顯示40測驗3使用eFasion的示例Universe,根據如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習報表的表與圖的組合使用,報表節(jié)以及基于節(jié)的匯總41測驗4使用eFasion的示例Universe,根據如下的維度和計量,創(chuàng)建如下格式的報表:DocumentAuthor()函數以顯示作者UserResponse()以顯示報表用戶輸入的報表過濾參數變量VariablePLUS=20%的QuantitySold變量variableTOTAL=QuantitySold與PLUS變量之和目的:練習表頭數據的顯示,以及公式變量的使用42測驗5Inasingledocument,build2queriesusingthefollowingobjects:?StorenameandSalesrevenue(eFashionuniverseinrootfolder)?StorenameandQ

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論