Technique/SAP BO2013. 1. 10. 13:35

dashboard_html5.png

Figure 1: Select Preview in Mobile to generate the temporary files

 

With SAP BusinessObjects Dashboards 4.0 SP5 (Xcelsius 2011), you have the ability to preview and publish to an HTML5 version rather than Flash. I however am not interested in publishing to the platform for consumption on mobile devices as much as I am in retrieving the raw HTML5 files.

 

While poking around, I discovered that you can grab the previewed version of your dashboard in HTML5 format by searching your temporary files. The location of the dashboard preview is available in a randomized folder under:

 

C:\Users\<username>\AppData\Local\Temp\

 

Search your Temp directory and sub-directories for a file called dashboard.html. Open the directory of the file and you'll find the associated files as well. Save them off and test to your heart's delight.

 

dashboard_html5_output.png

Figure 2: Search for the dashboard.html file in your temporary directory to get the files for your HTML5 Dashboard

 

Note: You must be in preview mode in Dashboards for the files to be present. As soon as you exit the preview, the files are cleaned up.

 

dashboard_html5_ie.png

Figure 3: Look Ma! A non-Flash Dashboard in Internet Explorer

 

Now you have all of the files, presumably, to test out an HTML5 version of your dashboard on the desktop and other devices without needing to publish to the platform for mobile devices.

 

Check out Timo's blog post on other topics regarding HTML5 Dashboards: Making A Mobile HTML5 Dashboard: Follow-Up Q&amp;A

 

Also, check out Tammy's blog post for a good overview of the capabilities and requirements too: Mobilizing Your Dashboards: ASUG Webcast

 

You can follow me on Twitter: @jwarbington



http://scn.sap.com/community/bi-dashboards/blog/2012/11/24/how-to-get-the-html5-version-of-your-dashboard-without-publishing-to-mobile?campaigncode=CRM-XM12-SOC-PROGCAMP-Twitter

Posted by AgnesKim
Technique/SAP BO2012. 6. 15. 02:04

Hello Everybody

This is my first blog in SDN and I would like to put down some of the limitation faced when I tried to use WEB INTELLIGENCE reporting in BI4.0 with the new connectivity option of directly using a BEX query using BICS option. I have used the .UNV universe in 3.x environment and below are some of the limitation immediately became visible  with BICS approach.

Very Important ones.

1>     BEX  built using a sub query technique:  In this case the when the “Allow External Access to this Query” is checked the Report can’t even executed in Bex( or bex web), therefore can’t be used in BOBJ platform.

2>     Slice and Dice of the dimension in the report most of the time requires refreshing of  the Report:  This is due to the inherent nature of the Data base delegated Measure setting in the Virtual universe generated at the back end during run time, and setting can’t be changed because of that. We probably have to live with this even if we don’t want the calculation of Key Figure to be done by BW for every slice and dice in WEBI.

3>     The following Filtering technique which works for .UNV universe , doesn’t work for BICS

a.       Object Base Filter ( Filter comparing the same dimension)

b.      Sub Query

c.       Feeding the Output of One query to Another

4>     Combined Query Technique( Minus, Union etc) –  The Option for this also doesn’t seem to be enabled

5>     Drilling - while I absolutely love the way the Hierarchy perform with the new BICS option, the Good Old drilling doesn’t work with BICS and I think this is huge

 

Some Other:

6>     Display Attribute defined in BEX with change of description of the field, ordering etc, has no bearing in the WEBI report. All display attribute defined in the Back end info Object level are available, and can be confusing for the General Users. This doesn’t necessarily be a defect but confusing for the end users , depending upon the type of end users.

7>     Due to inherent nature of BICS approach, we can’t do the following.. but I see this as more as a different way of doing things instead of limitation etc.

a.       Can’t have predefined filters as .UNV

b.      Can’t group dimension in logical group

Since I see WEBI as the most important Self service and Report authoring tool by Business rather than IT, these can cause some problem and pain points for use of WEBI down the line with BEX/BICS.

There are others smaller one, line query Stripping etc… Let’s see if you faced similar issues and have a healthy discussion about these.

Thanks

Arun




http://scn.sap.com/community/businessobjects-web-intelligence/blog/2012/06/14/some-limitation-in-web-intelligence-when-using-directly-with-bex-querybics-in-bi-40?utm_source=twitterfeed&utm_medium=twitter


