版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
WebI報表設(shè)計高級功能(BW320)
SAPBO顧問2010年09月09日議程復(fù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測試2WebIntelligence
定位SAPBI模塊報表解決方案的一部分快速獲取信息以幫助決策即席查詢(ad-hocquery)3WebIntelligence
數(shù)據(jù)讀取流程4習(xí)題Whatisauniverse?Listtheobjecttypesusedinauniverse,andthekindofdatareturnedbyeachtype?Whatisthedifferencebetweenaqueryfilterandareportfilter?WhatarethethreecomponentsthatmakeupaWebIntelligencedocument?Whatarethedifferencesbetweenapplyingbreaksandsectionstoareport?WhatisaScopeofAnalysisforaquery?5習(xí)題答案: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習(xí)題答案:3.Whatisthedifferencebetweenaqueryfilterandareportfilter?Answer:AqueryfilteriscreatedintheQuerypaneltolimitthedataretrievedfromthedatabase;areportfilteriscreatedintheWebIntelligenceRichClientwindowandallowsyoutorestrictthedatashowninthereportsimplybyhidingthedatayouarenotinterestedin.4.WhatarethethreecomponentsthatmakeupaWebIntelligencedocument?Answer:Reports,blocks(tablesandcharts),andthemicrocubeofdata7習(xí)題答案:5.Whatarethedifferencesbetweenapplyingbreaksandsectionstoareport?Answer:Thedifferenceisthatthegroupedvalueappearsasaheaderoutsidetheblockinsteadofremainingwithintheblock.Abreakonlygroupswithinablock,whereassectioninggroupstheentirereport.8習(xí)題答案:6.WhatisaScopeofAnalysisforaquery?Answer:Thescopeofanalysisforaqueryisextralevelsofdatainanobject'shierarchythatyoucanretrievefromthedatabasetogivemoredetaileddatareturnedbyeachoftheobjects.Thisextradatadoesnotappearintheinitialdocumentresults,butitremainsavailableinthedatacube,ordataprovider,soyoucanpullthisdataintothereporttoallowyoutoaccessmoredetailatanytime.9議程復(fù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗10WebIntelligence
組合查詢使用兩個查詢使用集合函數(shù)對結(jié)果進(jìn)行合并,作為WebI報表的數(shù)據(jù)源11WebIntelligence
合并查詢的優(yōu)缺點(diǎn)優(yōu)點(diǎn)邏輯更清晰可以實(shí)現(xiàn)一次查詢無法完成的功能缺點(diǎn)對性能有影響12WebIntelligence
查詢過濾器–子查詢一個過濾的操作數(shù)事先未知,依賴于另一個過濾假設(shè)場景:銷售經(jīng)理需要知道大于Chicago33rd倉庫的銷售額的那些倉庫,并且列車倉庫名和它們的銷售額??13WebIntelligence
使用多個查詢一個WebI文檔可以基于多個查詢(數(shù)據(jù)源),可以有多個塊一個查詢投射到多個塊基于一個universe的多個查詢基于不同universe的多個查詢14WebIntelligence
使用多個查詢一個數(shù)據(jù)塊使用多個查詢的數(shù)據(jù)時,得到的數(shù)據(jù)不準(zhǔn)確融合數(shù)據(jù)以解決問題15WebIntelligence
合并多數(shù)據(jù)源的數(shù)據(jù)16WebIntelligence
數(shù)據(jù)融合:維度的融合17議程復(fù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗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ù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗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ù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗28WebIntelligence
If邏輯If(條件;條件為真表達(dá)式;條件為假表達(dá)式)例子:=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ù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯其他報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗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ù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗36WebIntelligence
超鏈接給數(shù)據(jù)加上超級鏈接將當(dāng)前數(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ù)習(xí)WebI報表設(shè)計基礎(chǔ)課程高級報表查詢技術(shù)使用計算上下文利用字符和時間函數(shù)創(chuàng)建公式使用IF邏輯高級報表展現(xiàn)技術(shù)使用超鏈接實(shí)踐練習(xí),測驗38測驗1使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習(xí)交叉表,報表拆分和函數(shù)的使用,報表的格式化39測驗2使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習(xí)報表警報的高亮顯示40測驗3使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:目的:練習(xí)報表的表與圖的組合使用,報表節(jié)以及基于節(jié)的匯總41測驗4使用eFasion的示例Universe,根據(jù)如下的維度和計量,創(chuàng)建如下格式的報表:DocumentAuthor()函數(shù)以顯示作者UserResponse()以顯示報表用戶輸入的報表過濾參數(shù)變量VariablePLUS=20%的QuantitySold變量variableTOTAL=QuantitySold與PLUS變量之和目的:練習(xí)表頭數(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)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度個人貸款合同補(bǔ)充協(xié)議(逾期罰息調(diào)整)4篇
- 2025個人合伙企業(yè)股份回購與出售合同4篇
- 二零二五年物流行業(yè)市場調(diào)研與分析合同模板3篇
- 歸還合同范本(2篇)
- 二零二五年度鋁型材門窗加工節(jié)能減排技術(shù)創(chuàng)新合同4篇
- 安全知識講座模板
- 興仁別墅建造施工方案
- 家風(fēng)建設(shè)不足
- 2025年物流公司正式員工勞動合同解除及經(jīng)濟(jì)補(bǔ)償金合同3篇
- 2024年中級經(jīng)濟(jì)師考試題庫含答案(培優(yōu))
- 土壤農(nóng)化分析課件
- 小區(qū)大型團(tuán)購活動策劃
- NEC(新生兒壞死性小腸結(jié)腸炎)92273
- 2023年租賃風(fēng)控主管年度總結(jié)及下一年展望
- 開關(guān)插座必看的七個安全隱患范文
- 高分子成型加工課件
- 消防救援-低溫雨雪冰凍惡劣天氣條件下災(zāi)害防范及救援行動與安全
- 硅石項目建議書范本
- 概率論在金融風(fēng)險評估中的應(yīng)用研究
- 住院醫(yī)療互助給付申請書
- 外墻外保溫工程檢驗批質(zhì)量驗收記錄表
評論
0/150
提交評論