Hi Experts,
Can any one provide me step by step procedure to pass multiple values to webi filter from Dashboard using liveOffice.
Thank you in advance.
Regards,
Nitesh
Hi Experts,
Can any one provide me step by step procedure to pass multiple values to webi filter from Dashboard using liveOffice.
Thank you in advance.
Regards,
Nitesh
Hi!
Help me, please!
I'm creating URL -link with Query as a web Service Wizard.
while i'm trying to publish into CMC error message appears:
java.lang.NullPointerException:while trying to invoke the method com.sap.sqlqueryspec.conditionTreeNode.getChildren() of an object returned from com.sap.queryspec.BOReqConditionPart.getCondiotionTree()
What means this message? How can i solve this problem?
Thank you for any help!
I got this Error
" The Property with ID SI_LOCALE does not exist in the object(FWM 02021) "
when viewing dashboard on BI Launch pad
Reason for Error was due to Language settings of dashboard did not match with Language settings of Browser.
Resolution:In Browser settings goto Options----->Content------->Language and change the Language settings to dashboard language settings(that you have ticked during Installation).
Hope this helps.
Is there any way to connect Crystal Reports with Google Bigquery?
Hi Everyone,
I could really use some help here:
Do you know any interfaces or drivers which connect with BQ?
Thanks in advance,
Hi,
I have created a dashboard using webservices connection...where the webservices are working fine when checked in browser..
While in dashboard i guess it is not reading the data since i have given a combo box which shall read a set of output values from the excel sheet..
But it is giving a blank drop down at runtime....Please suggest..
Hi,
Sample data below:
Exec App.Id App.Name status
====================================================
A 1 aaa approved
A 2 bbb rejected
B 2 ccc denied
B 1 ddd approved
C 3 eee withdrawn
C 3 ffff approved
A 4 gggg denied
A 4 hhh rejected
C 5 iii denied
C 6 jjj approved
B 7 kll withdrawn
B 8 cvdf approved
I have three tabs A, B, C(Exec column name) in dashboard. If i click on tab A, it should display only Exec 'A' data.....if click on tab B, it should display only Exec 'B' data etc...how come its achievable.
Regards,
Rajesh
Hello All,
We need to purchase Xcelsius license, SAP Accounts rep has provided following link for online store where I can see Departmental edition, Personal edition and dashboard viewing licenses.
My question is we already have SAP BO premium 10 CPU licenses, we just need dashboard feature to be added on top of it. We need 3 dashboard developer licenses and a large audience should view the live dashboards.
Please suggest which license should we go with, as per my understanding we dont require viewing license as we already have 10 CPU premium license with which we can use all the features.
I know this query should be asked to the accounts rep but unfortunately I am not getting proper response from them and we need to purchase this ASAP.
Any idea would be of great help.
Thanks,
Sohel
What is the use of Bubble chart in Xcelsius 2008? How someone can make the best utilization of it. Please make me clear on the Z- parameter which defines the size of an item. I tried to find out the Max and Min value of a sales representative in different months but couldn't make it out, same also i with column chart, its only ;possible in line chart why such. anyone who can make me clear on this???
Hi Folks,
I am trying to install Xcelsius trial on Windows 8 OS. Can you please let me know if its possible and if so the URL for the download.
Thanks,
AR
Hi Experts,
I have developed dashboard with BEX query as a source(9 queries used in dashboard). This dashboard opens in 40 secs in BI launchpad but if I open same dashboard through SAP BI app it almost taking 3-4 min. Is there any ways to improve performance in Ipad?
Info of Dashboard
* 20-25 components using in dashboard
* 100-150 formulae are used(VLOOKUP)
* SAP BO 4.0 SP6 I am using
Please need some tips to improve performance.
Regards
MAHANTESH
Hie,
I have a dashboard that contains a combo box for the user to prompt for the Year value. I want to default the Year to "2014" without the combo box. Do I just change my query from QAAWS to default the Year to 2014 to achieve this? Any help is appreciated. Thanks.
Hi all,
I have a basic dashboard model (4.1 sp3) over a UNX Universe.
My issue is that when I change something in the Universe, I see the change immediately in Webi but not in Dashboard
Any ideas how to refresh and get the changes in Dashboards? (besides refresh the query panel, that didn't help)
Shlomi
I have 3 section in pie chart. If i click on one section according bar chart have to appear...
Dear Expert,
I am new in SAP BO admin, I want folder level access and application level access.
My senario as below
FOLDER ABC HAVING 3 SUB FOLDER LIKE FOLDER 1 , FOLDER 2 AND FOLDER 3.AND ALL THE FOLDER HAVE SOME DASHBOARD INSIDE.
I have created 3 users
USER 1 CAN VEW ONLY FOLDER 1 DASHBOARD
USER 2 CAN VIEW ONLY FOLDER 2 DASHBOARD
USER 3 CAN VIEW FOLDER 2 AND FOLDER 3 DASHBOARD.
Please share me step by step guide.
Many Many Thanks In Advance.
Regards,
Divyesh Patel
Hi,
I have created a combo box in my dashboard where i need to give the option as 'All' which selects all the values mentioned in the dropdown.
like for a combo box named Region the options are:
India
Austrailia
US
I want it to look like
All
India
Australia
US
Thanks
When Xcelsius dashboard based on web services is viewed in BI Launchpad/InfoView and is kept idle it gets timed out after 20 minutes as the idle timeout for BI Launchpad/InfoView and dswsbobje is 20 minutes.The web services used in the dashboard use the dswsbobje war file that is deployed on the application server.
There are three factors that cause the timeout condition.
1)BI Launchpad/InfoViewApp getting timed out.(default 20 minutes)
2)dswsbobje(web service) timeout.(default 20 minutes)
3)Tomcat timeout(default 30 minutes)
We can ignore the tomcat timeout since timeout for BO web applications is 20 minutes.
Below are the locations where the timeout values can be set.
C:\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF\web.xml
In this web.xml the timeout can be set in the below mentioned lines.
<session-config>
<session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
</session-config>
C:\Program Files (x86)\SAP BusinessObjects\tomcat\webapps\BOE\WEB-INF\web.xml
In this web.xml the timeout can be set in the below mentioned lines.
<session-config>
<session-timeout>20</session-timeout> <!-- 20 minutes for session objects -->
</session-config>
2.Dswsbobje war file
C:\Program Files (x86)\SAP BusinessObjects\tomcat\webapps\dswsbobje\WEB-INF\classes\dsws.properties.
Open this file in notepad.
Search for the line qaaws.session.timeout= and then add an extra line just below it i.e session.timeout=desired amount of time in seconds.
In many cases there is a requirement to create dashboards which do not need any manual intervention and which are to be displayed on LCD screens continously without any intervention.In this scenario the dashboard should not time out at all.To achieve this functionality please see below details.Here we do not need to set the timeout explicitly or make any changes on the server side.
1.)For BO XI 3.1:
Here we need to create an additional web service(qaaws,biws etc) as a dummy web service in the dashboard which is set to refresh after every 10 minutes.This will keep on pinging the server and will eventually avoid the timeout.We can view this dashboard in the InfoView without any issues and we will see that InfoView itself does not timeout though the timeout for the InfoView is still 20 minutes.
This is due to the additional web service which is refreshing after every 10 minutes which avoids the dswsbobje getting timed out.The most import thing here is that the same session is shared between InfoView and dswsbobje.
2.)For BI 4.0/4.1:
Here also we will create additional web service in the dashboard which is set to trigger after every 10 minutes and once we view the dashboard in the BI Launchpad on the contrary we observe that after 20 minutes the dashboard gets timed out and we get a error "Not a Valid Token FWB(00003)".
This is due to fact that unlike BO XI 3.1 the same session is not shared between BILaunchpad and the dswsbobje and there is a separate session for both of them.So in this case dswsbobje does not time out at all due to the dummy web service however the BI Launchpad times out after 20 minutes.This is by design behaviour and a possible workaround for this is to export the dashboard to pdf or swf and directly view this pdf or swf on the local machine.
Useful KBAs for Xcelsius timeout issues:
1917624 - How to increase session timeout for Web Service in BI 4.0 or BI 4.1
1244342 - BusinessObjects Enterprise Web Services request times out after 20 minutes.
1965367 - BI Launchpad times out, even though interaction within Dashboard is active.
How can someone make use of source and destination data in xcelsius 2008
If some one is not having the credential access of Query browser in xcelsius can it be possible to design the dashboards with the help of spreadsheet data instead of query data.
Hello, I am having problems with Dashboard designer 4.1. some body told me to down load DD 4.1 SP4. i tried to search on Marketplace but could not find anything like that. can some one paste a link where to go and download it? I am getting "Class not regiestered" when i click on Add Query panel. please let me know.
Thanks.