Posted by AgnesKim
Technique/SAP BO2012. 5. 6. 13:28

Using SAP HANA Variables with SAP BusinessObjects BI4.0

SAP HANA variables are a powerful technology which enables end users to see data in HANA following their own preferences. In this document you will learn how to set up variables in SAP HANA and how to use them in the SAP BusinessObjects client tools.

View Document

 













http://scn.sap.com/docs/DOC-27676

Posted by AgnesKim
Technique/SAP BO2012. 5. 4. 22:47

Hierarchy layout in WEBI XI3.1 does not come in the same way as in BEx query output.

We do have a drill function in WEBi which will drill the hirerchy from one level to another, but we cannot see all the levels of hierarchies when drilled as we see in the BEx query output.

 

FOLD/UNFOLD Function:

 

If we do not want to see the detailed rows in our report we can use the fold/unfold function.When table or break is folded the rows are collapsed and only the header and footers are displayed.

In WEBi XI3.1 we can make use of the FOLD/UNFOLD functionality to get the same hierarchy structure that we see when we run the BEx query.

 

Note: Tables must have header/footer to be folded and unfolded.

 

BEx query output:

Hierarchy in BEx.png

 

 

Below are the steps to achive the same hierarchy layout as we have in BEx.

 

1) Drag all the level (L00,L01,L02 etc) of hierarchy and the required measures in the WEBi query.

2) Apply break on the dimension object (L00 and L01 dimension objects i.e. the first and second level of hierarchy as we have 3 levels in the current example) on which the hierarchy is to be created(break is not applied in the last level i.e. L02).

3) Drag the measure in the rows, the measure value will be summed up for L00 and L01, if not then sum the measures value at each break.

4) Enable the Fold/Unfold function as shown in the below figure.

 

Fold_unfold 2.png

As you can see that the measure value for L01 (India) is the 106 which is the sum of measure value for L01 (Maharashtra(6),Goa(68) and Punjab(32)). Similarly for L01 the measure value will be sum of the measure value for L02 object. We have the L00, L01 and L02 dimension objects draged in the report and have hidden the border of the columns to make the hierarchy structure look the same as we have in BEx.

Note: The above solution cannot be implemented if we have more then one hierarchy displayed in the report.




http://scn.sap.com/community/businessobjects-web-intelligence/blog/2012/05/04/hierarchy-in-webi-as-displayed-by-bex-query?utm_source=twitterfeed&utm_medium=twitter

Posted by AgnesKim
Technique/SAP BO2011. 11. 25. 21:58
Technique/SAP BO2011. 11. 25. 21:07

Handling Hierarchy Authorizations in SAP BEx BO Integration

Amit Jain and Sapna Singh (Infosys Ltd.)    Article     (PDF 850 KB)     31 October 2011
  • Overview

This document talks about ways and means of achieving an expanded hierarchy view in the BO reports similar to the BW hierarchy along with restricted authorizations as in BW.

Posted by AgnesKim
Technique/SAP BO2011. 11. 25. 20:49

SAP Dashboard BI 4.0 Feature Pack 3 Planned Features ASUG Webcast Summary
Tammy Powlas Active Contributor Platinum: 2,500+ points SAP Mentor
Business Card
Company: Fairfax Water
Posted on Nov. 25, 2011 03:15 AM in Business Intelligence (BusinessObjects), Dashboard Design (Xcelsius)

URL: http://www.asug.com/EventsCalendar/EventDetails/tabid/150/EventID/2631/Default.aspx

 
 

Francois Imberton, SAP Product Management, provided an ASUG Webcast on  SAP Dashboard BI 4.0 Feature Pack 3 Webcast.

The usual disclaimer applies that things are subject to change. 

image 

Figure 1, Source: SAP

 

BI 4.0 offers a new panel to create queries inside the Dashboard Designer.  This panel is being enhanced for additional data sources such as BW.  Figure 1 shows that you can access BW via BEx queries from the Query Panel.  Also you can access third party OLAP via universes such SQL Server Analysis Services (SSAS) and Essbase.  The semantic layer will also offer access/connectivity to SAP ERP classic InfoSets and ABAP functions.

