BusinessObjects Tech Tip

All posts tagged BusinessObjects Tech Tip

Key Takeaways from Tips for Transitioning to the New Webi 4.3

by John S on February 16, 2022 No comments

Tips for Transitioning to the New Webi 4.3 February 15 2022 Feature ImageDid you miss our February 15th webinar Tips for Transitioning to the New Webi 4.3? We have a quick summary of the webinar with the webinar presenters’ key takeaways from their session. This session had a lot of audience interaction with the presenter and we highly recommend checking it out if you use Web Intelligence!

Here is the webinar overview:

WebI 4.3 comes with a FIORI-based, modern, and simplified user interface for designing and developing ad-hoc reports, operational reports, highly analytical reports, visually rich dashboards, and more powerful BI content. While this is a great foundational step towards future analytics and end-user experience it is also quite a transition from the classic launchpad that many are used to.

To assuage the fear and panic generated from this huge transformation, this session will share a few tips that we have found quite useful to adapt to the new features faster and make the transition from WebI 4.2 to 4.3 more enjoyable.

Key takeaways from this session:

  • SAP BI 4.3 SP0 was released last year, and the BI Launchpad comes with the new FIORI-based interface with a modern and sleek UX
  • You will experience a great new deal of how you will perform all your WebI tasks
  • While the new UI is great and in alignment with most popular BI tools, and SAC, it is also quite a transition from the classic WebI UI
  • There are two new panels and the 4.2 functionalities are not re-organized and regrouped into the new panels and a lean simplified toolbar
  • There are some cool new features like WebI as a Data source, hiding of report tabs, unified query panel, enhanced formula editor, and some more.

Don’t forget you can stream this webinar in its entirety as well as ever other Let’s Speak BO webinar we’ve hosted when you are logged in on the site. It is completely free to join!

John SKey Takeaways from Tips for Transitioning to the New Webi 4.3

Key Takeaways from Dynamic Dates in Web Intelligence

by John S on February 3, 2022 No comments

Dynamic Dates in Web Intelligence Blog Feature Image
Did you miss our February 1st webinar Dynamic Dates in WebI? We have a quick summary of the webinar with the webinar presenters’ key takeaways from their session. This session had a lot of audience interaction with the presenter and we highly recommend checking it out if you use Web Intelligence!

Here is the webinar overview:

A common use case is to run a Web Intelligence report for a date range. That can be easily done with hard-coded date values, but that is not a very user-friendly approach always having to edit the query. Certainly prompts are more user-friendly. However, if you want to schedule a report for a dynamic, named date range such as yesterday, last month, last quarter, etc. you are at a dead-end.

This session will show how I built what I call a “Calendar Universe” a number of years ago that has stood the test of time. We will cover various ways to use dynamic dates talking about the pros and cons of each including the “Calendar Universe”.

Key takeaways from this session:

  • Set the prompt order in the Query Properties.
  • Use the format suggestion in the date prompt to convert the prompt value (always a string) to a date.
  • You cannot compare objects in a filter. Instead create a variable that does the comparison and filter on that.
  • Define a custom format for something other than the default or other available formats.
  • Copy the @Prompt function syntax details from the query script of a universe query and then paste it into a free-hand SQL query.
  • When using “Results from another query” cannot use “Between”; must use “Greater than” and “Less than”.
  • Add the pre-defined Query Summary cell to get an objective view of the queries such as execution time and number of rows returned.
  • Generate a date table dynamically with a common table expression (CTE) in a free-hand SQL query.
  • Add the pre-defined Query Summary cell to get an objective view of the queries such as execution time and number of rows returned.

Don’t forget you can stream this webinar in its entirety as well as ever other Let’s Speak BO webinar we’ve hosted when you are logged in on the site. It is completely free to join!

John SKey Takeaways from Dynamic Dates in Web Intelligence