Quantcast
Channel: SCN : Popular Discussions - SAP BusinessObjects Design Studio
Viewing all 1411 articles
Browse latest View live

Viewing an Analysis Application in BI Launch Pad : "Error while generating Web Item"

$
0
0

Dear All,

I migrated working analysis application to QA environment and it's giving following error, but some of dashboards are working fine in QA with out error.

I am using DS 1.3 SP 2 and most of the dashboard is developed uisng charts. Please let me know if you need any other details.

where can i find the detailed error message

 

Thanks for your help

Venkat

Capture.PNG


DS IDT accessing Function Module

$
0
0

I have created a universe using IDT and we are not able to get it to work in Design Studio using server.  It works locally and in WEBI.  Any help would be great.

How to read row wise data from a datasource

$
0
0

Hi All,

 

I have a requirement in which, I need to read row wise data from a data source.

 

for eg:- I have a data source naming YABC_SAMPLE (DS_SAMPLE) and its structure is as shown below:

 

EmpID               EmpName               Designation               Address 1               Address 2               Salary

 

1011                   Ravi                         Developer                  Bangalore                India                        25000

1012                   Ashok                      Team Lead                 Chennai                   India                       40000

1013                   Shankar                    Manager                    Mumbai                   India                        65000

 

I need the result as,

 

1011

Ravi

Developer

Bangalore; India

25000

 

How I can achieve this in SAP Design Studio. I want to populate this record in a Text Box or List Box with scroll enabled.

 

I tried the following code, but I am able to get only the column headings or the Dimension name of the objects

 

var Dim_Array_Rows = DS_SAMPLE.getDimensions(Axis.ROWS);

 

var Rows = "";

 

Dim_Array_Rows.forEach(function(element, index) {

Rows = Rows + element.name +" ("+element.text+");";

});

 

APPLICATION.alert("Dimensions in Row:\n"+Rows);

 

 

Result:

 

EmpID(EmpID);EmpName(EmpName);Designation(Designation);Address 1(Address 1);Address 2(Address 2);Salary(Salary)

 

Kindly help me in this to solve it.

 

 

Regards,

 

Arun Krishnan.G

How to set Filter default display value as selected value

$
0
0

Hi All,

.

   I have three filters(Plant,material and year). i am getting the data on charts  based on filter default values

 

 

in plant filter on select i have given code bellow

 

DS_1.setFilter("Z_PPCD",PLANT.getSelectedValue());

 

MATERIAL.setItems(DS_1.getMemberList("Z_MATPCD", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 50));

 

in material filter,

 

DS_1.setFilter("Z_MATPCD",MATERIAL.getSelectedValue());

 

YEAR.setItems(DS_1.getMemberList("0CALYEAR", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 50));

 

in year filter,

 

DS_1.setFilter("0CALYEAR", YEAR.getSelectedValue());

 

 

 

when i run the report i am getting the all the data from data base

 

DSError.jpg

 

 

DSError1.jpg

Unable to open dashboards (designed in 1.3) in 1.4

$
0
0

Hi,

We have recently upgraded the Design Studio to 1.4. Post upgrade, we are unable to open any of the dashboards that were designed in 1.3.

The issue is both on Launchpad (Unknown error. Unable to process request) and local machine (the app crashes).

Has anyone encountered this issue? Any ideas.

 

BOE 4.1 SP4 Patch 4

 

regards,

Ritesh

Passing Parameters with OpenDocument in SAP Design Studio

$
0
0

Hello everybody,

 

I have built 2 Design Studio dashboards. One Design Studio dashboard should act as an overview, the other Design Studio dashboard should act as a more detailed view. The detailed view is based on a BEx Query, which contains several mandatory variables. Now I want to jump from the overview to the detailed view an pass the chosen parameters from the overview dashboard to the detailed dashboard by setting the mandatory query variable with an OpenDocument link. I know that this works fine with other BusinessObjects tools like Web Intelligence, but I was not able to set the mandatory BEx Query variables using OpenDocument in Desing Studio. Does anyone know if this works yet, or maybe in further releases?

 

Thank you in advanced.

 

Best regards

 

Stephan Bucher

I'm getting this error when drag and drop a component in Design Studio 1.4

$
0
0

Hi everybody.

 

I've installed Design Studio 1.4 and I've some problems.

 

I can't use new components of DS1.4 (for ex. Formatted Text View)

 

*I upgraded to java (java8 64bit), DS was uninstalled and reinstalled however, it doesn't work.

 

Adsız.png

 

com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error while generating Web item.

<parameterList>

 

 

<param name="BI_COMMAND_TYPE" value="CREATE_ITEM"/>

<param name="INIT_PARAMETERS">

<param name="BOTTOM_MARGIN" value="auto"/>

<param name="CSS_CLASS" value=""/>

<param name="DESIGNER_VISIBLE" value="X"/>