Figure 1 also shows there will be new ways to visualize hierarchies.  This is shown as part of the demo of this webcast.

Long term, Francois said they want to simplify authoring of design to  reduce dependency on Excel.  Excel (as part of the Dashboard) will never go away; it introduces an overhead in building and maintaining a solution, to be improved through better binding.

  image

Figure 2, Source: SAP

 

Figure 2 shows the Query Panel in Feature Pack 3.  It enables you to access hierarchies defined in OLAP source.  You can select hierarchies as result objects or conditions – it can be level based member selection or value based.  Figure 2 shows how it looks in Design Time.

image  

Figure 3, Source: SAP

 

Figure 3 shows the run time of how the hierarchies look using the tree view prompt selector or the hierarchical table.

In the hierarchical table, using BEx / ECC data sources, the component can act as a Report to Report Interface (RRI) sender  to a BEx Web report, an ECC transaction, or trigger another action, as long as the row select fits the context.  So you can jump from a dashboard table to a BEx web or an ERP transaction.

Francois said functionality like this allows BI to “close the loop” between BI and business processes.

 

 

DEMO of Dashboards 4.0 Feature Pack 3

image

 

Figure 4, Source SAP

 

Figure 4 shows a demo of Dashboards 4.0 FP3 in preview mode

This contains two query prompt components.  One is based on a hierarchy based on BEx/BW.

image  

Figure 5, Source: SAP

 

Figure 5 shows the navigation of the hierarchy and the resulting change in the chart below.

image 

Figure 6, Source: SAP Free Characteristics

 

Figure 6 shows the selection of Free Characteristics from the BEx Query inside the Dashboard Preview mode and the ability to select multiple values.

On the left of Figure 6 is the hierarchical table where the response time in navigating is fast due to multiple levels of caching. 

image 

Figure 7: Source: SAP

Figure 7 shows how the hierarchical table acts like a spreadsheet and when you select a row, it acts as a selector and refreshes the information (chart) below.

image 

Figure 8, Source: SAP

Figure 8 shows a hierarchy example against SQL Server Analysis Services (SSAS)

 

image  

Figure 9, Design Time BI 4.0 Dashboard Feature Pack 3, Source: SAP

Figure 9 shows the design time of feature pack 3

On the left Query 1 and 2 are based on BEx Queries while Query 3 is based on SSAS.

image  

Figure 10, Source: SAP

Figure 10 shows the Edit Query within Dashboards 4.0 FP3 based on a BEx query based on Flex.

Francois said that Figure 10 shows how similar this is to Web Intelligence on top of BEx.

Francois said they wanted to provide a “unified experience” dependent on the source

image  

Figure 11, Source: SAP

Figure 11 shows the member selector that defines the levels you want to select from BW.  You can define selection based on values or go into levels and retrieve specific levels of the hierarchy.

image 

Figure 12, Prompts

Figure 12 shows the Prompts; the first one comes from the BEx Query and the second one was defined within the Query Panel.  Also notice in the prompt summary there is a dependency (blue arrow).  First answer the root and then get a list of values for the dependent prompts.

image  

Figure 13 Preview of Query Result, Source: SAP

Figure 13 shows the preview of query results to show how the results will look like – others in the past did not have these features (QaaWS).

 

Dashboards 4.0 Feature Pack 3 BW Connectivity in More Details

image 

Figure 14, Source: SAP

Figure 14 covers BW Connectivity, comparing BEx Connector with Xcelsius 2008.

The new connector is to provide consistency across the clients.   Another area is consistency across the platform as with FP 3 you do not need BI Java.

“Interoperability” between dashboards and other clients, providing value.  The new infrastructure uses new dashboard services, platform services (including monitoring)

Before you had to publish to BW; this limitation is now gone.

image  

Figure 15

 

To bind data/components to the data, you do not need to go to Excel anymore; you can bind to the query.  This simplifies the dashboard authoring and maintenance.

You still need to bind to Excel, however, to define the Chart title.

image 

Figure 16, Source: SAP

Figure 16 shows limitations in BI 4.0 FP 3

BEx variable dependencies are handled at design time – and not at run time

Dashboard audience is casual; BEx variable dependency features work better in Analysis

Other Dashboard FP3 Enhancements

image 

