How to check all rows and colums runtime executing BW query

Hi Guys,
I have a BW query with many calculated key figures. while execute this query the performance is really bad/slow. I need to know in which object the query is taking long time, is there any table or anything to get this information. I have looked all the query perfomation stuffs, everything looks good, just want to figure out what is making OLAP runtime longer.
Thanks,
Kris

Hi Krish,
You can not check the time taken by any particular key figure/ characteristics.
However, if you really want to reduce the time, you can create aggregates proposed by SAP based on your query.
First go to RSRT, place your query and click on "Execute + Debug".
Then select "Display Aggregate Found" under Aggs and "Display Statistics Data" under Others in the "Debug Options".
Now it will show you how you should create your aggregate based on different objects so that the total query execution time will be less.
Also after clicking on BACK button you can check the time taken by each event during Query execution.
Hope it helps.
Thanks,
Subrat.

Similar Messages

  • How to Increase the Rows and Columns Size of Bex Query in Enterprise Portal  of SAP  7.3

    Dear All,
    Please let me know the process how to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Currently I am getting Only  4 columns and 10 rows in One Page .And I am getting 1,2 etc tabs for both row and column. So i want to increase the column length more than 100  and row length more than 10000.
    Please suggest me a suitable solution to over come this issue.
    Please find the Below screen shot.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • How to increase the row and Column length of Bex query in EP Portal 7.3

    Dear All,
    Please let me know the process  to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Please  let settings to increase rows up 10000 and column 100 in one page.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • How to  make JTextArea rows and colums auto-increase?

    My test program is attached as below.
    The JTextArea can not enlarge itself when the text in a line is too long that some characters are hidden.When rows grows too many will also see the problem.
    How can I make the rows and columns auto-increase to meet the width or height of my text?
    -----My Test Demo----
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.color.*;
    import javax.swing.*;
    public class Test{
    public static void main(String[] args){
    JFrame f = new JFrame("My Editor");
    Container ct = f.getContentPane();
    JPanel jp = new JPanel();
    JTextArea ta = new JTextArea("My software.",10,30);
    JTextArea ta2 = new JTextArea("Hello,World!",10,30);
    jp.setPreferredSize(new Dimension(400,400));
    jp.setBackground(Color.green);
    jp.setLayout(null);
    jp.add(ta);
    ta.setBounds(100,100,150,200);
    ta.setOpaque(false);
    ta.setBorder(null);
    jp.add(ta2);
    ta2.setBounds(100,120,150,200);
    ta2.setOpaque(false);
    ta2.setBorder(null);
    // jp.addMouseListener(new MyMouseListener());
    ct.setLayout(new BorderLayout());
    ct.add(jp,BorderLayout.CENTER);
    f.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent evt) {
    System.exit(0);
    f.setVisible(true);
    f.pack();

    This link to the Java Swing tutorial will show you how to add the JTextArea to a JScrollPane:
    http://java.sun.com/docs/books/tutorial/uiswing/components/simpletext.html#textarea
    It appears to me that you are new to Swing so you should read the entire tutorial "Creating a GUI using JFC/Swing" before asking any more question. The tutorial can be read online or downloaded from:
    http://java.sun.com/docs/books/tutorial/
    The download link for all tutorials on this page is near the bottom.

  • How to check all items are not null in CAML Query?

    HI All,
    In a CAML Query, i got three items. In all three items, a particular column(Closure Date) should not be null. How to check in all three items, where 'Closure date' is not null?
    Thanks in advance!

    Hi,
    Try this:
    "<Where><IsNull><FieldRef Name='Closure Date' /></IsNull></Where>"
    Hope it hepls!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • How to check audit setting and read audit data?

    I enable auditing for ase and then check information for sysaudits_xx table like:
    select * from sysaudits_02 order by eventtime desc
    and got same data like:
    event
    eventmod
    spid
    eventtime
    sequence
    suid
    dbid
    objid
    xactid
    loginname
    dbname
    objname
    objowner
    extrainfo
    16
    45
    1
    130
    05/15/2014 1:49:03.353 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    17
    45
    1
    170
    05/15/2014 1:49:03.320 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    18
    45
    1
    84
    05/15/2014 1:49:03.283 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    19
    45
    1
    82
    05/15/2014 1:49:03.243 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    20
    45
    1
    141
    05/15/2014 1:49:03.210 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    21
    45
    1
    80
    05/15/2014 1:49:03.170 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    22
    45
    1
    71
    05/15/2014 1:49:03.133 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    23
    45
    1
    52
    05/15/2014 1:49:03.096 PM
    1
    38
    5
    [NULL]
    [NULL]
    mylogin
    mydb
    [NULL]
    [NULL]
    ; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;
    what kind of event monitored for with this data? how to stop monitoring on this event?
    Also how to check all auditing setting is on. For example, if I turn on audit on disk like:
    sp_audit "disk", "all", "all", "on"
    then how to know how many auditing event is on in the future(maybe set by someone else)?

    Hi Kent,
    In general sp_displayaudit will show you what audit options are currently on.
    The function audit_event_name  will help you decode the audit event numbers.
    1>
    2> select audit_event_name(45)
    3> go
    Login
    (1 row affected)

  • How to get all rows in table to red using alternate rows properties option

    How to get all rows in table to red using alternate rows properties option

    Hi Khrisna,
    You can get all rows red by selecting the color red in the "Color" and "frequency" to 1 under the "Alternate Row/Column colors".
    I tried doing it and the colors freaked me out (all red) :-D
    Kindly tell me if im missing something.
    Regards,
    John Vincent

  • How can I preserve row and column addresses on multiple cells at once in Numbers?

    How can I preserve row and column addresses on multiple cells at once in Numbers 3.2.2? I do a lot of rearranging and sorting and want to reference cells in other sheets. After entering the formulas (example: '=Sheet1::Table 1::H126') I will sort the table and the formulas will not move with the sort.  I think I can fix this by going cell by cell checking the 'preserve row' and 'preserve column' boxes when editing the formula.  I want to avoid having to go one by one.  I know that checking the boxes creates a formula like this: '=Sheet1::Table 1::$H$126'  I have also tried entering this manually and filling down but it doesn't include the preservations (the $$) in the autofill.  If there is another way to remedy my sorting problem that would also be welcomed!
    THANKS!!

    The title of the post is this
    How can I preserve row and column addresses on multiple cells at once in Numbers?
    I restated the Question as follows
    Can "Preserve Row" an / or "Preserve Column" be set on multiple cells at the same time.
    In both cases it is not asked if multiple cells can be set to....
    That is a given.
    Step back a second...  It is like selecting multiple cells and setting the text color of the currently selected cells to red. This can be done. More than one cell at a time modified because they are currently selected.
    Whats is being asked is:  if more than one cell is selected at the same time can the settings "Preserve Row" an / or "Preserve Column" be applied. No table I put up will help with that question.
    YES or NO
    If YES how?

  • Interchanging rows and colums of internal table

    Hi all,
    I have one requirement to interchange the rows and colums of 3X3 internal table.(internal table contains 3 rows and 3 columns ). In the new internal table, I have to display the rows as column values and column values as rows..
    It's urgently. Kindly send me the sample code for the same.
    Thanks in advance.
    Ramesh.

    Hi ramesh,
    it is not possible to create a 'transponed' internal table if the (2) fields in your table arte or different type. Thus each row of the new table would be of different type.
    The quick solution for display is
    field-symbols:
      <any> type any.
    do.
      loop at itab.
        assign component sy-index of structure itab to <any>.
        if sy-subrc <> 0.
    * not assigned means no more components
          exit.
        endif.
        write <any>.
      endloop.
      if sy-subrc = 0.
    * start a new line for the next field
        write /.
      else.
    * all done
        exit.
      endif.
    enddo.
    If you really want to store the values in transposes table, you could do so by storing their references in fields of type REF TO DATA because this is good for any data.
    possible usage:
    types:
      ty_t_reftab type standard table of ref to data with default key,
      ty_t_transposed type standard table of ty_t_reftab with default key.
    data:
      lt_transposed type ty_t_transposed,
      lv_ref type ref to data.
    field-symbols:
      <any> type any,
      <transposed> type line of ty_t_transposed
    do.
      loop at itab.
        at first.
          append initial line to lt_transposed assigning <transposed>.
        endat.
        assign component sy-index of structure itab to <any>.
        if sy-subrc <> 0.
    * not assigned means no more components
          exit.
        endif.
        get refernce of <any> into lv_ref.
        append lv_ref to <transposed>. 
      endloop.
      if sy-subrc <> 0.
    * all done
        exit.
      endif.
    enddo.
    read table
    Sorry, don't know what it's good for. If you need the values, access them like
    loop at lt_transposed assigning <transposed>.
      loop at <transposed> assigning <any>.
        write <any>->*. "Hope that works with WRITE
      endloop.
    endloop.
    Regards,
    Clemens

  • Under "preferences" and the "security" tab, I don't know understand what the first 3 options mean. I checked all three and now my browsing is greatly hindered.

    in preferences under the security tab, I do not understand what the first three options mean. I checked all three, and now my browsing is greatly hindered.
    == I checked the first three options

    Hello lea,
    this is what those mean:
    Warn me when sites try to install add-ons :
    With [[Customizing Firefox with add-ons|Add-ons]] you can enhance Firefox's experience. However, some add-ons can be malicious so that's why Firefox warns you before installing them by default.
    Block reported attack sites :
    Attack sites are those sites that can install malware on your computer. Normally, Firefox blocks that. The same goes for
    Block reported web forgeries , where Phishing sites are being blocked. See [[How the phishing and malware protection in Firefox works]].
    Also, those information can be found in the [[Options window - Security panel]] KB article.

  • How to check all songs in iTunes

    Until now when I double click a song in iTunes, it plays the song and continues to play all the songs that follow. Now I play one song and it stops and does not play the following songs.  How to check all songs in iTunes? so the music will continue

    52,
    Try command clicking a song and it should select all in songs or a playlist.

  • How to Empty all rows within a Power Pivot Model

    Hi,
    I would like to know how to empty all rows within a Power Pivot model. I am in the process of creating quite a complex Power Pivot model. This means I need to create some sort of primitive version control process, e.g. stored multiple backups of the Power
    Pivot model without the data.
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

    Forget what I've said before:
    Have a look at Gil's thread here:
    https://social.technet.microsoft.com/Forums/en-US/40abe021-1abd-4a2a-bf33-a035847fb7be/disconnect-datamodel-from-source?forum=powerquery
    For Power Pivot it means that you can get rid of all your data, but Keep Relations, measures, ..everything.
    Just import your tables once in order to get the connections right and move on.
    Imke

  • How to check the memory and CPU usage on NPU

    Hi expert ,
    Could you tell me how to check the memory and cpu usage on NPU?
    I think ASR1000 has this command (show platform hardware qfp active...) , but I coudn't find the same command on ASR9001.
    I checked " show controllers np counters all"  command, but I did not find it.
    Platform: ASR9001
    version: 4.3.2
    NP: Tyhoon
    Thanks,

    Hi Kanako,
    understand your question, but something like that doesnt exist for the trident/typhoon NPU's for the asr9k.
    in fact cpu usage is not really applicable for parallel/serialized hardware forwarders, but mainly the KPI is here
    the PPS it handles.
    The max pps it can handle is dependent on feature set.
    What you could do is measure the rates on the PARSE_FABRIC_RECEIVE count (packets received from fabric, so egress direction), PARSE_ENET_RECEIVE count (packets received from the interface to the fabric, so ingress) and the LOOPBACK count, that is packets that are recirculated for extra processing. The sum of these 3 gives an idea of the PPS rate the NPU is working on.
    Memory consumption is something tricky also, there are many memories attached to the NPU, notably:
    TCAM used for vlan matching, ACL and QOS matching
    Search memory for L2 and L3 (shared on Trident, separated on Typhoon)
    Frame memory for packet bufferin in QOS
    Stats memory, for all kinds of counters of QOS maps, interface stats etc
    their usage is rather dynamic also.
    The few things you want to verify on these are:
    - ACL usage (in terms of Tcam entries)
    - MAC table size (2M max on typhoon)
    - FIB size (4M max on typhoon)
    frame memory is dependent on the buffering, which is a sum of all the packets instant queue length and size of all pmaps attached to interfaces served by the same NPU. there is no good overview as to how much you have available of that, but it has a rather significant size 1G or 2G depending on the TR or SE cards (typhoon specific).
    regards
    xander
    Xander Thuijs CCIE #6775
    Principal Engineer 
    ASR9000, CRS, NCS6000 & IOS-XR

  • HT201317 Photos from my iphone and ipad are going into my photo stream on the devices but aren't going into the folder on my windows PC. They used to but they suddenly stopped. Has anyone else had this same problem?. I have checked all settings and they a

    Photos from my iphone and ipad are going into my photo stream on the devices but aren't going into the folder on my windows PC. They used to but they suddenly stopped. Has anyone else had this same problem?. I have checked all settings and they appear OK

    Hi AP_In_Surbiton,
    I am really sorry that you have had so much trouble getting your Caller ID up and going.  I'll be happy to help you out with this and get it working for you.
    Could you drop me in an email please? Use the 'contact us' form in my forum profile under the 'about me' section. You can find it by clicking on my username.
    Thx
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • How to get all rows/cols in pivot even if fact values are not available

    If I have a a result set and then pivot on it then only the side/top labels appear for items with fact values. Is there any way to achieve the following :
    Result Set gives the following pivot table
    Area1 Area3
    country 1 100 10
    country 3 200 20
    If there any way to ensure that pivot shows all row and column values and then fills in 0 for the missing facts ?
    ie.
    Area1 Area2 Area3
    Country1 100 0 10
    Country2 0 0 0
    Country3 200 0 20
    hope this makes sense. Basically I have a static format Excel report that the information is exported to and sometimes at the beginning of the month the daily report does not show all rows.
    Thanks
    Kevin

    outer join your dimensions to the facts so that all the dimensions are there

Maybe you are looking for

  • TS4088 Support won't help

    Hi... I have a MacBook Pro bought mid 2010. The last 2 years I haven't been able to use my external graphic card at all, and further more, every time my external graphic card was initiatet from a program ex. Chrome, my computer just restartet with th

  • Permissions problem when importing file in Final Cut Pro X 10.1.3

    Hi guys!! Today, like all days, I opened up my Final Cut Pro X version 10.1.3 and created a new Library and new project. Then I selected "Import Files" and I checked all the files I needed. Last I clicked on import selected files and I received this

  • Why is the size of my pdf increasing after I add text fields?

    I have a simple pdf that by itself is 350kb. But when I add 4 text form fields it increases the size to 2.8mb. Why is this and what can I do to decrease the size but keep the fporm fields for users to type into? thanks

  • Dont understand how to convert my videos to my ipod

    ok, i downloaded videora and i converted a short movie. now, i dont know what to do from there. i managed to get it into my library, but when i go to "update" nothing shows up in the video section of my ipod. please help, im going crazy. thanks.

  • Jdbc adapter in sap netweaver pi 7.3

    Hi All, My system details: SAP NET WEAVER PI 7.3  and database MYSQL 10.00.2531 Can you pls let me know 1. what are all the drivers I need to download ? 2. from where I can download JDBC drivers ? 3. how to deploy JDBC drivers into our PI 7.3 server.