<param name="HEIGHT" value="60"/>

<param name="HTMLTEXT" value="&lt;h1&gt;Sample text&lt;/h1&gt;"/>

<param name="LEFT_MARGIN" value="158"/>

<param name="ONBEFORERENDER" value=""/>

<param name="RIGHT_MARGIN" value="auto"/>

<param name="SHOW_LOADING_STATE" value=""/>

<param name="SHOW_LOADING_STATE_TEXT" value=""/>

<param name="TOP_MARGIN" value="132"/>

<param name="VISIBLE" value="X"/>

<param name="WIDTH" value="100"/>

</param>

<param name="NAME" value="FORMATTEDTEXTVIEW_1"/>

<param name="TYPE" value="com_sap_ip_bi_FormattedTextView"/>

</parameterList>

 

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageCommandProcessor.doCreateItemCommand(PageCommandProcessor.java:947)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.doCreateItemCommand(Page.java:5937)

 

  at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)

 

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 

  at java.lang.reflect.Method.invoke(Method.java:606)

 

  at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java:155)

 

  at com.sap.ip.bi.webapplications.runtime.service.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java:425)

 

  at com.sap.ip.bi.webapplications.runtime.service.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java:340)

 

  at com.sap.ip.bi.webapplications.runtime.processor.CommunicationProcessor.processCommand(CommunicationProcessor.java:212)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processCommandSuper(Page.java:4910)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processCommandInternal(Page.java:4569)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processCommandSequence(Page.java:4729)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.doProcessRequest(Page.java:2574)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page._processRequest(Page.java:780)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processRequest(Page.java:5157)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processRequest(Page.java:5150)

 

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.doProcessRequest(Controller.java:1244)

 

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller._processRequest(Controller.java:1094)

 

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1060)

 

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1)

 

  at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService._handleRequest(BIRuntimeServerService.java:524)

 

  at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService.handleRequest(BIRuntimeServerService.java:907)

 

  at com.sap.ip.bi.server.execution.engine.runtime.LocalBIExecutionService.executeRequest(LocalBIExecutionService.java:47)

 

  at com.sap.ip.bi.client.execution.AbstractExecutionServlet.handleRequest(AbstractExecutionServlet.java:146)

 

  at com.sap.ip.bi.client.servlet.BIPrivateServlet.handleRequest(BIPrivateServlet.java:35)

 

  at com.sap.ip.bi.client.execution.AbstractExecutionServlet.doPost(AbstractExecutionServlet.java:125)

 

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)

 

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)

 

  at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)

 

  at org.eclipse.equinox.http.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:38)

 

  at com.sap.ip.bi.zen.webserver.designer.ZenSessionFilter.doFilter(ZenSessionFilter.java:53)

 

  at org.eclipse.equinox.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:81)

 

  at org.eclipse.equinox.http.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:35)

 

  at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:132)

 

  at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)

 

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)

 

  at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:386)

 

  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)

 

  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)

 

  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)

 

  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)

 

  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)

 

  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)

 

  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)

 

  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)

 

  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)

 

  at org.eclipse.jetty.server.Server.handle(Server.java:370)

 

  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)

 

  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)

 

  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)

 

  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)

 

  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)

 

  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)

 

  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)

 

  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)

 

  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)

 

  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)

 

  at java.lang.Thread.run(Thread.java:812)

 

 

Caused by: java.lang.NullPointerException: while trying to invoke the method com.sap.ip.bi.zen.rt.components.sdk.md.SdkLayoutItem.getJsHandlerType() of a null object loaded from local variable 'mdItem'

 

  at com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.createControl(SdkComponent.java:114)

 

  at com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.doUiItemInit(SdkComponent.java:71)

 

  at com.sap.ip.bi.webapplications.ui.items.UiItem.doInit(UiItem.java:259)

 

  at com.sap.ip.bi.webapplications.runtime.object.page.impl.PageObject.doInit(PageObject.java:344)

 

  at com.sap.ip.bi.webapplications.runtime.object.page.impl.PageObject.init(PageObject.java:296)

 

  at com.sap.ip.bi.webapplications.runtime.rendering.renderer.ItemRenderer.init(ItemRenderer.java:41)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageStateProcessor.initPageObject(PageStateProcessor.java:2798)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageStateProcessor.setupPageObject(PageStateProcessor.java:2104)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageStateProcessor.createPageObject(PageStateProcessor.java:2061)

 

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageCommandProcessor.doCreateItemCommand(PageCommandProcessor.java:921)

 

  ... 57 more

 

 

 

 

 