Figure 17, Source: SAP

 

The upgrade from Adobe Flex 2 to Flex 4 – for customers it has no impact unless you are using add-ons provided by partners

These partner add-ons need to be updated to Flex 4.

If you don’t upgrade add-ons these will not work with Dashboard FP 3.

The upgrade was done at the request of partners to take advantage of Flex 4 features.

 

Web Dynpro integration with NetWeaver Developer Studio to integrate flash files from Dashboards; in the past you had to build JavaScript wrappers, this is now simplified.

When Excel formulas are used over large range of data, performance data has been improved.

Combination charts will have the capability to define alerts with multiple series. 

New waterfall chart preview is shown in Figure 17.

 

Question & Answer

Q: What is the planned release of FP 3?

A: The plan is Q1 2012 – plans are subject to change

Q: Will hierarchical demo work with MSAS cubes?

A: Yes – shown in 3rd tab of the demo

Q: Does the new version support bookmark functionality like Web Application Designer (WAD) does?  The user can drill down by hemisphere, region, and when they bookmark it, it saves those variables; they do not have go through drilldown/variable process again?

A:  Not offered out of the box; it is about personalization

Dashboard designer has a local scenario specific to a laptop – you can persist values / to retrieve view state but it will not be shareable between users. 

Alternative is to persist in XML file on server – but that is custom work

This request is on the list of the backlog; have not discussed post FP 3

Q: What is the minimum version of NW Portal that FP 3 support?

A: In FP 3, to integrate with NW Portal you use the Portal Integration Kit with BI Launchpad – you would need to follow up with that group

Q: Is there an XCelsius to Dashboard migration plan?

A: No migration – no feature being removed.

Q:  Does the hierarchy table support BPC hierarchies?

A: Post FP 3, there is a plan to provide universe connectivity on top of EPM cubes.  EPM suite, extended analytics package, does provide connectivity from Dashboards to EPM but not what was shown here with hierarchies

Q: Are SWF and XLF be combined?

A: They are, when you publish now you publish one entities – physically they are 2 but appear as one

Q: Does the FP 3 Dashboard come with BI 4.0 FP 3

A: Yes, it is part of the core release – it is the same release

Dashboard is in synch and included in that release 

 

 

I thank SAP's Francois Imberton for this ASUG webcast. We have two more upcoming BI 4.0 Feature Pack 3 webcasts for ASUG Members:

December 1st: SAP Integration in SAP BusinessObjects BI 4

December 7th: BusinessObjects Analysis Feature Pack 3 Updates

Tammy Powlas  Active Contributor Platinum: 2,500+ points SAP Mentor is a Senior Business Analyst with Fairfax Water, an ASUG Volunteer and an SAP Mentor.


http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/27489%3Futm_source%3Dtwitterfeed%26utm_medium%3Dtwitter%26utm_campaign%3DFeed%253A+SAPNetworkWeblogs+%2528SAP+Network+Weblogs%2529
Posted by AgnesKim
Technique/SAP BO2011. 7. 12. 10:56

Innovations in 4.0: Next-Generation OLAP Analysis
Pierre Leroux SAP Employee Active Contributor Bronze: 250-499 points
Business Card
Company: SAP
Posted on Jul. 11, 2011 03:15 PM in
Business Intelligence (BusinessObjects)

 
 

So you’ve read about SAP BusinessObjects Analysis or even played with it. So what! you might say, OLAP analysis is not new after all… True, but SAP BusinessObjects Analysis differs from previous OLAP solutions. It’s the results of a significant software project (code name Pioneer) aimed at bringing together the best of SAP BEx and SAP BusinessObjects Voyager. The outcome: 1- a modern and compelling user experience leading to greater satisfaction and ultimately driving BI adoption among the business crowd. 2- Two different editions; the edition for MS Office for users of Excel and PowerPoint, and the edition for OLAP that provides self-service multidimensional analysis work spaces for personal or shared use over the Web.

Modern and compelling user experience

This is a major strength and value for our customers especially in comparison to legacy BEx front-ends. It enables fast business insights with intuitive drag-and-drop steps to analyze multiple dimensions and hierarchies. All of that in modern and familiar MS Office or web browser environments allowing pervasive deployments with much less dependency on IT.

Office-ribbon like toolbar

