Concatenating Values of a column
Hi, Sometimes we face a requirement of concatenating values from an object., like below screen : This can be achieved with 3 variables : [conc] , a dim variable[conc] =...
View ArticleHow to set alerts on a Column Chart
Hi,I would like to share a trick about setting 'alerts' on a Column Chart.Consider the following cenario :A query over e-fashion that gets State and Sales Revenue , the requirement is to show these...
View ArticleDe-mystifying the TimeDim function
The Timedim function was introduced to Webi 3.1 (SP3?) as a way to create a consecutive range of dates when the source date dimension returns a non-consecutive range. This is more easily demonstrated...
View ArticleHow to filter a table by it´s linenumber
Hi, I would like to share a way to filter a table by the line numbers of its rows.Firstly, there are some restrictions on it´s use : 1 - The line numbers in this solution is based on the default...
View ArticleHow to propagate values used in an Input Control to other Reports
Using the values applied in a Input control among reports Hi,Would like to share a method for using the values applied to na Input Control in a Report (let´s say Report1) in another Report (Report2)....
View ArticleHow to pass a parameter to a WEBI doc
Hi All, Today I would to share a way to pass a parameter to a WEBI document through a prompt..Here´s the cenário :I would like to display in a chart with data from e-fasion a threshold of [Sales...
View ArticleUsing Merged dimensions to perform Set Operations (Union, Intersection and...
Hi, this blog post is about creating Set Operations , at Report side,There are a few restrictions on using Combined Queries to get Union , Intersection or Minus queries. Some of them are 1 - One cannot...
View ArticleMerging queries with a 1 to N relationship
Today I would like to show a way to merge two queries with a 1xN relationship.WEBI is good on merging queries ( DP1 and DP2 ) in which for one row of DP1 there’s, at most, one row in DP2 and vice...
View ArticleHyperlink or link between two documents - How to Create in Webi Report
Requirement- How to Create Hyperlink in SAP Web Intelligence Report or, How to link between two documents in (3.x or 4.x) Solution · Create two reports in Web Intelligence and export both into...
View ArticleRevisit the Sizing for your deployment of BI 4.x Web Intelligence Processing...
Happy Holidays! Hope you've all had a good 2014. Before closing out this Year, I'd like to put up a reminder: Revisit the sizing of Web Intelligence Processing Servers on your deployment of SAP...
View ArticleHow to set user level security in a report at cliente side
In this blog post I would like to share a way to set user level security to a WEBI report.By user level security I mean restricting the visualization of certain partsa of reports to some users, based...
View ArticleAll you need to Know about IN, ForEach & ForAll Context Operators
Hi All, In this blog post Getting to know about the Context Operators (IN, ForEach and ForAll). First let me explain on this; IN, ForEach and ForAll these three operators are called Context operators....
View ArticleHow to set a WEBI document to autorefresh each n seconds
Hi, there are a lot we can acomplish using Javascript from within a WEBI document. But it will only work if your viewwing the document through the HTML client. For this first blog post, I will show how...
View ArticleDifferences between the HTML query panel and the Java query panel in Web...
Hi,I am writing a blog on the Main Differences between the HTML query panel (web) and the Java query panel (Advanced) in Web Intelligence. I hope this blog post might help. Request to rate and comment...
View ArticleImportance of Reset Dimension Parameter in Rank Funtion.
I would like to tell the users the importance of Reset Dimension Parameter in Rank Function.Recently, I was asked to create a simple rank report that shows the Rank in ascending order.The rank should...
View ArticleHow to avoid timeout when viewing a WEBI Document
Hi, I would like to show how to avoid timeout , from client side, in a WEBI Doc, through the use of Javascript. This will only work if you´re working with the document in HTML work.Here are the steps :...
View ArticleHow to autosave a Document over itself each n seconds
Hi , In WEBI 4.x there is a functionality that autosaves the document that you working on in the ~WebIntelligence folder under My Favorites. But what if you need to save it overitself, just like...
View ArticleAssigning specific colors to selected data series on a chart
I would like to share a way to assign specific colors to a selected data series in a chart. In this sample, I will alter the color of a pie slica. I ´ll use the sample report "Input Controls And...
View ArticleA script to get the number of reports and the name of them in a WEBI Document
Hi,this blog post is about how to get the number and the names of reports in a document.As this is a Javascript code, it will only work when viewing-editing the document in HTML mode. The information...
View ArticleHow to Remove all Spaces from a Text
Hi, I would like to share a way of removing all spaces from a Text.My text is [Text] = "Rogerio Plank Goulart" and I want to see this as "RogerioPlankGoulart".To do so, Replace all spaces (" ") with...
View Article