




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
WebI報表設(shè)計高級功能(BW320)
SAPBO顧問2010年09月09日議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測試2WebIntelligence
定位SAPBI模塊報表解決方案的一部分快速獲取信息以幫助決策即席查詢(ad-hocquery)3WebIntelligence
數(shù)據(jù)讀取流程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議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗10WebIntelligence
組合查詢使用兩個查詢使用集合函數(shù)對結(jié)果進行合并,作為WebI報表的數(shù)據(jù)源11WebIntelligence
合并查詢的優(yōu)缺點優(yōu)點邏輯更清晰可以實現(xiàn)一次查詢無法完成的功能缺點對性能有影響12WebIntelligence
查詢過濾器–子查詢一個過濾的操作數(shù)事先未知,依賴于另一個過濾假設(shè)場景:銷售經(jīng)理需要知道大于Chicago33rd倉庫的銷售額的那些倉庫,并且列車倉庫名和它們的銷售額??13WebIntelligence
使用多個查詢一個WebI文檔可以基于多個查詢(數(shù)據(jù)源),可以有多個塊一個查詢投射到多個塊基于一個universe的多個查詢基于不同universe的多個查詢14WebIntelligence
使用多個查詢一個數(shù)據(jù)塊使用多個查詢的數(shù)據(jù)時,得到的數(shù)據(jù)不準確融合數(shù)據(jù)以解決問題15WebIntelligence
合并多數(shù)據(jù)源的數(shù)據(jù)16WebIntelligence
數(shù)據(jù)融合:維度的融合17議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗18WebIntelligence
計算上下文概念19State'sbestyearamount=max([Salesrevenue])WebIntelligence
輸入計算上下文輸入上下文直接包含在計算公式中的維度對象決定計算聚合的層次20State'sbestyearamount=max([Salesrevenue]In([Year];[State]))WebIntelligence
輸入計算上下文輸入上下文直接包含在計算公式中的維度對象決定計算聚合的層次21WebIntelligence
輸入計算上下文22=Average([Salesrevenue])=Average([Salesrevenue])InBlockWebIntelligence
輸出計算上下文輸出上下文寫在計算公式之外從計算好的結(jié)果中選擇23WebIntelligence
輸出計算上下文24議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗25WebIntelligence
變量字符串函數(shù)Replace-usedtoreplaceaspecifiedstringwithanotherstring.Right-usedtoextractagivennumberofcharactersfromtheright.Left-usedtoextractagivennumberofcharactersfromtheleft.SubStr-usedtoextractastringofvariablelengthandposition.Length-usedtoidentifythelengthofastring.Pos-usedtoidentifythepositionofacharacterinastring.Match-usedtodeterminewhetheracharacterstringmatchesaparticularpattern.可以使用通配符?任意一個字符*任意多個字符26WebIntelligence
變量日期函數(shù)ToDate:changesthedatatypeofavaluetodateCurrentDate:givesthedatetodayDaysBetween:calculatesthenumberofdaysbetweentwodateslace-usedtoreplaceaspecifiedstringwithanotherstringLastExecutionDate(stringdata_provider)FormatDate(LastExecutionDate();"Mmmmdd,yyyy")27議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗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邏輯應(yīng)用場景:分組=If[Quarter]InList("Q1";"Q2")Then"Year'sFirstHalf"Else"Year'sSecondHalf"30WebIntelligence
If邏輯應(yīng)用場景:基于條件的計算=If[State]="California"Then[Salesrevenue]*1.05ElseIf[State]InList("DC";"Florida";"Illinois";"NewYork";"Texas")Then[Salesrevenue]*1.1531議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯其他報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗32WebIntelligence
Match()函數(shù)=IfMatch([Storename];"*Sundance")Then"Sundance"ElseIfMatch([Storename];"*Magnolia")Then"Magnolia"Else"Un-Branded"33WebIntelligence
Running聚合函數(shù)RunningSum,RunningAverage,RunningCount,RunningMin…=RunningSum([Salesrevenue])34WebIntelligence
NoFilter覆蓋報表使用的過濾或排序可用于計算未分類部分的值=Sum([Salesrevenue])=NoFilter(Sum([Salesrevenue]))-Sum([Salesrevenue])=NoFilter(Sum([Salesrevenue]))35議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗36WebIntelligence
超鏈接給數(shù)據(jù)加上超級鏈接將當前數(shù)據(jù)作為超級鏈接的參數(shù)使用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議程復(fù)習WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實踐練習,測驗38測驗1使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習交叉表,報表拆分和函數(shù)的使用,報表的格式化39測驗2使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習報表警報的高亮顯示40測驗3使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習報表的表與圖的組合使用,報表節(jié)以及基于節(jié)的匯總41測驗4使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:DocumentAuthor()函數(shù)以顯示作者UserResponse()以顯示報表用戶輸入的報表過濾參數(shù)變量VariablePLUS=20%的QuantitySold變量variableTOTAL=QuantitySold與PLUS變量之和目的:練習表頭數(shù)據(jù)的顯示,以及公式變量的使用42測驗5Inasingledocument,build2queriesusingthefollowingobjects:?StorenameandSalesrevenue(eFashionuniverseinrootfolder)?StorenameandQ
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025至2030年中國二氯乙數(shù)據(jù)監(jiān)測研究報告
- 2025至2030年中國乙氧基乙烯基丙二腈行業(yè)投資前景及策略咨詢報告
- 2025至2030年中國中音號盒數(shù)據(jù)監(jiān)測研究報告
- 《紅河谷》(教學設(shè)計 )-2024-2025學年四年級下冊花城版音樂
- 2025至2030年中國中型焊管市場現(xiàn)狀分析及前景預(yù)測報告
- 2025至2030年中國兩爪錨市場現(xiàn)狀分析及前景預(yù)測報告
- 統(tǒng)計報表解讀的考試試題及答案
- 2025至2030年中國GSM汽車遠程防盜報警器行業(yè)發(fā)展研究報告
- 多媒體設(shè)計師設(shè)計過程試題及答案
- 秘書證考試常使用技巧試題及答案
- 中西方浪漫主義文學比較研究
- 道路危險貨物運輸安全評估報告
- 交流異步電動機變頻調(diào)速設(shè)計畢業(yè)設(shè)計論文
- 金華職業(yè)技術(shù)學院提前招生綜合測評試卷及答案
- 建筑注漿加固法規(guī)范
- JHA工作危險性分析(全)
- 雙臺110kV主變短路電流計算書
- 載荷試驗方案
- 壓力容器設(shè)計審核人員答辯考試標準要點歸納及特殊材料特殊工況的設(shè)計注意事項
- 揭牌儀式策劃方案(共11頁)
- 小學四年級下冊美術(shù)課件-5.14成群的動物-嶺南版(25張)ppt課件
評論
0/150
提交評論