MS Office ribbon-like toolbar in the edition for MS Office

Tabbed toolbar in the OLAP edition

And thanks to dedicated panels, workflows such as filtering, conditional formatting and adding calculations can now all be achieved without hiding your data (no more pop-up dialogs).

Analysis panel in the edition for MS Office                         

  

Data and Layout panels in the edition for OLAP

 

Light footprint and versatile deployment scenarios

SAP BusinessObjects Analysis is a superb fit for IT organizations wishing to bring innovation without disruption to their SAP NetWeaver BW deployment. First, it runs natively on top of current BW version 7 instances with existing BEx queries. Second, the edition for MS Office comes with a light footprint and versatile deployment scenarios that make it for an easy adoption. Third, it lays the groundwork for ongoing benefits as customers proceed along the business intelligence maturity curve at their own pace.

The edition for MS Office as a client/server application streamlines implementation and mitigates risks associated to the adoption of any new technology. Customers can start with the edition for MS Office for existing MS Office users (such as financial and business analysts) and set their “own pace” when it comes to deploying the SAP BusinessObjects BI platform and the edition for OLAP to more users across the organizations. Customers can even start with the edition for MS Office running with the successful and widely adopted version 3.1 of SAP BusinessObjects BI platform.

Benefits today, benefits tomorrow

While SAP BusinessObjects Analysis delivers tangible business benefits to our customers today, it is also a great investment for the future. As organizations grow more and more accustomed to SAP BusinessObjects Analysis, they have the ‘option’ move at their own pace, adopting other solutions of the SAP BusinessObjects BI suite.

 

Acknowledgement: I owe a great debt to my colleague and “Analysis expert” Thierry Audas for providing much of the material you just read in this post. Thanks for your contribution Thierry!

 

Other articles, posts, and links about SAP BusinessObjects 4.0 Innovations:

Innovations in 4.0 (summary)

Innovations in SAP BusinessObjects 4.0 Presentation

Innovation in 4.0: The New Semantic Layer

Innovation in 4.0: Unified User Experience

Innovation in 4.0: Personalized, Self-Service Access to Information

Knowledge Center for Analysis, edition for Microsoft Office 1.1

Knowledge Center for Analysis, edition for OLAP 4.0 

 

Pierre Leroux  Active Contributor Bronze: 250-499 points is part of the SAP Business Analytics team and based out of Vancouver.


http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/25396%3Futm_source%3Dtwitterfeed%26utm_medium%3Dtwitter%26utm_campaign%3DFeed%253A+SAPNetworkWeblogs+%2528SAP+Network+Weblogs%2529
Posted by AgnesKim
Technique/SAP BO2010. 7. 25. 01:31


 

SAP BusinessObjects BI Solutions for SAP ERP
Ingo Hilgefort SAP Employee
Business Card
Company: SAP BusinessObjects
Posted on Jul. 06, 2010 05:34 PM in Business Intelligence (BI), Business Objects, ERP

 

Are you interested to learn more about, how you can use SAP BusinessObjects BI Solutions in combination with your SAP ERP system ?

 

Most people will be aware that Crystal Reports is able to leverage your SAP ERP or your SAP All-in-One system as a data source. You can find the details here.

 

In addition you can also enable Xcelsius but using Live Office as a middle layer and in that way you are able to create dashboards on top of your ERP system. For a complete walkthrough you can take a look here.

 

But what if you are interested in leveraging Web Intelligence or SAP BusinessObjects Explorer in combination with your SAP ERP system and you have not implemented SAP BW as your datawarehouse solution ?

 

In such a situation you can leverage SAP Rapid Marts.

 

SAP Rapid Marts are best practice blueprints that deliver ETL mappings and initial reporting content for enterprise applications like SAP ERP, PeopleSoft, or Oracle EBS. SAP Rapid Marts are not replacing a datawarehouse solution but you might be in a situation where a complete datawarehouse solution is not required, but instead you require a simple and fast implementation based on a data mart approach which allows you to quickly gain insight into your data.

 

You can find further details on the available Rapid Marts for SAP here:

 

 


 

 

I hope the material helps you to understand the different options that are available to you to enable a complete SAP BusinessObjects BI suite for your SAP ERP system.


http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/19974

Posted by AgnesKim