Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Design Studio
Viewing all 4041 articles
Browse latest View live

DesignStudio: Open a Connection for DataSource failed

$
0
0

Hi all,

 

i have a problem if i selected a OLAP Connection with SSO, i get the following Error Message >> Failed to obtain SAP Assertion Ticket for connection "xyz". Check the server-side SSO configuration for user "abc" <<.

 

If i use this connection for excample in Analytics for OLAP it works fine.

 

Any idea?

 

Thanks

 

Andy

 

PS: I use BO Design Studio 1.1


Crosstab formatting

$
0
0

Hello All,

 

I want to fix the width  of columns in crosstab.

 

Is there any css for the same?

 

 

 

Thanks,

 

Manaali Patel

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 for NW – Do we need Portal

$
0
0

Hi Gurus,

We have BW and BI Java but do not have NW Portal. 

I see that can use Design Studio for NetWeaver.
In that case is it necessary to have NW Portal or can we use it with
what we have now?

    

Thanks,

Reynir

only one measure

$
0
0

Hi All,

 

i'm goin crazy every day another problem.

 

In my datsource is only one measure

 

my code

 

var v_Z4S2 = DS_Z4.getDataAsStringExt( "00O2TL0YRWX9Y01TNNP985PF9",{} );

DATE_Z4S2.setText(X_DATUM_A);

if (v_Z4S2 == "")

{

    ZAHL_Z4S2.setText("0");

}

else

{

    ZAHL_Z4S2.setText(v_Z4S2);

}

 

i try getDataAsStringExt and getDataAsString but when the application started there is a message "error in code" but in deployment is no error

 

Is this getDataAsStringExt wrong?  No Filter is {}?

 

thx

 

br harry

implementing back navigation memory in design studio 1.1

$
0
0

I'm new to Design studio 1.1, don't know if I have to do all this or just wait for next release or service pack .

 

im trying to implement  navigation memory so that with each forward step  the previous  drill down steps are remembered & user can back track the drill down. im using a filter panel & have a variable  list  for each dimension in a step

so if there are 5 dimensions D1,D2,D3,D4,D5 & I want to remember up to 5 steps then I  created  string variables list of  5X5=   V11...V15 , V21... V25 , V51..V55 & another variable called STEP

 

so every time user selects a bunch of filters in a  step all the filters get  saved  in the variables corresponding to the step

eg STEP =1  & Dim1 & Dim2 are assigned  values in FILTER Panel , then on APPLY variables  V11 & V12   get populated  & STEP gets incremented

my problem  is programming the "back track" widgets onselect event.( ive created listbox pop ups emulating context menus in Bex query)

 

if (STEP>0){

     if (STEP == 1){

          if (Convert.stringLength(""+V11)!= 0){/// im adding "" as I was getting script errors

           DS_1.setFilterExt("DIM1", V11);

           what else do I need to do     here

         }  

          if (Convert.stringLength(""+V12)!= 0)  {           

                DS_1.setFilterExt("DIM2", V12);

               what else do I need to do     here ?.

           }  ..........................................etc           .

}

     if (STEP == 2){

          if (Convert.stringLength(""+V21)!= 0) {

              DS_1.setFilterExt("DIM1", V21);

             what else do I need to do     here?

         }

          if (Convert.stringLength(""+V22)!= 0) {

             DS_1.setFilterExt("DIM2", V22);

           what else do I need to do     here}

......etc }

}  ..................... etc you get the point

STEP= STEP-1;   .

 

 

also need  HELP to disable LISTBOX element  if STEP =0

 

 

 

also need to note that  between step n1 & n2 the same DIM can  have modified  filters eg : in STEP1 DIM1 has filter values V11= A;B; in  STEP2 DIM1 has filter values  V21=C; along with other dimensions

 

also the filter panel  needs to remember the earlier step values assigned. currently out of the box that functionality is  shaky. the values don't appear immediately when the filter panel opens

any help will be greatly appreciated

 

Thanks

Prasad Badal

In what format does the date field takes input in an ipad?

$
0
0