java.lang.NullPointerException: while trying to invoke the method com.sap.ip.bi.webapplications.runtime.page.IPageBase.getServiceProcessor() of a null object returned from com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.getPage()

  at com.sap.ip.bi.zen.rt.components.sdk.impl.SdkComponent.getType(SdkComponent.java:82)

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageStateProcessor.destroyPageObjectLate(PageStateProcessor.java:1918)

  at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageStateProcessor.destroyPageObject(PageStateProcessor.java:1794)

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.destroyPageObjects(Page.java:2291)

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page._destroy(Page.java:490)

  at com.sap.ip.bi.webapplications.runtime.impl.page.Page.destroy(Page.java:2131)

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller._destroyPage(Controller.java:778)

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.destroyPage(Controller.java:727)

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller._processRequest(Controller.java:1155)

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1060)

  at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1)

  at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService._handleRequest(BIRuntimeServerService.java:524)

  at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService.handleRequest(BIRuntimeServerService.java:907)

  at com.sap.ip.bi.server.execution.engine.runtime.LocalBIExecutionService.executeRequest(LocalBIExecutionService.java:47)

  at com.sap.ip.bi.client.execution.AbstractExecutionServlet.handleRequest(AbstractExecutionServlet.java:146)

  at com.sap.ip.bi.client.servlet.BIPrivateServlet.handleRequest(BIPrivateServlet.java:35)

  at com.sap.ip.bi.client.execution.AbstractExecutionServlet.doPost(AbstractExecutionServlet.java:125)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)

  at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)

  at org.eclipse.equinox.http.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:38)

  at com.sap.ip.bi.zen.webserver.designer.ZenSessionFilter.doFilter(ZenSessionFilter.java:53)

  at org.eclipse.equinox.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:81)

  at org.eclipse.equinox.http.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:35)

  at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:132)

  at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)

  at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:386)

  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)

  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)

  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)

  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)

  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)

  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)

  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)

  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)

  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)

  at org.eclipse.jetty.server.Server.handle(Server.java:370)

  at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)

  at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)

  at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)

  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)

  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)

  at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)

  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)

  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)

  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)

  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)

  at java.lang.Thread.run(Thread.java:812)

 

 

 

Error while ending a BI application. See SAP Notes 937697 and 948490

 

 

Event was started, but not completed: 56 ms: Initialize item FORMATTEDTEXTVIEW_1 (14100)

 

 

 

Do you have any idea what to do?


Thanks and Regards

Rıdvan

How to add Custom CSS file?

$
0
0

Hi,

 

Currently i am working on Design Studio 1.1 SP1 in local mode (i.e. I am not connecting to an SAP BI 4.0 Platform). I want to add a custom CSS file to my application. Below are the steps which i have followed but it does not seem to work:

 

1. Created .CSS file named ABC.CSS. the content of this file is:

 

     .myPanel{ 

     background:indigo;

     }

 

2. I, then, placed it in the below folder.

 

      C:\Users\<my_windows_user_name>\Analysis-workspace\com.sap.ip.bi.zen\repository\DEMO_2

 

     DEMO_2 is the name of my application.

 

3. In design studio, I clicked on DEMO_2 in the outline and went to its property box where i wrote ABC.CSS in the Custom CSS option. I had to write this as i did not get any drop down menu.

 

4. I selected a Text Box in my application and  wrote myPanel in the CSS Class option in its property.

 

5. I executed the application locally.

 

But i am unable to see the background color in indigo for this text box. The color does not change. If i simply write background:indigo; in the CSS Style option of this text box then the color changes.

 

Can you please point out the missing step here? or where i am going wrong?

 

Regards,

Piyush


How to write script for DATE Range

$
0
0

HI ALL,

 

             I am new to SAP BO Design Studio, i have five filters Start Date , end date, Plan, profit center material and . Source for application is BW. how to define start date and end date filters. the no of plants and ohter filters should display for next filter should display, in between the start date and end date.

 

How to define date range filters...

 

Thanks,

Ramana

Combining Stacked Area Chart and Line Graph

$
0
0

Hi guys,

 

Is there anyway to insert a data line into a Stacked Area Chart in DS1.4?


This data line is supposed to represent the cumulative "threshold" that would help gauge the stacked areas.

If there are other ways to accomplish this besides trying to combine the 2 graphs, please feel free to suggest!

 

Thanks in advance

Design Studio OnClick event not triggering on sapui5 component

$
0
0

I am trying to extend the sapui5 table component. Was not able to fire the design studio onClick event.  Can anybody explain me? how to get this done.

 

my js file:

 

