Remove # fro filter Selection

Hello all !
Is it possible to remove the not assigned value (#), from F4 filter list ?
thank you in advance for your help.
-Panos M.

Hi panos,
using scripts you can eliminate this #  from the dropdown filter values.
function fnRemoveAllHash( )
try{
Elements=document.getElementById('DROPDOWN_ITEM_1_AcDDLBase_itemlistbox-r');
str =  Elements.innerHTML; Elements.innerHTML = str.replace(' # ',' ' );
if(document.getElementById('DROPDOWN_ITEM_1_AcDDLBase_combobox').value== ' # '  )document.getElementById('DROPDOWN_ITEM_1_AcDDLBase_combobox').value=' ';
and call this function while loading your report.
cheers
Sunil

Similar Messages

  • Generic navigation block,Hierarchy filter selection and Filter

    Hi all,
    Could any one explains what is the difference between a filter and Generic navitgation block & a filter and Hierarchy filters.
             How the filters in web reports differs the filters in queries.
    Regards,
    Preetham

    Hi,
    Filters:
    In your Web application, you can select filter values for characteristics and structures. The Web application is then filtered according to these selected values.
    Generic Navigation Block:
    The Web item Generic Navigation Block displays the navigational state of a query view in the Web application in the form of a table. All characteristics and structures in the query view are listed in the table and their filter values are displayed. You can change the navigational status of the query view. You can transfer characteristics and structures to an axis (rows or columns) or from an axis. You can filter according to single values and remove the filter again.
    Hierarchy Filter:
    You can search through leaves and nodes in the hierarchies of your Web application.
    Seen this?:
    http://help.sap.com/saphelp_nw04/helpdata/en/70/4c7ead79eaf0498afa31528072900d/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/a5507170d8c548a25e4e532f3917a3/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/a5507170d8c548a25e4e532f3917a3/frameset.htm
    assign points if useful ***
    Thanks,
    Raj

  • Impact of selecting "Removing Query from Selection List" in 2 channels.

    HI All ,
    I have customized a query in one channel (My Agreements and Contract Documents query in Master Agreements List channel) and have removed the standard query from the channel by checking the  "Remove Query from Selection List" and introduced my custom query in that query group .
    But  it resulted in break in chain for  "Master Agreements" link in "Contracts To Do List" channel as the link was pointing to standard  "My Agreements and Contract Documents" query and is displaying "The query can not be executed. Contact your system administrator" when ever I click on that.
    Any pointers on how to overcome above scenario wud be gr8!
    Regards,
    Uday

    Hi Uday,
    In order for To Do List channel to work, the query definition should be in the Master Agreement List query group. Do you still want the standard query in the To Do List? If so, you would have to leave it on the Query Group as To Do list is pointing to it. May be change the display name of the query so you can differentiate between the 2 queries. The other option is change the To Do channel to point to the custom query.
    Regards,
    Vikram

  • WAD 3.5 - Pass a date to Hierarchical Filter Selection Key Date

    I'm working in WAD 3.5, with 3.5 queries.  I currently have a Hierarchical Filter Selection on Org Unit using a query with no Key Date set, so as to pull the most current version of the hierarchy.  This filter selection is then applied to several charts and tables below. 
    I need the web app to initially display this current version, but also allow the user to select a date, which triggers a requery of the Hierarchical Filter Selection data provider, passing the date selection to the key date of the data provider query.  1) how do I pass the date (currently from a drop down) to the key date of the other query, and 2) how do I force a requery of the Hierarchical Filter Selection?
    The problem we are attempting to address is that if Org Unit A contained Org Units 1, 2, and 3 at the end of 2007, but only 1 and 2 today, the Hierarchical Filter Selection will not show #3, thus not allowing the user to drill down to it.  If they can choose the version/point in time of the hierarchy, they will then have the ability to drill down on the older Org Units.
    Thanks!
    Anna
    Edited by: Anna Kamrath on Feb 6, 2009 8:52 AM

    Our solution was to modify the user exit variables and store the values in a MEMORY ID and restore from there.

  • How to use Hierarchy Filter Selection?

    Hi, experts !
    Could anyone give me a detail for how to use hierarchy filter selection ?
    When i locate a Hier filter selection in the template and execute it, a false info
    accured while filtering data,and the IE inferred the hier node object was missing.
    Then i add another hier filter in the same template, and the secend runs well, however the first one didn't.
    At last, i hide the first one, but the second one can't either.
    Help me !!!
    Thx in advance!

    Thanks Toja !
    Sorry to reply so late !
    The error is line: 51. error:'document.HIERARCHY_MENU_1.NODEID' is null or is not the object.
    The code on line of 51 says:document.HIERARCHY_MENU_1.NODEID.value = i_node;
    Could you please give me some documents on the topic of Hierarchy Filter Selection ?

  • How to hide one block of data based on Filter selections

    Hi,
    I have a requirement where I should show only one block based of filter selections provided at the Query Level.
    How can I achieve that?
    Regards
    Shirley

    Lets say you have a optional filter and you want to show block 1 if value are inserted and block 2 if no value selected.
    For this You can create a variable status =IsPromptAnswered("") it will return 1 if prompt is answered.
    In block property go to the hide if below formula is correct and for block 1 give   status =1 and block 2 give status=0
    I hope this will help.

  • Filter selection for 0TCTQUCOUNT to get number of navigations

    In BI statistics,  we have a key figure 0TCTQUCOUNT to get the count. can any body tell what are filter selections to get number of navigations in a query.
    thanks
    kumar

    Hi,
    You can use FM rh_struc_get with evaluation path MANASS to see of which organizational unit the manager is manager of.
    ANd then either with evaluation path B008 to see who is placeholder of that unit, or with O-O_DOWN to get all the subsequent units.
    Regards, Rob Dielemans

  • Query filter selection list flat file

    I know that when using a "multiple single value" variable a user can paste or upload a text file of values BUT...
    is it possible to use a text file to create a query FILTER value list?
    (I mean in the query designer not at query run-time or in a workbook)
    thanks

    oh i just now see that with BI 7.0 you can right click on the right side of a filter selection and choose "Upload Selection"

  • How to load one filter values based on another filter selection

    Hi,
    I have a Query/Report that contains the following filters
    Product Family
    Product Line
    Product
    all the above InfoObjects are independent, now i need a functionality where in if i select a Product Family then all the Product Line belonging to that Product Family should get loaded in the filter selection, same way when a Product Line is selected the all the Products under that Product Line should get loaded ni Products filter.
    Please let me know how this functionality can be achived.
    Thanks
    Akila. R

    Hi Akila,
    I am assuming you query runs on a cube that loads data from the source system. In that case cube will contain only valid cobminations of Product Family & Product Line.
    In order to make sure that if a cetain Product Family is chosen you want to see only the relevant Product Line as available in the cube do the following:
    Go to Query Designer Filter
    Pick Product Family > Properties> Advanced. Under the Tab Filter Value Selection during Query Execution choose 'Only Values in InfoProvider'
    Do the same setting for Product Line as well.
    Hope this helps.
    Regards,
    Amrita
    Edited by: Amrita Goswami on Jun 23, 2009 7:26 AM

  • Save filter selection and apply after log out and log in of the user

    Hi, I have a requirement where the user wants to see the last filter that was set on the page prompt even if he logs out.

    ragewater wrote:
    Saved Filter Selection in the Dashboard for the users. They can save and apply the filter in the dashboard or page prompts. But other than Saved Filter Selection, is there another way?As i understand which you want do,this is not related with oracle database.So if you have any problem with related database then post there and explain little more.

  • Hierarchical Filter Selection display selection

    I am building a web report which uses Hierarchical Filter Selection on Brand to filter data as per brands. When I select a hierarchy node the data in the table gets filtered but the chosen filter value is not displayed in the Hierarchical Filter Selection control textbox.
    How can I make that to display ?
    Points guranteed...

    Hi Jonathan,
    Please find the below SAP notes which are very similar to your issue...
    SAP Note Number: 1119186:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31313139313836%7d
    SAP Note Number: 1047455:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303437343535%7d
    SAP Note Number: 1119185:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31313139313835%7d
    SAP Note Number: 1076125:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303736313235%7d
    Hope these helps u...
    Regards,
    KK.

  • How do I remove a filter that I didn't mean to set?

    I blocked an ad that was running and didn't realize that it would block the program/show that I was trying to run/watch. How do I remove the filter that I had set?

    Which ad blocking add-on?

  • How to remove "Blue filter" from multiple images in the History Panel

    I am using Lightroom 4.3 on Windows 7 pc.  I have a collection with approximately 650 images.  I was working in the collection and had all the images selected.  Somehow I inadvertently must have hit a keyboard shortcut that effected all the images.  All of the images are negatively effected and they now look terrible.  When I go to the History Panel, all the images have "blue filter" as their most recent entry.  If I select one image and go back to the step before the "blue filter" everything looks fine  again.  My problem is I have this effect in 650 images.  When I try and do the change in one image and then synch to the rest, I don't know what box to check to remove this "blue filter" that has been added to all the images.  I know I can do them one by one, but with 650 images, it's a long and tedious process.  Any way I can remove the "blue filter" from multiple images in a collection?
    Thanks,
    Matthew Kraus

    If you’ve just done it, then an Undo operation would reverse things on all the images, I think.  But if it took you a while to see the problem, then you might have done something to cancel the undoability.
    Isn’t Blue Filter a built in LR preset that modifies the HSL settings:  http://kb2.adobe.com/community/publishing/924/cpsid_92473.html
    Open the HSL panel and step back into History on one of the affected images so the effect of the Blue Filter preset has been undone and notice what HSL sliders change, and then if the 650 images DON’T already have any HSL adjustments you should be able to sync JUST the pre-Blue-Filter HSL adjustments (perhaps all zeros) to the other 650 images.

  • Removing a filter without effecting others.

    Hi, i have a long series of clips with several filters and effects.
    Can i remove a specific filter from all of those clips without removing all other filters?
    thanks,
    maz

    you can do it with a little manual XML chicanery but if you're not keen on that sort of stuff then just slip your Playhead Sync into Open, set the Viewer to display the Filters tab, and then scrub through timeline ... as each clip loads up into the Viewer window you can quickly select and delete the offending filter

  • IR Dashboard report from new query not getting all Quick Filter selections

    I inherited an IR Dashboard .bqy and my user recently added a new Query, Result, Table, and Report section to it. I cannot get the report to dynamically filter based on the date chosen in the existing Quick Filters section. It seems to be filtering the Location properly (drop down in Quick Filters section), but not the date. Her result section refuses to show anything less than ALL dates from the query.
    The other reports/pivots already on the dashboard work fine with all QuickFilters.
    In my attempt to integrate her new report in to the dashboard I add a new hidden "dummy" pivot (based on the existing query btw, not the new query-could that be the issue? it's dummy though so i figured it was ok), reference this pivot in the Embedded Targets object I found by adding "Object~Pivot4|Type~9|Target~Casket Margin Summary" line,
    went to Dashboard Studio and was able to Associate this report in to the right frame, etc.
    In the script behind the QIQ date "Set Filters" button I saw this code for the existing "Result_Detail" section so I added a line for my new "Results_Merch Detail" section.
    var objServDate = ActiveDocument.Sections["Casket Margin"].Shapes["Service_Date^qiqlbx^showname^a"];
    if (objServDate.SelectedList.Count > 2){
         Alert("Please select only two dates");
         return;
    ActiveDocument.Sections.Item(txlMe.Text).Qiq_onControlClick(this.Parent,this)
    ActiveDocument.Sections["Results_Merch Detail"].Limits["Service Date"].Operator = 11
    ActiveDocument.Sections["Results_Detail"].Limits["Service Date"].Operator = 11;
    I tried it with and without an extra semi-colon at the end of my line. Is that the right way to tell it to apply it to more than 1 Result??
    Worked with this for hours now and can't find whatever else is hidden which tells the QIQfIlter Date to refresh this NEW query/result when chosen.
    I tried to make sure all Filter items exist in the new query's Request line, one was missing. i haven't gone back to Dash Studio since then and re-saved, does THAT matter? I saved the .BQY and re-processed, still no luck.
    can anyone help? I'm desperate for suggestions.
    Thank you!
    Karen

    This has been resolved. The main thing that kept it from working was I kept launching the Dashboard Studio after I was in Design mode so any time I got to the QIQ Filters setup screen it looked like cryptic code and there was nothing to alter or play with to try and force the filters to take effect, so I never changed anything.
    This time I launched the Dashboard Studio while accidentally in regular mode, blessing in disguise. on Step 1 of the wizard I chose QIQ Filter Properties from the configuration drop down list which pops up the Local Filters setup window, now in place of code syntax there was english-like words & action items for me to play around with so I chose my new result set from the drop down list and highlighted all the limits and clicked "Set Filters". Presto, that did it.
    Also I had to make sure all the columns referenced in the QIQ drop down lists and pick list was in my request line in the Query & Result section, repeat the above, and it's all working great now.
    Thanks,
    Karen

Maybe you are looking for

  • Itunes keeps turning on 'sync music' to iphone

    Everytime I plug my iPhone in to my computer, iTunes will by itself toggle on 'sync music'. When I untoggle it and go back and hand add songs to the phone, it starts a sync process again and low and behold the sync music button is toggled on again! A

  • HT5312 How to reset my security question(s); I am still not clear on the explanation given

    How to reset my security question(s); I am still not clear on the explanation given

  • Wrong Layer Thumbnail Aspect Ratio

    In Photoshop CS5 'Clip Thumbnails to Layer Bounds' is checked I have an Illustrator CS5 Smart Object, with a simple square shape, but, the layer thumbnail in Photoshop layers panel may show a rectangle instead of the square shape. This behavior is in

  • Web Service and Complex Types

    Hi, I am creating a web service based on a java method that returns a Java bean. This is translated into a complex type in the wsdl containing the beans member variables. During this generation JDeveloper names the complex type as package structure +

  • Linking the views

    Hi, i am facing a problem while linking two views in the bsp application (under the same controller). i am using the anchor tag <a> for the hyper reference, because i have to link the views through hyper reference only, can anyone please tell me the