I have a application that uses a date field whose value is mapped to a BEx variable. It works without any problem on the desktop. Whenever I give a value to the date field on the iPad, it goes back to the variable screen. Can anyone tell me the correct format of the date in which the iPad takes the value.

Method reloadData on SAP BW DataSource

$
0
0

Hello,

 

Does anybody has experience with the method DS_1.reloadData() on a SAP BW query?

 

Scenario:
- I load data in a SAP BW DSO
- I run the Analysis Application, the data is reflected
- I load extra data in the DSO
- I click on a button, OnClick = DS_1.reloadData();, the extra data is not reflected

 

The extra loaded data is available when I restart my Analysis Application. It seems like the reloadData() method does not work.

 

Any ideas?

 


Kind regards,

 

Ton van Velzen


Design studio Vs. Dashboard

$
0
0

Hi All,

 

I have lot of question while comparing Design studio with Dashboard. Can you please refer me any User guide or can you please give me solution on following doubts:-

 

1) Is there are any Export option in Design studio (e.g. in dashboard we have PDF, Flash file etc.)

2) Concept of Data binding ,Object linking and Dynamic visibility in design studio comparison to Dashboard

 

Can you please help regarding this?

 

Thanks,

Tulika

Access window-object from an event handler in design studio

$
0
0

Hi there,

 

is it possible to access the window-object of the browser from the onClick-Eventhandler of a button within the design studio?

For example, I want a button to show the print-dialog of the browser by calling the "window.print()"-method.

 

Thanks you,

Ben

Dashboard layout is impacted by screen resolution

$
0
0

Hi,

 

We are facing some issues in design studio dashboard layout. Dashboard layout was good for the users who are having same screen resolution of mine. But, users who are having different screen resolution in their laptops, they saw some deviations in the layout. They saw some extra space in the dashboard application. 

 

We are using IE9.What could be the reason?

 

I uploaded images for your reference.

 

Actual View with my screen resolution (1280 x 800)

 

actual view.JPG

 

View with deviation with different screen resolution (1366 x 768)

with deviation.JPG

 

Are there any standard settings to avoid the issue? Please advise.

 

Thank you.

Satyam

connecting to BO BI Platform?

$
0
0

Hi All,

 

v11.1.0.  Silly question probably, but just started learning Design Studio.

 

How do I connect to the BO BI Platform? (I don't get or see where to access a logon screen to the BO BI Platform).

 

It doesn't ask me for a logon when starting up, the only logon is for the SAP BW cubes which works fine.

I am building the dashboard and is looking good but I would obviously like to save to BI Platform and also use images from the repository too?

 

Thanks, Matt.

displaying dimension values in scorecard

$
0
0

Hi,

 

I am trying to build up a scorecard in design studio.

I am using a grid layout component and populating with text cells.

This is working well for column 0 and column 2 on the attached which displays the dimension code and aggregated value respectively.

However I would like to populate column 1 (col1) with the dimension text value (the Project Type Description relative to the code).

 

Can I easily do this using script?  For col2 values I used the following script at the application level...

 

TEXT_SC_201.setText(DS_1.getDataAsStringExt("0AMOUNT","0WBS_ELEMT__0PS_PRJTYPE=01"));

TEXT_SC_202.setText(DS_1.getDataAsStringExt("0AMOUNT","0WBS_ELEMT__0PS_PRJTYPE=02"));

TEXT_SC_203.setText(DS_1.getDataAsStringExt("0AMOUNT","0WBS_ELEMT__0PS_PRJTYPE=03"));

TEXT_SC_204.setText(DS_1.getDataAsStringExt("0AMOUNT","0WBS_ELEMT__0PS_PRJTYPE=04"));

TEXT_SC_205.setText(DS_1.getDataAsStringExt("0AMOUNT","0WBS_ELEMT__0PS_PRJTYPE=05"));

 

Is there similar function I can use for col1.  I cannot use getDataAsStringExt() as it requires a measure argument next.

 

Thanks, Matt.

Scoreacard_Des_Stu_001_Design.jpg

Scoreacard_Des_Stu_001_View.jpg

SAP BO BI 4.1

$
0
0

Would you confirm that using the new BO BI 4.1 with Design Studio is  preferable than Bi 4.0 (Sp 7 Patch 1) ?

 

- Looks at least better integrated into BOBI server infrastructure ;-)

 

 