initDesignStudio : function() {  // Called by sap.designstudio.sdkui5.Handler  (sdkui5_handler.js)  },  init : function() {  sap.ui.table.Table.prototype.init.apply(this,arguments);  },  clickHandler : function(){  this.fireDesignStudioEvent("onclick");  }

 

in contribution.xml:

 

Button closes the Browser

$
0
0

I' like drop a button in Header and through his action, close the tab of Browser or close the Browser.

Is it possible?

 

Thank you

Big Deal: embed Design Studio application into other webpage

$
0
0

Hello Community,

 

the goal is to embed Design Studio report(deployed on HANA)

into a native HANA application built with SAPUI5 (or any other webpage).

I have tried using simple iFrame and DS application link,

but it shows blank white screen.


Do you have an idea?


Draft Code: http://jsbin.com/semopidifa/1/edit

(try with your application)


How to set Filter default display value as selected value

$
0
0

Hi All,

.

   I have three filters(Plant,material and year). i am getting the data on charts  based on filter default values

 

 

in plant filter on select i have given code bellow

 

DS_1.setFilter("Z_PPCD",PLANT.getSelectedValue());

 

MATERIAL.setItems(DS_1.getMemberList("Z_MATPCD", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 50));

 

in material filter,

 

DS_1.setFilter("Z_MATPCD",MATERIAL.getSelectedValue());

 

YEAR.setItems(DS_1.getMemberList("0CALYEAR", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 50));

 

in year filter,

 

DS_1.setFilter("0CALYEAR", YEAR.getSelectedValue());

 

 

 

when i run the report i am getting the all the data from data base

 

DSError.jpg

 

 

DSError1.jpg

object Text - in css vertical-align:middle; does not work

$
0
0

Hi All,

 

in a cell with an text-object the css-format

 

text-align:center;  works

 

but

 

vertical-align:middle; does not work

 

Is there any way to bring the text vertical in the middle?

 

thx for hints

 

br harry


Design Studio 1.4 - Chart question

$
0
0


Hello,

 

I am using the latest Version of Design Studio (1.4 SP00, 14.0.4) and have two questions regarding the chart properties.

 

1) I have set the Data Label as "outside". But there are sometimes labels still "inside", instead of on Top of it. Anybody got an idea why? Or is it a bug that is hopefully fixed in SP1?

 

Label not outside_DS.png

 

Label not outside.png

2) I have set the automatic scaling feature on a line chart containing 3 lines. Prev. Year, Current Year, PLAN. As values are close to each other so are the lines. My expectation of the auto. scaling feature was that the min. and max. value is determined automatically and therefore those lines have more space between each other and are better visible. Unfortunatly that feature is not working properly. If anybody got an idea how to fix this, please let me know. Or just another bug that is fixed soon?

auto scaling feature.png

Design Studio Crashing on Memory Heap Error

$
0
0

Anyone see anything obvious why Design Studio crashes every time I try to create a query? I have to assume I am not the only one who has found this one. Have 4GB of ram with plenty of processing power and nothing is installed other than the BOBJ tools. Perhaps my JVM version? Not sure...

abc.jpg

Unable to pass filters to Data Source

$
0
0

Hi there,

 

I've been working on this issue for a while but have not been able to find a solution. Any help will be appreciated.

 

Example scenario below:

 

I have a data source, DS_1. I am using that to bring in all the countries that our company has accounts in.

Another Data source is used to bring in Sales Data for current year, lets call it DS_2

 

Now, I am trying to filter DS_2 by a List Box that uses DS_1 as a data source using the following script:

DS_2.setFilter(Country, LISTBox_1.getSelectedValues())


Lets say I select USA from LISTBOX_1. Everything works well and I see sales data as shown below:

 

CountryMonthSales
USAJan500
USAFeb600
USAMar700

 

HOWEVER, if I select a country that does not have sales for this year, then I get everything back i.e. all countries, all months, all sales. It seems like if the Dimension that is being filtered is not part of DS_2, it gives you everything, rather than nothing. Blank data is the desired result.

 

I have tried passing in dummy filters that pass "blank" to DS_2, but that does not seem to work.

 

Has anyone encountered this? Is there something I can do to achieve the desired result?

 

Specs: I am using DS 1.4 and my data source is a Bobj Universe built on SQL Server.

 

Thank you,

Nizar

using single Datasource to connect multiple charts with different dimension

$
0
0

Hi Gurus,

 

In our Dashboard we are having 6 charts all are using same data source, but all the 6 charts are having different dimension so i have created separate connection and in the initial view i have kept dimension for the chart so iam having 1 bex query 6 connection and 6 charts in design studio . All the 6 charts in same view of the dashboard and iam using  Load data source script function to load the data source via script.

 

Is it possible to use 1 connection for the 6 charts by using CSS i want to change the dimension. so that performance of the dashboard can be increased.

 

Regards,

Bala

Chart with different data sources

$
0
0

Need to show 10 different charts based on different data source.

 

Ex: Based on drop down value I want to change Chart's data source. So, same chart can be used for 10 different sources.

I have 2 tabs and each has around 10 charts (same chart-type). putting 20 charts would be bad idea and it would impact performance.


At a time I'm showing only 2 charts in a tab.


Is this possible ?

 

Thanks

Viewing all 1411 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>