Question About Bex wad portfolio chart design

hi,
user wants to compare sales and cost value and see where the department is. ie user want to see sales as Xaxis and cost as Yaxis and department has bubbles in portfolio graph . but when i use this graph i am unable to assign the values to axis and graph i am not able dispalyed correctly . can anyone help me out for this example how to use this graph .
Department       Sales    /    Retail Value /    Cost Value
BUILDING         1,658     /       100         /      200
DECORATIVE       9,101    /         171     /          888             
ELECTRICAL       7,663     /        3,025   /          946
anyone who has successfully designed portfolio chart pls give me your solution ,thanks very much.points will be rewarded.
Best regards,
Jason
Edited by: jason su on Aug 12, 2008 5:58 PM

Hello,
Goto start menu -> Run -> give '%temp%' and execute. This will show the temp folder here, then find the folder BW and delete this folder complately. Now open BEx analyzer for the first time after this & connect with system, so that the right texts are entered to the temp file in the desktop.
After this the issue should be fixed.
Best Regards,
Michael

Similar Messages

  • Questions about my PDF portfolio.

    I have only a few questions about a CD portfolio I am designing with Acrobat Professional (8.0)
    There were a few things i couldn't figure out on my own.
    I have about 15-20 pieces to show on CD, but there is no web design involved, so I couldn't use my own web site layout to just throw onto CD, out of that convenience.
    1) How do you make sure the PDF will always opens at the size you want?
    For example, whenever I set the document at actual size (100% view) I close and open the document, and it reopens at a random size, such as 317 percent.
    WTH?
    2) Where can I find examples of design portfolios that were designed in Acrobat? Everyone's portfolio is online these days, which is not my style.
    3) Is it possible to make a 'thumbnail view' on the first PDF page (like you would see in a gallery on a website) that links from that page to any one of the 15-20 pieces?
    Any advice is much appreciated.

    Fender77 wrote:
    1. i think you will have to shutt it off within settings, if the javagame won't let you turn it off temporary. Don't you find keytones annoying?
    Guess thats what ill do
    I also found another stuipd thing in some Java games the phone still has the tilt sensor active in games and software.
    Some games end up with graphic glitches forcing you to restart them, some display a message saying its unsupported and some support it partially (The number keys for navigation stay like they are in portrait which is of course messed up (The phone seems to change the navigation keys internally though so that does work)

  • Question about view/controller/nib class design

    Assume you need to make an application with, let's say, 15 different views in total. There are two extreme design choices you can use to implement the app:
    1) Every single view has its own view controller and a nib file. Thus you end up with 15 controller classes and 15 nib files (and possibly a bunch of view classes if any of your views needs to be somehow specialized).
    2) You have only one controller which manages all the views, and one nib file from which they are loaded.
    AFAIK Apple and many books recommend going purely with option #1. However, going with this often results in needless complexity, large amounts of classes (and nib files) to be managed and complicated class dependencies, especially if some of the views (and thus their controllers) interact with each other or share something (something which would be greatly simplified if all these related views were handled by one single controller class).
    Option #2 also usually ends up being very complex. The major problem is that the single controller will often end up being enormous, handling tons of different (and usually unrelated) things (which is just outright bad design). This is seldom a good design, unless your application consists of only a few views which are closely related to each other (and thus it makes sense for one single controller class to handle them).
    (Option #2 also breaks the strictest interpretation of the MVC pattern, but that's not really something I'm concerned about. I'm concerned about simple design, not about following a programming pattern to the letter.)
    A design somewhere in between the two extremes often seems to be the best approach. However, since I don't have decades of Cocoa programming experience, I would like to hear some opinions about this subject matter from people with more experience on that subject. (I do have object-oriented programming experience, but I have only relatively recently started programming for the iPhone and thus Cocoa and its design patterns are relatively new to me, so I'm still learning.)

    Somehow I get the feeling that my question was slightly misunderstood.
    I was not asking "which one of these two designs do you think is better, option #1 or option #2?" I already said in my original post that option #2 is bad design (unless your application consists of just one or two views). That's not the issue.
    The issue is that from my own experience trying to adhere very strictly to the "every single view must have its own view controller and nib file" often results in needless complexity. Of course this is not always the case, but sometimes you end up having controller classes which perform very similar, if not even the exact same actions, resulting in code repetition. (An OO'ish solution to this problem would be to have a common base class for these view controllers where the common functionality has been grouped, but this often just adds to the overall complexity of the class hierarchy rather than alleviating it.)
    As an example, let's assume that you have a set of help screens (for example one help screen for each major feature of the app) and a view where you can select which help view to show. Every one of these views has, for example, a button to immediately exit the help system. If you had one single controller class managing these views, this becomes simpler: The controller can switch between any of the views and the buttons of each view (most of them doing the same things) can call back actions on this controller (eg. to return to the help selection or to exit the help screen completely). These help screens don't necessarily have any functionality of their own, so it's questionable what do they would need view controllers of their own. These view controllers would basically be empty because there's nothing special for them to do.
    View controllers might make it easy to use the navigation controller class, but the navigation controller is suitable mainly for utility apps but often not for things like games. (And if you need animated transitions between views, that can be implemented using the UIView animation features.)
    I also have hard time seeing the advantages of adhering strictly to the MVC pattern. The MVC pattern is useful in things like web servers, where MVC adds flexibility. The controller acts as a mediator between the database and the user interface, and it does so in such an abstract way that either one can be easily changed (eg. the "view", which normally outputs HTML, could be easily changed to a different "view" which outputs a PDF or even plain text, all this without having to touch the controller or the model at all). However, I'm not seeing the advantages of the MVC pattern in an iPhone app. It provides a type of class design, but why is it better than some other class design? It's not like the input and output formats of the app need to be changed on the fly (which is one advantage of a well-designed program using the MVC pattern).

  • Question about XSL Mapper in BPEL designer

    Hi,
    I have a question regarding the XSL mapper within JDeveloper BPEL Designer.
    Scenario:
    Consider
    1. Source xsd with 3 attributes
    2. Target xsd with 5 attributes
    An XSL mapping is defined for 3 source attributes to the corresponding target attributes.
    The attributes remaining on the target side (2 attributes) are NOT mapped.
    Now test the mapper using the in-built test tool
    (by right clicking on the xsl editor screen).
    The mapper generates a test-xml on the source side and its corresponding transformed xml on the target side.
    Now,
    If i click on "Validate" in the source side, it says "XML is Valid"
    If i click on "Validate" in the target side, it says "XML is NOT Valid" (because the 2 un-mapped attributes are not apprearing the target xml)
    My question is
    Is it an expected behaviour that if an attribute is not mapped, an empty tag <attribute/> is not generated for this attribute in the target xml. If so, wouldn't the target xml be invalid with respect to the target xsd.
    Thanks
    Antony

    I believe by default xml validation is set to false for a BPEL Domain. I am not sure whether setting this to true will cause your process to error out after the transformation or if it only validates inbound and outbound messages.

  • I have A question about Adobe creative Suite 3 Design Premium, and what it comes with..

    My boyfriend works for a office furniture company building and tearing down office furniture. Today one of the people who worked at the company he was tearing down told him he could take any of the programs there as they had no use for them. So he took the Adobe Creative Suite 3 Design Premium as well as mac OSX Leopard, thinking I would like to use them. But I have a PC.
    My question is what comes with the Adobe Creative Suite 3 Design Premium? Since I can not use it, I thought I could sell it, but do not want to do so if I do not have everything it comes with or needs. What I have is three disc's, in the case. There is the application, the content, and the video workshop. There is no booklet or anything with it. If anyone could answer my question, I would really appreciate it. I dont want to sell it to someone and get in any trouble for it not having what its supposed to.
    Thank you for your time and help.

    Firstly, the CS3 Design Prem comes with Photoshop Extended CS3, Illustrator CS3, InDesign CS3, Dreamweaver CS3, Acrobat Pro 8 as well as Bridge and and Vesion Cue.
    Secondly, has the packaging been opened? If so, it could still be installed on a PC or rather Macintosh somewhere. If so, this makes it a trickier proposition with regards to installing it yourself or selling it on.
    Don't quote me on this, but if the software is fresh and unopened or has been deactivated, you could upgrade to Design Prem CS4 Mac and then crossgrade to Design Prem Windows. Don't know if it's possible to crossgrade and upgrade in one fell swoop from Mac to Win. I suspect not - but will be happy to be proven wrong.
    Hope this helps.
    Ian

  • Hello question about blown out layout and designer

    hello im a web designer....my format is to slice my layout in fireworks....then I bring things into dreamweaver and then place flash files into placed blank spots...........my problem is I notice things get out of line and blown out.....how can i fix this?
    example:---http://sites4sight.com/Zdara/Lounge.html...this is fine in safari and IE?

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Question about single user licence for design premium cs6

    Heya, I just purchased the student version of design premium cs6 and I am wondering what the rules are in the case that my computer hard drive fails.
    Would I be able to use it on another computer or do I have to buy a new set of software?
    Are there any things I should know about installing like backing up the software files somewhere? If so, I would appreciate if anyone could tell me how to do that.
    Also I would like to know if I can use my serial number for a mac version of the software or if I have to buy a whole new set.
    Many thanks in advance

    You have 2 activations and those can be reset when a computer no longer is accessible, otherwise one simply would use Help-->Deactivate and the like to manage activations. Serial numbers are platform specific, so you cannot use the same license on Mac and Windows.
    Mylenium

  • Questions about traffic light Dial chart.

    Greetings,
    I want to create a dial chart which will use the traffic light colors to display normal/warning/dangerous. However, I have not found anything about how to do it either at the documentation or threads in the forum. Could anybody who has already done similar things shed some lights here?
    Thanks in advance.

    Hello,
    Yes you can do all of that using the custom css section.
    These are the css attributes for the dial charts
    text.tic{stroke:none;fill:#000000;font-size:12px;}
    line.tic{stroke:#000000;stroke-width:1px;fill:none;}
    #dial{stroke:#336699;stroke-width:2px;fill:#336699;fill-opacity:.5;}
    #dial.alert{fill:#FF0000;fill-opacity:.5;}
    #dialbackground{stroke:#000000;stroke-width:none;fill:none;filter:url(#MyFilter);}
    #dialcenter{stroke:none;fill:#111111;filter:url(#MyFilter);}
    #dialbackground-border{stroke:#DDDDDD;stroke-width:2px;fill:none;filter:url(#MyFilter);}#low{stroke-width:3;stroke:#336699;}
    #high{stroke-width:3;stroke:#FF0000;}
    And here is an example page where you can try different css combinations, http://htmldb.oracle.com/pls/otn/f?p=11933:85,
    You can use an item value to populate the css section so just use some plsql to create the right css depending on your values.
    Carl

  • BEx WAD -- Creating Chart And Table on the same page

    Hi All.
    I am creating a new Web Application. This contains a dropdown with 2 reports to select.
    When the user selece report from the dropdown list, it has to display both Table and Chart for the report.
    Could you pls explain me how can I do this.
    Thanks
    SR.

    Go to Dropdown web item properties and choose your report and use Before Command and use OPEN_CHART_DIALOG. You may try with After Command also.

  • Question about calculation example with Query Designer

    Hi guys,
    I have to calculate within columns and rows and I am not familiar with the settings in Query Designer that could be done to achieve the results.
    For example:
    Payments----
    Delay -
    Weighted Delay
    1000USD--10 days--
    10000
    2000USD--20 days--
    40000
    3000USD--xxx--
    50000 (this is the sum row)
    The column marked with the xxx is calculated with the sum of weighted delay divided by the sum of payments (50000 / 3000).
    Has anybody an idea how the sum row can be calculated separately?
    Thank you for suggestions!
    Edited by: saplaz on Jul 13, 2010 8:47 AM
    Edited by: saplaz on Jul 13, 2010 9:08 AM

    Hi,
    Assuming you have the Payments Infoobject in the rows and WD Infoobject in the columns; Delay as a formula object.
    > Payments----
    Delay -
    Weighted Delay
    > 1000USD--10 days--
    10000
    > 2000USD--20 days--
    40000
    > 3000USD--xxx--
    50000 (this is the sum row)
    > The column marked with the xxx is calculated with the sum of weighted delay divided by the sum of payments (50000 / 3000).
    You may try this workaround of using
    NODIM( SUMCT(WEIGH_DELAY) / SUMCT(PAYMENTS) )
    on a formula variable. (In this case, the assumption is you have not static type-restricted the rows/cols) If you find any hinderances in the default approach, you may check this out as a formula & insert this at the cell editor level.
    If not, use a simple formula variable; here define the replacement path as 0(N) for your Payments. (N being the # of digits)
    Use a simple calculation:
    SUMGT(WD)/FV
    But you may not get an result o/p in the last row, as the values are not linked (sans relation with Payments). as it will return a X for the delay in the Result row.
    Pls. let me know know if this works or some sample o/p if the initial assumption was wrong.
    Thanks,
    Arun Bala

  • Questions about bex

    Hello Gurus,
           (1) how to transport bex query/workbooks/web template in real project?
           (2) what tasked should be done in portal for a report developer in the real project?
    Many thanks,

    HI,
      1. You need to capture your query/workbook/webtemplate through Transport connection in RSA1. You need to transoport them from development to quality and then to production.
    Please go thru below links for transporting objets .
    http://www.bwarea.com/2009/03/transporting-sap-bi-queries.html
    http://help.sap.com/saphelp_nw04s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/content.htm
    2. As far as I know you need to give report and description to the portal team , So that they would embed in Portal.
    Regards
    Suvarna

  • Difference between Bex Analyzer and Bex WAD

    Hi Every one,
    I am pretty new to SAP, and working on SAP BW Front end.
    I am pretty aware of Bex Analyzer and also Browser, but i always have a doubt about Bex WAD.
    In my present job i talk to the users and take the requirments and create queries in the Bex analyzer which i am comfortable doing it.
    I also know all the features of Analyzer and created quries and also published it on web, and also created workbooks and inserting multiple quries in the workbook etc etc..
    However i have zero knowledge on WAD and how it is useful to me, and as if now i haven't got any requirment from the client for me to create any report in WAD or do some thing in WAD.
    I have gone through SAP SDN help etc but i am not understanding it at all.
    So can any one explain me in a laymans terms what WAD is and how it will be useful to me?
    and also if possible send me link which has got PDF screen shots of what WAD is?
    Points is for sure.
    Regards,
    Ram

    Raj,
    Thanks for the reply, but i still did not get the understanding about WAD. i have studied the link which you sent me.
    I am still not able to understand how it is helpful for people like me,
    See i create my report in Query designer, and i can execute the query in Analyser. and if i want i can execute it in the Web from my query designer, and also i can create chart on the web if i want.And i can Broadcaste it in the Web.
    and also if i want i can create it in the workbook and create chart in that work book.
    Then what is the point of Web Application Designer (WAD).
    See i have created the Query in Designer in Development say Sales report Query on the infoprovider for SD, now what should i do with it in WAD.
    How can i get it in WAD, i went to start> all Programs>Bex> WAD and i logged in to development and a sereen opend. And from here what i can do, i mean how can i open my created query in WAD?
    As you guys know i am new to SAP itself, but i dont see any advantage about WAD, i read all the articals and there i found that i can create Web Items, HTML etc etc, but i already have HTML, when i execute my query from the Designer i get it in Web Browser...
    See my question is simple, i have a query which i have created in the Query Designer, now how can i get it to WAD and after getting it what can i do with it??
    If any one has a screen shots of there pls send me.
    And Sanjeev has sent me a PDF which i saw earlear and i done the same in my WAD but i am not about to get it to work.
    I have given the points to every one but still what i need i did not get yet.
    Regards,
    Ram

  • WAD Report -Chart Type Line Diagram!!

    Hi All,
    I have a doubt in listing the Y axis value with a value of 2000 in addition for each category
    like 0,2000,4000,6000,etc till 20000.
    But I tried many way...But I culd able to achieve max..till 10,000.If i use 20,000..I get a value of 2500 for each category not 2000...
    pls,Could anyone help me ???

    Hi,
    This is possible...
    Edit your chart in WAD-> goto chart designer -> Goto value axis and change its properties as follows:
    Remove maximum automatic in this and change the maximum value to 20000, in your case.
    Get into Line properties....
    Get into Major Ticks->Remove the automatic and Change the number of ticks to 11, you will see the 2000 mark on the left.
    Now run your chart and you will see a bigger chart....
    Have fun !!:-)
    Cheers,
    Emmanuel.

  • Portfolio Charts in Web Application Designer

    Hello,
    I have one question regarding Portfolio Charts and the WAD. There is one web report whose graphic must be shown in a Portfolio Chart. In the chart the X axis represents the Inventory Turnover, the Y axis is the Gross Margin and the Bubble Size represents the Sales.
    So far so good, the only problem is that the X & Y axis are intersecting at (0,0) but the client wants the intersection to be the average of the Inventory Turnover (X axis) and the Gross Margin (Y axis).
    So far I haven't found any option in the Chart Designer that lets me specify an intersection point other than the (0,0). Is there a possible way to do this?
    Thanks in advance for all the help you can give me.
    NR.

    Hi Natacha,
    I have a similar problem as per your requirement w.r.t. Portfolio charts (ie. intersection point being dynamic depending on the results KF value for the x-axis and y-axis).
    Did you manage to find a solution for this issue?
    Cheers,
    Philips

  • BEX WAD 7.0:  Chart Takes Long Time to Display in Portal - Query runs FAST

    I have a BEx WAD 7.0 template which contains 3 column charts (each with it's own seperate DataProvider/Query).  When the page loads...two of the charts show up right away, but one of them takes almost a minute to display on the screen (I thought it was missing at first).
    I ran all three queries in the BEx Query Analyzer (including the one for the chart that takes forever to load) and they all complete within 3 seconds of hitting "Execute."  So I don't believe it is the query causing this issue.
    The chart that doesn't show up right away does have more data to display than the other two...but I have queries/charts on other web templates that contain 3-times the data of this one and show up fine when executed in the portal.
    Anyone else having this issue or have an idea on how I can optimize the WAD charts and/or find out what is causing this issue?  Again...the query that fuels this chart completes its execution in about 3-4 seconds.
    Thank you for your time and of course points will be assigned accordingly.
    Kevin

    Hi,
    have you already checked how much time the IGS consumes when creating the charts?
    Run TA SIGS and check the statistics values.
    Regards, Kai

Maybe you are looking for