Formatting output display of query designer 7.0

Hi,
I have just switched over to Query Designer 7.0 from 3.5. The output of a query shows only 4 columns as against almost a full page of columns in the previous version. Is there a way to increase the default number of columns displayed?
Thanks

Hi,
do you see less rows in your query or BEx workbook?
Try this:
Open BEx Analyzer and Open BEx Query Designer. Choose in Query designer your querie and press "Exit and use querie" -> The querie is executed in BEx Analyzer with a default workbook. If there are not all rows displayed like in query definition u may have zero suppression for rows activated. This means if there are no values in one row its simply not displayed. -> Disable it in Querie properties tab rows/lines.
2nd way:
Another cause could be that u have to refresh Dataprovider in Analysis grid on BEx Analyzer.
Go to Design mode (press icon with Capital A in BEx Toolbar)-> right click on Analysis grid (table) -> properties-> Change Dataprovider-> click on button"assign query"-> choose your query and save.
Hope it helps
Regards

Similar Messages

  • Infoobject in infoset but not displaying in query designer

    Hi,
    I have created a query on infoset(ods1 & ods2).
    a custum defined infoobject (fiscyr) is not displaying in query designer while it is present in infoset.
    pls give your inputs,for why this infoobject is not available in query designer.
    Thanks
    Radika

    Hi Radika,
    I cannot think of anything other than the solutions already mentioned in this thread (checking the IOBJ in infoset, running RSISET and activating it). I just had a foolish idea that you might not be looking for the right IOBJ. All the IOBJs from an infoset are not displayed with their original technical names in the query designer. They are disdplayed in the format: <infoset_technical_name>_FXXXXX where XXXXX is a number.
    Also try one more thing. Go to transaction RSISET and type in the technical name of the infoset there.
    Right below the box where you type the Infoset name is a check button. Check your Infoset there and then activate it from within the RSISET transaction (the activate button is right after the check button). With Infosets, sometimes just activating it from within RSA1 does not work but RSISET always seems to work.
    Do this and see if it helps.
    Thanks & regards,
    Nikhil

  • Tabuler display in query designer

    HI ,
    How can we enables tabular display (we want change the order like  CHAR1 KF1 CHAR2 KF2 CHAR3 KF3 ) in query designer  in  sap bi 7.0    not   in  analyzer .
    can anyone please share information on this ..
    Thanks,
    EDK...
    Edited by: EdK666 on Nov 8, 2010 3:22 PM

    Hi,
      The easiest way is to go for workbook. Get the query result in one sheet. Then in another sheet arrange the columns in the required format (by getting values from first sheet) and then hide the first sheet.
    Regards,
    Raghavendra.

  • Text value is not getting displayed in Query designer !!

    Dear experts..,
    i have created a new query in query designer using my info provider and then selected one field in default value and then trying to restrict that particular field while selecting the restriction in query designer am getting the exact text value but after generating the report instead of text value , key value is getting displayed....so how can i get text instead of key value??
    please help me friends....
    i have posted in OSS mesage also...i got a reply like...even i didnt understand his reply too...what he is trying to say?
    whether can i get text display or not???
    can any one help me in this regard???
    SAP Reply----
    Hello kumar,
    After another analysis I have to inform you about general concept of
    "compounded characteristics".
    A compounded characteristic bounds two characteristics. The technical
    name is generated by both technical names of the two characteristics
    combined by two underlines "__".
    An individual text is only available for one single combination of both
    characteristics.
    Example:
    =======
    Compounded characteristic "Famous family name" is a combination of
    characteristic "COUNTRY" & "ETHNIC". Technical name: COUNTRY__ETHNIC
    Values for Country: USA, Australia
    Values for Ethnic: Asian, Latino
    Possible value combinations with individual text:
    USA & Asian; text: "Ling"
    USA & Latino; text: "Sanchez"
    Australia & Asian; text: "Chu"
    Australia & Latino; text: "Garcia"
    (Keep in mind the individual text only valid for the specific
    combination.)
    In analogy to the issue that you reported, you want to restrict this
    compounded characteristic. In the window where you select the restrictedvalue (called Selector) you'll see on the left hand side all available
    combinations of the characters with an individual text.
    You select family name "Chu" and drag'n'drop it to the right side.
    Actually you can only restrict the right compounded characteristic. In
    our example you would restrict on characteristic "ETHNIC" with value
    "Asian". (When you switch on technical names this comes more clear). Thetext "Chu" is displayed in the context of Selector because you selected
    value combination Australia & Asian. But in the end it's just a
    placeholder(!) for any combination of characteristic "ETHNIC" and value
    #Asian#; in our example it could be USA & Asian "Ling" or Australia &
    Asian "Chu").
    By leaving the Selector the individual text is gone because now the
    context is lost between the two characteristics. You have just a
    restriction on characteristic "ETHNIC" with value "Asian". An individualtext can't be displayed because the compounded characteristic is not
    specified for this restriction.
    You're right, it is confusing when "loosing" the text of a restriction.
    But accoring to the concepts of the compounded characteristics it
    is a correct behavior.

    Hi anandkumar,
    I belive this issue can be resolved by changing the  Query proprties for the perticular field.
    Kindly check the Field proerties in query designer and ensure that Text is enabled ather than Key.
    __Field property check up:__Go to query designer->click onn the field-> Right hand side in properties click on display tab-> select Text in drop down menu of Display as tab.
    FURTHER CHECK UP: check the master data avaiulability for the perticular info object, if masterdata is not available, do the text data for txt data availability in report level.
    Hope this helps you!!
    Best Regards,
    Maruthi

  • Value display  in Query designer

    Hi Gurus,
      I have a  formula which i need to create .
    My requirement is now, i want the value entered in the input variable to be displayed in the report (designed by query designer), but a some changed one .
    ex: If  the input variable is for cal month .
    I enter "01.2009" in the variable screen.
    Now the display which i need in the report (in a column or row) is 05 or 5.
    Please let me know if this is possible(preferably not using a customer exit).
    Thanks and Regards,
    Balaji Raj

    Hi Balaji,
    If you want to use the number for calculation then neither customer exit nor text variablel will help you. For this you will have to create a formula variable.
    Create a formula and then in the left bottom pane ("Available Operand"), scroll all the way down and you will see a folder called Formula. Right Click on it and crete a new variable. Go to edit mode and put the description and technical name of hte variable and select "Repalcement Path" and select the char as calmonth.
    Go to next tab and make sure you have InfoObject and key selected. Click on "From Value", put offset as 4 and length 2.
    Save the variable and include the variable value in the formula.
    Now when you enter 200905, your 05 will be in the formula column.
    NOTE: make sure your calmonth variable is global to query and not part of any local (selection) restriction.
    - Danny

  • Format mask display ### while querying..

    hi,
    i have a field which stores the following format 12-1234-123, to get the format i am using FMXX"-"XXXX"-"XXX, the length of the column is 11, after the data is entered when i query the info. the value in the form is displayed as ######...what could be the prob....?
    regards
    Kris

    Hi Kris
    check out this thread
    Format Mask display #########
    yours
    Volker

  • How to display in query Designer in a query the characteristics values of an infoObject in one cell

    Hello Community Members,
    I have query with 3 characteristics and 2 key figures, and
    want to expand the key figures values only with 2 characteristics, and display the different values of the 3. characteristic in the first cell at the corner of the query cell:
              C31,C32             C21                       C22                      C23        
              C33, C34
               C11                  KF11    KF21           KF12    KF22      KF13    KF23
              C12                   KF14    KF24           KF15    KF25      KF16    KF26
              C13                   KF17    KF27           KF18    KF28      KF18    KF28
              C14
    How to set the characteristic C3 in query designer, so that their values will all be displayed in the cell in the corner.
    many thanks for helping
    Arnaud

    Hi Arnaud,
    Your query structure is not dependent on your aggregation level (I guess you are referring to the Exception aggregation or just the results and not AL in IP).
    Number of columns will depend on the combination of C2 and C3 in this case. So columns will not be 6 but 24.
    So I suggest you to create a work book based on two queries. One will just give you the values of C3. Use Macro to take its values and concatenate it and display in a new table along with the data of other query.
    This solution is not flexible as workbooks usually have some restrictions on Bex Features. But your requirement is also not simple.
    Regards,
    Sujit.

  • Modifying the structure of the output by adhoc query designer

    Hi,
    Is there any way of modifying the output structure[row, column width, background color,font ] of the result given by the ad-hoc query in WAD.
    I want to change the font,size, color of the text output given by executing the query using the ad-hoc query designer.
    Please let me know if i can modify some class or method to do so or any other possibility?
    Thanks
    Sachin

    Hi Sachin,
    If you are designing a Table or a Chart on WAD , then you have the option of changing by right click on Table or Chart and click Properties/Edit properties.. here you can change the output color, font, background, width, number of output rows.. etc
    hope this helps,
    Thanks,
    Sudhakar

  • Key Figure Attribute not displaying in Query Designer

    Hello Experts,
    I have an InfoObject which has Key Figures as attributes.  When creating a query I <b>once</b> was able to see these Key Figure attributes in the Query Designer.  Howerver, recently I am not able to see them anymore in our DEV environment. 
    In our QA and PROD environment I am to see these Key Figures attribues in Query Designer.  Is there a setting that I am overlooking?  We are currently on BW 3.5 with SP 19.
    Please help!
    Thanks in advance,
    BQ

    Hi Jaya,
    Thanks for the quick response.  But how to I check the authorization for 1KYFNM and what am I looking for?
    Thanks,
    BQ

  • Formating output of a query for tracing

    Hi,
    This is for 10.2.0.4 on IBM AIX 6.1
    I need to generate traces for some sessions by setting the event 10046. I want to generate an SQL script for doing this which will be as follows.
    SQL> oradebug setorapid 20
    SQL> oradebug unlimit
    SQL> oradebug Event 10046 trace name context forever, level 12
    SQL> oradebug setorapid 100
    SQL> oradebug unlimit
    SQL> oradebug Event 10046 trace name context forever, level 12
    SQL> oradebug setorapid 210
    SQL> oradebug unlimit
    SQL> oradebug Event 10046 trace name context forever, level 12 In this example, you see only three sessions but actually i have a lot of session and that is why i need to have a script.
    I have following query which i can use to get the PID of a session which i would be tracing.
    select a.pid
    from v$process a, v$session b
    where a.addr=b.paddr and a.username is not null ;Can anyone help to tell me how to generate a script for doing this. I tried to do following but formatting is not correct. I want above three trace commands in a sequence for every PID in my script.
    select
    'oradebug setorapid '||b.pid||'                                   '||
    'oradebug unlimit                                                 '||
    'oradebug Event 10046 trace name context forever, level 12        '||
    'oradebug tracefile_name                                          '
    from v$session a, v$process b where a.username is not null and a.paddr=b.addr order by b.spid;Salman

    Hi, Salman,
    You're writing one line of output per file.
    If you want to write 4 lines per file, add newline characters (CHR(10) on my system; may be different on yours) between the lines, like this:
    select    'oradebug setorapid ' || p.pid                     || CHR (10) ||
           'oradebug unlimit'                              || CHR (10) ||
           'oradebug Event 10046 trace name context forever, level 12'     || CHR (10) ||
           'oradebug tracefile_name                                          '
    from        v$session      s,
           v$process      p
    where        s.username      is not null
    and        s.paddr     = p.addr
    order by  p.spid;Why use meaningless table aliases like a and b?
    Why not use something that reminds you which table is which, and helps prevent mistakes; something like p for v$process and s for v$session?

  • Formatting output for a query

    Hi,
    I wanted to get my output to show a table with each record on each line. Instead, I get a record shown on multiple lines. Can anyone tell me how to format so a record would show on one line?
    It currently shows this:
    SQL> select empno, userid, mgrno, fname, lname from emp;
    EMPNO USERID MGRNO FNAME
    LNAME
    44 4 27 Mark
    Jenkins
    19 5 44 Jim
    Scott
    13 1 44 David
    Stone
    I want to format it to display like this:
    SQL> select empno, userid, mgrno, fname, lname from emp;
    EMPNO USERID MGRNO FNAME LNAME
    44 4 27 Mark Jenkins
    19 5 44 Jim Scott
    13 1 44 David Stone
    Thanks in advance.
    Sincerely,
    Nikhil Kulkarni

    type 'set linesize 500' (or however long your max record is
    you can also type "set trimspool on" to not have lots of whitespace at the ends of lines

  • Output display at Query level

    Hello,
    Could you plz suggest us the way to display data for cumulated to current fiscal year/period, current fiscal period of the last year and fiscal period wise for the past one year (ex offset 0FPER-12;0FPER) respectively row wise.
    Thanks in advance.
    Naveen
    Email:[email protected]

    Naveen,
      there are two ways to generate the report. 1. as Sampath said earlier using Offsets 2. Using Customer exits.
    Best way Offsets. you need to decrease the off set by 1. you will get the required output. if you need any further information on how to create please let us.
    All the best.
    Regards,
    Nagesh Ganisetti.

  • In BI Bex Query Designer output, dont want to have unit at column Heading..

    Hi
    I have a BI Bex Query Designer report showing output with Qty unit at Column Heading level. Even in KF's Text i didn't mention unit. I want unit to appear to column fields instead of column heading. Pls let me know how to do that.
    One more thing is: i have 2 reports exactly same except due date range is different. first report showing unit for each KF at the column heading level and for 2nd report showing column fields level... Surprising. Pls let me know what is the reason and how to control it.
    Thanks...

    Hi Harpal,
    Key figures can have scaling factors and units/currencies. Normally, units/currencies are displayed for every key figure, but not the scaling factors. If you activate the Display Scaling Factors for Key Figures, an additional header row is added to the row or column header. Information about the scaling factor and currency/unit appears in this additional header row, as long as it is consistent (for example, 1,000 EURO).
    For more information, You can go through
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/52029f961aa84d869b9b20fa7f7646/frameset.htm
    Hope it helps & resolves your issue.
    Regards,
    Pavan

  • Display blank for # in Query Designer

    Hello,
    I am executing a query using Query designer. The blank characteristic are displayed as # in the report. I want to display blank instead of the #.
    Please help me in this
    Thanks in Advance.

    Hello Shraddha,
    in that case you will have to use VBA.
    just copy the code mentioned in the above links in Workbook->Tools->Macro
    Create a macro with name SAPBEXonRefresh for the workbook in which the output is needed as " " in place of #.
    Hope it helps..
    thanks,
    (please dont forget the points...)

  • BEx Broadcasting in portal PDF format thrugh Query designer

    hi,
    i have a problem in sending a query as a mail using broadcaster in pdf format through portal
    The steps to reproduce:
    from Query designer executing a query , it takes me to portal screen, there right click on the report and Broadcast and Export->Broadcast Email..Then a new window opens with BEx broad caster.From that  if i select the Tab Information Broadcasting, there is a Description :No BW object selected, select a template ,Query or a workbook. "  If i open Setting Web Template Tab: and if i  select from HIstory 0BROADCAST_TEMPLATE70 or Stanard Web Template for Broadcasting>Transfer-->then i am getting the new window as Distribution Type: 1.Broadcast Emai 2. Broadcast to portal.. , And Output type1.MHTML 2.HTML 3. Online Link to Current Data.
    But i am not getting  Output Format "PDF",
    guide me what to do to get the PDF option as OutputFormat.
    where i am getting these  options in Query designer itself Query-->Publish. but not in portal when calling portal through query designer by executing a query..
    Thanks in advance

    Hi,
    Think these below links will help you.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/8053f46f-0701-0010-a697-9b33f8b7d2f5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b03ff263-1e5d-2a10-0d89-a1d4424b101b
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40d5d4dd-5d55-2a10-0cac-8639377bd5b7
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/664db870-0701-0010-ed92-daa4ea9fde8d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/296edc90-0201-0010-7982-c6dc0b288296
    /people/sap.user72/blog/2005/12/23/summary-of-new-features-for-information-broadcasting-in-sap-netweaver-2004s
    /people/community.user/blog/2006/12/28/exception-broadcasting-in-sap-netweaver-2004s
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0bfcac90-0201-0010-52a3-d5b270b86ef3
    Kind Regards,
    Shanbagavalli.S

Maybe you are looking for