All Chars in Rows displayed in Free Charecteristics area

Hi,
I don't have any chars in the free characteristics area of BEx Query Designer. But when I execute the query all the characteristics in the rows are being displayed above the Result area just below the Name of the Query.
How do I remove them from here? I think it is some settings issue.
Thanks in advance.
Bhargava

Our users do not want to see the rows containing the characteristics (filter cells) below the query title and above the resulting query.   
They do not want to repeatedly delete this gray area above the query results every time they download to EXCEL.  We are not using workbooks.
We do want to be able to see the characteristics in the Navigation block when the users run the query from a web template.   In both the BEX designer or web template properties, we do not see a way to hide the filter characteristics after they download into EXCEL.
Did you ever find the solution or configuration setting, etc to permanently hide them?

Similar Messages

  • Issue in Result row display for free char drilled for query with structures

    Hello All,
    I have a structure in the Row with various calculated subtotals for e.g:
    Total Interco sales(selection on some G/L accounts)
    Total ext sales(selection on cost center+group accounts)
    Total Revenue (formula in structure) = Total interco sales + Total ext sales
    In the column I have the key figure called balance.The net effect of this is in the report out we have :
    subtotal**********balance
    Total interco sales*100
    Total ext sales*****200
    Total revenue*******300
    This  is fine in the initial layout ,but when there is further drill down say on the G/l account then the account numbers are repeated for total revenue as well .For e.g
    *********************G/L account Balance
    Total interco sales 11100********50
    *********************12000********50
    *********************result --->*****100
    Total interco sales**11100********50
    ***********************12000********50
    ***********************Unassi******100
    ***********result---->**************200
    Total revenue******11100********100
    ***********************12000********100
    ************************#*************100
    *Overall result -->***************** 300
    However the users dont want to see the g/l account break up for the total revenue in this case.i.e if g/l account is drilled down then only the break up should be seen for total interco sales & ext sales and not for revenue.i tried using supress individual result in case of total revenue but it was not helpful.Also building something like hierarchy with text nodes isnt feasible since there are a lot of subtotals with different char restrictions.Any ideas on  how to achieve this?

    There isnt a way to achieve this,but as a workaround we built selection in the structure.

  • Search for a word and return all the  lines (row) from the text file..

    Hi all,
    I need a help on how to search a string from the text file and returns all the lines (rows) where the searched string are found. I have included the code, it finds the indexof the string but it does not return the entire line. I would appreciate your any help.
    public class SearchWord
         public static void main(String[] args){
         //Search String
         String searchText = "man";
         //File to search (in same directory as .class file)
         String fileName = "C:\\Workspace\\MyFile.txt";
         //StringBuilder allows to create a string by concatinating
         //multiple strings efficiently.
         StringBuilder sb =
         new StringBuilder();
         try {
         //Create the buffered input stream, which reads
         //from a file input stream
         BufferedInputStream bIn =
         new BufferedInputStream(
         new FileInputStream(fileName));
         //Holds the position of the last byte we have read
         int pos = 0;
         //Holds #of available bytes in our stream
         //(which is the file)
         int avl = bIn.available();
         //Read as long as we have something
         while ( avl != 0 ) {
         //Holds the bytes which we read
         byte[] buffer = new byte[avl];
         //Read from the file to the buffer
         // starting from <pos>, <avl> bytes.
         bIn.read(buffer, pos, avl);
         //Update the last read byte position
         pos += avl;
         //Create a new string from byte[] we read
         String strTemp =
         new String(buffer);
         //Append the string to the string builder
         sb.append(strTemp);
         //Get the next available set of bytes
         avl = bIn.available();
         catch(IOException ex) {
         ex.printStackTrace();
         //Get the concatinated string from string builder
         String fileText = sb.toString();
         int indexVal = fileText.indexOf(searchText);
         //Displays the index location in the file for a given text.
         // -1 if not found
         if (indexVal == -1)
              System.out.println("No values found");
         else
              System.out.println("Search for: " + searchText);     }
    }

    Hi, you can use servlet class and use this method to get the whole line of searched string. You can override the HttpServlet to treat that class as servlet.
    public class ReportAction extends HttpServlet {
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    //write your whole logic.
    BufferedReader br = new BufferedReader(new FileReader("your file name"));
    String line = "";
    while(line = br.readLine() != null) {
        if(line.contains("your search string")) {
            System.out.println("The whole line, row is :"+line);
    }

  • Can a single char be used both in rows, filters and free chars

    Hi.,
      Can 0customer can be used in rows, filters and free chars at a time ?
    Or the chars which are used in either one of themrows or filters or free chars) cant beused in the other(rows or filters or free chars)?

    NOpe, it can only be used in one place.
    May be what you have seen is it could be a nav. attribute of master data and transactional data with the same name. Or the same object name could have been in two different underlying model of infoset and it would be dragged and dropped with the same name.
    thanks.
    Wond

  • Setfilter to display all the duplicate rows pb7

    Friends,
    my version is powerbuilder 7.
    i am checking the duplicate rows in the datawindow before inserting.
    in a button click event...i have the below code
    dw_master.SetSort ("rollno A")
    dw_master.Sort()
    dw_master.SetFilter("rollno = rollno[-1]")
    dw_master.Filter()
    if dw_master.RowCount() > 0 then
        MessageBox('Duplicate Rows','Check the Duplicate Roll numbers',StopSign!,OK!)
        Return 1
    end if
    //no dups, so clear the filter and do the update...
    dw_master.SetFilter ("")
    dw_master.Filter()
    i have 2 duplicate rows...but this setfilter is displaying only one row....
    if it displays all the duplicate rows then it will be very useful for me...
    how can i modify this code to get all the duplicate rows in this datawindow before inserting?
    thanks

    Instead of a filter you could do this...
    boolean lb_dupe_found=false
    long ll_row, ll_rowcount
    string ls_val1, ls_val2
    ll_rowcount = dw_1.rowcount()
    for ll_row = 2 to ll_rowcount
    ls_val1 = dw_1.getitemstring(ll_row, 'col1')
    ls_val2 = dw_1.getitemstring(ll_row -1, 'col1')
    if ls_val1 = ls_val2 then
      // duplicate
      lb_dupe_found = true
      exit
    end if
    next
    if lb_dupe_found then
    messagebox('DUPE', 'Houston we have a problem!')
    else
    messagebox('SAVE', 'Data valid for saving')
    end if

  • Od classic  all i'm getting on the display is a blank white screen, itunes recognizes it but is only displaying 127gb free even though it's empty and should be 148gb free

    after replacing both the logic board and hard drive on my ipod classic all i'm getting on the display is a blank white screen itunes recognizes it after a restore but is only displaying 127gb free instead of 148gb. the hard drive is a brand new 160gb the logic board came from a working 6th gen 120gb ipod classic

    Will,
    "I thought you bought the entire display and had two LVDS cables?"
    Right, but I mean I think the connector on the logic board might be detached/broken. When I tested the old display, I completely removed the new one, cables and all, and connected the old one with the original LVDS cable. So these symptoms are independent of the lcd/cables that I use.
    Yes that socket could be bad and this:
    Even the random distorted coloration on the cracked lcd was replaced by blank whiteness.
    would point to that problem. Did you try messing with that connector when it's powered up?
    I'm not sure I follow. By "completely black screen" I meant no backlight...
    Detached GPU a.k.a ball grid array ATi chip:
    -computer boots, with chime
    -distortions in color
    -flickering lines
    -cycling through red, green and blue
    -ultimately a blank screen (but still backlit?)
    I have an ATI 9200 GPU chip that failed in a way I call "black moving shadows"
    Detached U28 chip the Danes mounted a complaint about:
    -computer will not boot, no chime
    -loud constantly whirring fan
    Right that pin 15 I talked about. Relatively easy to solder back.
    -maybe will boot if clamped on left of trackpad, but with intermittent graphical distortions
    No there would be no graphic anomalies in this failure and clamping left of the track pad is a problem since that's where the hard drive is. The pressure should go on U28 as indicated in the Cory Arnold site better resolder pin 15.
    I guess I just want to get this all sorted out for posterity.
    OK. If you hit a wall you could send it up here and I'll take a look.
    Richard

  • Need to put KeyFigures in to Free Charecteristics

    Hello Gurus,
    I got one requirement in reporting...i.e i want to put some Keyfigures in to free charecteristics.Please any one tell me is it possibe in our  BW REPORTING. Please any one give me solution.
    Thanks in Advance.
    Regards,
    Raju.

    Hello,
    Free characteristics are used for drilldown of reports. Hence using KFs as free char dose not make sense at all.
    Now if the requirement is such that at first output users would see some KFs and later if they needed they should get a capability to include more KFs, then this can be achieved in the foll way:
    1) Include all the needed KFs in the columns.
    2) Those which not required initially, mark them as Hide (but can be seen) in their properties.
    3) Now when you execute the report, from the navigation/filter panel right click on Key Figures and select the option 'Select Filter Values'.
    4) Here you can see all the KFs including the ones Hidden. Select all that are needed and hit OK.
    This will show all the KFs.
    Regards,
    Shashank

  • Number of Rows Displayed in a SQL Report Region

    Hi,
    Just wondering whether it is possible to control the 'Number of Rows' displayed under the 'Layout and Pagination' section within the Report Attributes page.
    Basically need to know if I can programmatically control this or even better, can it be customized by the user as the user may want to see say 15 rows, 200 rows or 'All' rows of a certain region on the page. FYI, I have three different report regions on one page and want to give the user the flexibility to modify the number of rows displayed per region.
    Thanks.
    Tony.

    Tony,
    you can find that in this how-to document:
    http://www.oracle.com/technology/products/database/htmldb/howtos/howto_report_rownum.html
    Denes Kubicek

  • How to control number of rows displayed in a report  by user?

    Hi All!
    I have provided a select list called 'Number of rows' in my report page.User can choose any number in the list, and accordingly he should be able to see so many number of rows in that report page.
    For example: if user selects 50 from the list, he will be able to see 50 records at a time out of say 2000 records retrieved. I want to control number of rows displayed per page dynamically. And if he selects 25 in the select list, he should be able to see 25 records at a time out of 2000.
    How to do it? Please give me ideas.
    Thanking in advance.
    Regards,
    Deepika.

    Hi Deepika,
    If you have a Select List with Submit called, say "P1_ROWS", you just enter P1_ROWS into the Report Attribute's "Number of Rows (Item)" setting.
    Regards
    Andy

  • How to restrict number of rows display using ig:gridView

    Hi
    All
    How to restrict number of rows display using <ig:gridView datasource="{mybean.mylist}">
    i am getting 10 rows using data_row . i wanna show only first 5 rows .
    pageSize ="5" will be ok . but it displays remaining rows in next page. but i want to display only first 5 rows . is there any attribute to restrict number of rows.
    thanks
    rambhapuri

    I have no idea which component you're talking about. If want to discuss here about a non-Sun JSF component, then please mention about the name, version and build in detail. You can also consider posting this question at the website/forum/mailinglist of the component manfacturer rather than here. At least I can tell you that the Sun JSF h:dataTable has the 'rows' attribute for that. I can also suggest you to just take a look in the TLD documentation of the component in question. There should be all possible attributes listed with a detailed explanation about the behaviour.

  • Is it feasible to set the rows displayed per page dynamically?

    Hi,
    Is it feasible to set the rows displayed per page dynamically in the table view result as per the user wants eg : the user wishes to see only 25 records or all the records?
    Also what is the maximum limit of rows that can be fetched as per the entry in instanceconfig.xml :
    <ResultRowLimit>65000</ResultRowLimit>
    Is there a limit for number of rows being displayed in table view?
    thanks
    Rishabh

    See this
    How to increase default  number of rows dspalyed ?
    This is your thread only...

  • Reducing number of rows displayed causes error in Forms 6

    I created a search page - really just a tabular form displaying 29 records and a scroll bar at the end. Each record has a button adjacent to it. The idea being that the user can search for a specific map in a field and have all records where that map is referenced displayed. When the user clicks the button a trigger takes it to a detail screen where the entire record (and 7 more screens) is displayed. Everything works fine.
    Problem is I want to reduce the number of records displayed to 15, so I select the appropriate block in the object navigator, then change Number of Records Displayed from 29 to 15 and press enter - the number changes in the property palette - but nothing changes in the form.
    When I compile the form I get the following error
    FRM-30356: Too many records displayed for this item.
    Item: MDD_NO
    Block: SEARCH
    Form: MODULE1
    FRM-30085: Unable to adjust form for output.
    If I change the rows displayed back to 29, everything works fine again.
    Any idea of what I am doing wrong?
    All help appreciated
    Glenn

    Thank you - solved the problem
    The number of items displayed property was set to 29 for each column on that page. As I usually only set the Items Displayed at the Data Block Level - I was suprised to see it set at the Item level.
    Since this was the only page where it was set at the Item level - all my other multiple row pages are set at the Block level - Any idea what I may have done to cause this?
    Thanks Again
    glenn

  • Watching dvds in front row = displays sleeps

    hi all - i gots the following problem
    watching dvds in front row = displays sleeps - or at least dulls back until i use the trackpad to wake it
    i assumed that this would not be issue with front row as it would be obvious that i wanted the dvd shown full screen - any ideas?

    Wow, I never found this before. I played the dvd in front row on best performance (battery setting) and the display went black. I closed front row and opened it in dvd player and it played for 15 min and never went black.
    Any way I went into energy saver and adjusted custom to never turn off display then opened front row. That seems to have worked.

  • 0ANALYZER Web Template - increase number of Rows displayed

    Hello All,
    Is there a context menu command / popup value  that will allow an end-user to increase the *default* number of Rows displayed at a time (25)  when we are using the 0ANALYZER Web template?
    We have about 100 characteristics anyway, so setting the displayed "chunks" of Rows to say 50 at a time would be quite reasonable.
    We do not want to customise 0ANALYZER web template (and therefore any solution to add any extra buttons/JScript won't be acceptable)
    Any ideas 0ANALYZER experts?
    Thanks
    Ian

    Hi Ian,
    My suggestion is that you make a copy of 0ANALYZER_PATTERN web template say ZANALYZER_PATTERN and make this your default web template. Now in the properties of your analysis grid of ZANALYZER_PATTERN, you can change the number of displayed columns and rows. But again this will be appplied to all web queries using this template.
    If you want to change number of rows and columns dynamically, why not ask SAP netweaver team.
    Thanks.
    Sheo

  • How to increase number of rows display in ESS

    Hi All,
    how to increase number of rows display in ESS applications especially in Time approval inbox from standard display of 5 rows to say like 20 rows? is there a quick way to do it?
    Thanks all
    Murty

    Kalpesh,
    it is actually in web dynpro view, I have seen this setting and it doesnt give option for increasing default number of rows in web dynpro application. Table is dynamically constructed in web dynpro implementation and I have the hard time finding out., Any help is appreciated in these lines,
    Thanks
    Murty

Maybe you are looking for

  • Table For Open Sales Order And Customer Invoices

    Dear Gurus, Are there any table to know open Sales orders and pending invoices for Customers? Wishes, Abhishek

  • Same font appears different in two systems

    The problem principally lies with transaction MM03 (Material Master - Display). The material description in "Additional Data" tab in any Material View is appearing to be of different fonts in two different client systems. Upon checking, I found that

  • Commenting Enabled in One Mac, Not Another

    1) I generate my docs in Adobe Acrobat 8.0 Pro. 2) I enable "Enable for Commenting and Analysis in Adobe Reader". 3) User number 1, using Adobe Reader 8 on a Mac, opens this document and is able to add comments. Preferences show "commenting allowed"

  • Newbie with "disk too slow" issues

    Hi folks, TOTAL newbie (Mac newbie, audio newbie) here, up front disclaimer. I've just been trying to play the "Numbers Game" demo project in Logic Pro on my new MacBook Pro and I'm getting the "disk too slow" message (error 10010)...This is a 2.66 G

  • Fm-xrefs getting lost when converting DITA to FM DITABOOK

    Hi, I'm using fm-xrefs for all my cross references within my DITA project. They work fine when I generate .chm files, but the hyperlinking is lost completely when I generate .fm documents by building an FM DITABOOK. I'm using the standard Adobe DITA