- Wobi

Add VBScript to the design studio app

$
0
0

Hi there,

 

I need to call an activeX object in my design studio app.

Since the code has to be in the document before it is parsed, I can not add it like

$('<script language="VBScript">...code...</script>').appendTo('header');

 

Maybe DS offers a way to add custom scripts?

 

Thanks,

Ben


Design Studio 1.0 SP2 on Iphone

$
0
0

Hi All,

 

I have an issue with Design studio's reports on iphone, I can't see them.

I can run the reports on the Ipad but I can't on Iphone.

Do I have to modify my server's configuration?

 

I'm running Design studio 1.0 sp2.

 

Thanks.

Best regards,

 

Marcello

Unable to load image in desktop app when connected to SAP NetWeaver

$
0
0

Hi All,

 

I am facing an issue while loading Image component to Desktop app when connected to SAP Netweaver.

 

I have followed http://scn.sap.com/docs/DOC-30917 :

                          In the document, i can see the import option but in my system that is not available.Plz follow below screenshot

Image error.png

 

When i followed another thread http://scn.sap.com/thread/3336761:

                    I have follow all the step but having issue on loading image.

loaderror.PNGafter import.PNG

 

Can anyone help me to resolve the issue.

 

Thanks,

Tulika

Frame for Design Studio Application in NW Portal too small

$
0
0

Hi Experts,

 

I use Netweaver incl. Portal as backend for SBOP Design Studio. After developing an application I tried to run it in NW EP. This opens an IE window as expected and the application is executed. However, the frame where the application is located is way too small and I do not see any property where I could adjust the frame size.

 

Please see screenshot below for further illustration.

 

Any ideas?

 

Thanks & regards

Tobias

SAP BO Design Studio - SDK Development - When, Where, How?

$
0
0

Hi,

 

I have some questions regarding the Design Studio SDK - I need some clarification on this topic:

 

  1. Is it/will it be possible to develop custom components for Design Studio 1.1 by using some SAP SDK or only starting from v1.2?
  2. Which SDKs (their official names) can be used for developing for Design Studio and where can they be downloaded? We will certainly need the SDK from SAP for Design Studio, but I believe we can use other non-SAP SDKs with it too? Do you have some interesting recommendations to look at?
  3. If no version yet released, when will be the Design Studio SDK released? Will it be Q4 2013 together with the release of Design Studio 1.2 or a bit later?
  4. Is there some documentation/tutorial already available for newbies about developing a simple component from scratch that can be included into a Design Studio BI App? ( Maybe some Beta-testers created some guides already? Would you mind sharing? Much, much appreciated. )

 

I found the following regarding custom development for Design Studio: http://scn.sap.com/docs/DOC-43573

A Design Studio SDK will be definitely available for Design Studio 1.2. There is no Java and no ABAP coding when using the Design Studio SDK.

 

Some more informaton I found here (see also the comments): http://scn.sap.com/community/businessobjects-design-studio/blog/2013/06/15/video-how-to-create-charts-using-the-design-studio-sdk

 

and here: http://scn.sap.com/community/businessobjects-design-studio/blog/2013/04/14/businessobjects-design-studio--recent-roadmap-webcast-sdk-updates

- The SDK from SAP can be used to develop own components.

- Custom component library is a eclipse plugin, but no Java skills required.

- Convenient deployment through "install new software" in Design Studio.

- Containing Description XML file, JavaScript files, Images and CSS files.

 

Thank you very much for your help and knowledge sharing!

 

Regards,

David

SAP BO Design Studio 1.2: Expected New Features and Functionality Overview

$
0
0

Hello,

 

Is there an official overview document available to the public or to SAP customers about what concrete new features will be included in v1.2 of Design Studio? Or do you know at least some of the features that will be definitely included in v1.2?

It would be really helpful to have this information - a simple list of all the new features for the upcoming release of 1.2. What improvements can we expect?

 

Thank you!

 

Regards,

David

Viewing all 4041 articles
Browse latest View live




Latest Images