Filter Selector ?

I like the feature of Column Selector in Answers, and wonder if it is possible to make up something like Filter Selector. Often, I want to find some rows from a long result list (say, all rows with age between 50 to 55 from a PERSON list of thousands rows). Instead to scroll to the page, if I can define a handful of filter for the request, or in the saved filter folder, create a Filter Selector, like column Select. Then I just need to choose the appropriate filter from the Filter Selector, I got the rows I want right away.
Can someone tell me how this can be done?

Thanks for the response.
If a got you right, you want to have one request with two or more different filters (prompts)? If you want to do that try to use PROMPTS option in request. There you can create set of prompts.I tried the prompt. It is interesting. But I cannot add it to Compound Layout. Prompt is not included in the view list that can be added to Compound Layout. The only way I foind to use Column Prompt in Answers is clicking the Test Prompt button in Prompts tab. Besides, multiple prompts are combined by AND in the where clause.
What I really hope to have is something can be embedded in a result page and each condition applies to an query but not combined with where for one query. Do you have a solusion for that with prompt?
Edited by: user623617 on Oct 13, 2009 10:55 AM

Similar Messages

  • Project 2010 Filter Selector (+/-) Not Displaying

    Hello all.
    I'm using Project 2010 and am having a problem with the "filter selector" - the "+" or "-" symbols which allow you to roll-up or expand sections.
    I first noticed this with Summary Tasks in my project file not displaying the small boxed in "+" or "-" symbols.  I've hunted around for a setting option that could affect this but haven't come up with one.
    Now I've noticed the same thing when using the "Group by:" function and choosing "Critical."  The tasks do group by Non-Critical and Critical - but there's no "+" or "-" symbols Critical: No or Critical:
    Yes lines and thus I can not collapse them or expand them.
    Complicating things is when I create a project schedule of my own in order to test things and those "+" or "-" symbols appear and function as expected.  The project file in which they are lacking seems to lack them on other
    computers than mine so it doesn't seem to be a particular hardware issue.
    Is there some setting in Proj 2010 that I'm missing?
    Is this an indication that the Project file itself is corrupted?
    While a somewhat low level problem, this is reducing the functionality within that file and if the file itself is corrupted them that could lead to other problems.

    Madoc,
    There is a setting, (now hidden in Project 2010), that turns on and off the outline symbols and that setting is saved with the file. There are various ways to correct the issue but let me show you where to find the setting so the next time, if there is a
    next time, you will be prepared.
    1. Right click in the ribbon area to bring up the "customize the ribbon" item
    2. On the right side of the Project Options window, hit "New Tab" and then "New
    3. Under that new tab you will see a "New Group". Select it
    4. On the left side chose "Commands not in the ribbon"
    5. Find the Outline Symbols and select it
    6. Hit "Add" to put that into your new group under your new tab
    7. Hit "OK"
    Now select your new tab on the ribbon and you should see the Outline Symbols option unchecked (for this particular file). Check it and close.
    You might want to peruse the list of other commands not in the ribbon that you've been racking your brain to find and add those to your new tab. I did.
    If the Outline Symbols option is already checked for this file then the file is probably corrupt. In that case save to XML and re-open in Project. Note, you will lose any custom formatting.
    If this answers your question, please mark it as the answer.
    Hope this helps.
    John

  • Filter - data table

    Can I use Xcelsius just to show on an organised way a part of a table with filters?
    Ex.:
    Type     Team     Week     Game.Nr.     Date     Hour     Location     Homa     Gast
    BvV     CadJL     34     80226     23/08/08     10:00     A     BBC Kangoeroes Willebr - A     Basket Tongeren
    BvV     JunJL     34     80124     23/08/08     15:00     WEG     BBC Helios Zottegem     BBC Kangoeroes Willebr - A
    Comp     JunJL     35     13108092     30/08/08     11:00     A     BBC Kangoeroes Willebr - A     BBC Schelle - A
    Comp     CadJL     35     13120092     30/08/08     13:00     A     BBC Kangoeroes Willebr     BBC Geel
    Comp     CadPM     35     6101125     30/08/08     10:45     WEG     Londerzeelse Dunkers - B     Dames Willebroek
    Comp     JunJL     36     13108103     6/09/08     11:00     A     BBC Kangoeroes Willebr - A     BBC Falco Gent - A
    With the filter I want the user to select a Team and/or week  The result should be a table only matching one or both criteria

    Hi Wim,
    As you have discovered, my experience also has been that the filter selector only selects a single row.  This is also consistent with the animated help for this component.
    The following "workaround" to the limitation of the Filter Selector component will meet your requirement:
    1) Place a Combo Box component on the canvas for each of the filter criteria you require;
    2) Link the Labels property of each combo box to a cell range that contains a list of the unique values;
    3) Set the Data Insertion Type of each Combo Box to "Label" and bind to a Destination cell to receive the selected item;
    4) Define a formula cell to act as the filter key, which is a concatenation of all of the values of the Destination cells from step 3;
    5) Insert a new column at the beginning of your data table to act as the filter key for each row in the table.  Each row in this column should contain a formula that concatenates each of the cells that correspond to the columns you want to filter by;
    6) Place an additional Combo Box on the canvas.  Set the Labels property to the range of cells in the filter key column defined in step 5.  Set the Data Insertion Type to "Filtered Rows".  Set the Source Data range to all of the cells in your table.  Set the Destination Data to an area in the spreadsheet that will receive the filtered subset of rows from your original data table.  Set the Selected Item property of this combo box to reference the filter key formula cell defined in step 4;
    7) Place a spreadsheet table component on the canvas and link the Display Data property to the Destination cell range defined in step 6.
    Once you have the layout as desired, hide the Combo Box defined in Step 6 behind the spreadsheet table defined in step 7 so that the end user cannot interact with it.  This Combo Box is used as an indirect method of dynamically filtering the rows from your data table.
    One other point to keep in mind:  Xcelsius does not handle large volumes of data very well.  Depending on the number of columns in your 500 row table, you may experience performance issues, or Xcelsius may stop responding altogether.
    The above approach may seem convoluted but it achieves the desired result.
    Let me know if you need any clarification of the above technique.
    Regards,
    Mustafa.

  • Creating a QueueReceiver after sending message to the QueueSender

              Hi,
              I'm implementing a blocking system, sending messages to a JMS Queue.
              In a servlet, in the init method, I'm creating the QueueSender object.
              When calling the servlet, in the service method, if I need to create a new
              message to let users know
              that one primary key is blocked, I create a message with a:
                   msg.setStringProperty("MyTablePrimaryKey", "PKValue");
              Then, I send it.
              If other clients want to update that record, he creates in the servlet's service
              a QueueBrowser like this:
              QueueBrowser receptor=qsession.createBrowser (myQueue, strFilter);
              where strFilter is "MyPrimaryKey IS NOT NULL".
              If the enumeration my QueueBrowser returns hasMoreElements(), the record is
              blocked.
              To unblock a record, I fetch the message from QueueBrowser with the with Enumeration.nextElement,
              and I set:
              message.setJMSExpiration(1);
              so the message is automatically deleted from the queue.
              I tried to use QueueReceiver to implement it, but as I don't know the filter's
              name in the init method of my servlet,
              it's not possible to read messages if the QueueReceiver is created after having
              sent those messages.
              Is my implementation correct? Is the behaviour of QueueReceiver logical?
              Of course, I'm thinking of doing all these things in EJBs to use transactions
              with JTA and JMS. Can be any problem
              with it?
              Sorry for the long question, but I've started discovering JMS a few hours
              ago, and it looks so interesting... :-)
              Best Regards,
              Ignacio
              

              Ignacio Sanchez wrote:
              > Tom Barnes <[email protected]> wrote:
              >
              >>
              >>Ignacio Sanchez wrote:
              >>
              >>>Hi,
              >>>
              >>> I'm implementing a blocking system, sending messages to a JMS Queue.
              >>>
              >>> In a servlet, in the init method, I'm creating the QueueSender
              >>
              >>object.
              >>
              >>> When calling the servlet, in the service method, if I need to create
              >>
              >>a new
              >>
              >>>message to let users know
              >>>that one primary key is blocked, I create a message with a:
              >>>     msg.setStringProperty("MyTablePrimaryKey", "PKValue");
              >>> Then, I send it.
              >>>
              >>> If other clients want to update that record, he creates in the
              >>
              >>servlet's service
              >>
              >>>a QueueBrowser like this:
              >>> QueueBrowser receptor=qsession.createBrowser (myQueue, strFilter);
              >>> where strFilter is "MyPrimaryKey IS NOT NULL".
              >>> If the enumeration my QueueBrowser returns hasMoreElements(), the
              >>
              >>record is
              >>
              >>>blocked.
              >>
              >>
              >>How? The QueueBrowser supplies a snap-shot of the queue, it doesn't
              >>prevent other receivers and queue-browsers from seeing the message.
              >>
              >
              >
              > That's exactly what I want. I want concurrent queue-browsers to see the same message.
              >
              >
              >>>
              >>> To unblock a record, I fetch the message from QueueBrowser with
              >>
              >>the with Enumeration.nextElement,
              >>
              >>>and I set:
              >>
              >>> message.setJMSExpiration(1);
              >>> so the message is automatically deleted from the queue.
              >>
              >>
              >>This will have no effect. Expiration can only be set when the message
              >>is sent, and only via the producer API not the message API. The message
              >>API setter is not intended for application use (see the
              >>javax.jms.Message javadoc). To delete the message you can
              >>create a QueueReceiver with a selector based on the message's
              >>message-id, then receive and acknowledge the message.
              >>
              >
              >
              > But it works!! I've tested once and again and it works fine for me. Shouldn't
              > it???
              >
              Gah!! This behavior is not supported. Do not depend on it to
              be there in future releases or SPs. Any changes to an already
              sent message by a client should propagate to the copy that
              is on the server.
              In fact, I think this may have already been fixed. Can you
              tell me which release and SP you are using?
              >>>
              >>> I tried to use QueueReceiver to implement it, but as I don't know
              >>
              >>the filter's
              >>
              >>>name in the init method of my servlet,
              >>> it's not possible to read messages if the QueueReceiver is created
              >>
              >>after having
              >>
              >>>sent those messages.
              >>
              >>I don't understand. If you can create the QueueBrowser when you
              >>need it, why can't you just create a QueueReceiver with a new selector?
              >
              > If I create a new QueueReceiver after having sent the message using a QueueSender,
              > the
              > receiver cannot read the messages already posted, even in selector is OK. But
              > it works with
              > a QueueBrowser ¿¿??¿¿
              If a QueueBrowser can see the message so should a QueueReceiver. They
              both use the same filter/selector mechanism. It is surprising
              that one worked and the other didn't. Or are you referring to
              the normal behavior that only one QueueReceiver can "see" the message
              at a time? And that once a QueueReceiver has a message the
              QueueBrowser will not "see" it?
              > That's why I'm using QueueBrowser and not QueueReceiver.
              >
              >
              >>>
              >>> Is my implementation correct? Is the behaviour of QueueReceiver
              >>
              >>logical?
              >>
              >>>
              >>> Of course, I'm thinking of doing all these things in EJBs to use
              >>
              >>transactions
              >>
              >>>with JTA and JMS. Can be any problem
              >>> with it?
              >>>
              >>> Sorry for the long question, but I've started discovering JMS a
              >>
              >>few hours
              >>
              >>>ago, and it looks so interesting... :-)
              >>>
              >>> Best Regards,
              >>> Ignacio
              >>
              >
              

  • Dimension default member has a strange impact both in dimension browser and excel filters

    Hello All,
    I have a scenario where I need to set a default member in a dimension attribute.
    The problem is that when I am browsing the dimension attribute (that is a parent-child) in Visual Studio I cannot see all the values only the ones that are filtered by the default member. In addition the same happens when I create
    a pivot table in excel with filter values, even if I change the attribute that has a default value.
    My goal is to list (by default) all the distinct values in excel filter selectors.
    Is this a limitation? Is there any way to overcome this? Is this a problem related with parent-child attributes?
    Best Regards,
    André Cunha

    Hello All, <o:p></o:p>
    Update on the situation.<o:p></o:p>
    We normalized the dimension and we achieved a
    satisfactory solution maintaining the default values and aggregation
    settings in the new dimensions and the parent-child attribute now shows
    all possible values.<o:p></o:p>
    I believe this is a by design that excel does not
    reflect the applied filters in the pivot tables depending of the attribute
    filters selected.<o:p></o:p>
    Any thoughts, <o:p></o:p>
    Regards, <o:p></o:p>
    André<o:p></o:p>

  • OSB JMS Message Selector / Filter

    HTTP PS and JMS BS puts messages on WLS JMS Queue. We need consume some messages from the Queue based on payload content since interfaces for other messages may go Live in next year.
    JMS Message look like
    <Schools>
    <School>
    <Id></Id>
    <ServiceArea>100</ServiceArea>
    <Type></Type>
    </School>
    </Schools>
    We need to consume messages where ServiceArea = 100.
    Can you advise how to consume messages where ServiceArea = 100 ?
    I would appreciate your help.
    Thanks in advance.
    Kiran
    Edited by: 844345 on Mar 14, 2011 5:02 PM

    JMS message selector on message payload fields is not recommended and it will have performance implications. Instead you can design this in either of the 2 ways below
    1 - Modify the HTTP PS which publishes the message to set the JMSCorrerlationID header ( or any othe custom JMS property) with the value of Service Area. You can achieve this using Transport Header action in HTTP PS route node.
    For the JMS consumer proxy set a message selector on the JMS transport page to filter only messages belonging to this service area.
    2. Let the HTTP PS continue publishing all messages to the output queue. Have a new component in your design called a 'disaptcher' which reads all the message from the output queue, check service area tag and route messages belonging to particular area to an area specific queue. Have your jms consumer specific for service area 100 to listen to only this Area specific queue.

  • JMS Selector Filter Issue

    I am attempting to create a "catch other" JMS selector string such that the user can choose which messages they are interested plus any that they are not interested in. This is how I am attempting to do this
    Ignored Selected
    a b
    c d
    e f
    Other
    which generates the following string
    filter IS NOT IN ('a', 'c', 'e') AND filter IS IN ('b', 'd', 'f', '%')
    What I am expecting it to do is only take the objects with filter set to b d f and any sequence of characters not in the ignored list (a,c,e) however it does not do this. It looks as if the % is not doing what I am expecting it to (match any sequence of characters).
    I even tested with setting the filter to filter IS IN ('%') which I believe should return true for everything since the spec says that % validates to anything including NULL.
    I am using JBOSS 4.0.3. Any help with this would be appreciated.

    Hi lets try once like this,
    In column selector view, first u can give the main column action like like this click on properties tab---go to interaction tab---select action link.
    Next u can add another column to column selector view, in this column go to properties tab----go to interaction tab----action links.Already i done this...
    Please mark if it helps,

  • Query prompt selector with a native filter?

    Hi,
    When I include a "Query Prompt Selector" in my dashboard, it doesn't find any prompt source in my queries. The prompt selector works fine if I have a "local" prompt in my query, but when I use a native filter from my universe (It is a prompt filter), it doesn't find anything. In fact when I preview the query pressing "refresh", it ask me for the variables, so the filter is OK.... How can I solve this issue? Is it normal?
    Thanks in advance,
    Ricardo.

    Hi Abhilasha,
    The queries in dashboard are all connected to "BOEXI40-Audit-MSSQL" Universe. I am using a custom filter I created previously in this universe, anyway If you check this universe, you can see a filter called "Custom Date Range", which is a prompt filter.
    You can open a new dashboard, connect to this universe, create a query using this filter, select a "query prompt selector" in Dashboard, and you will not see any prompt to select as source. At least this is whats happening to me...
    Is this helpful to your question?
    Regards,
    Ricardo.

  • Report - EPM Member selector - using filter

    Hi ALL,
    I would like to ask a general question : everytime I try to use <CONTEXT> value (within the "Member Selector" in the "Report Editor"), the selection doesn't work, my filter doesn't work ! Why ?
    And then I obtain this error message :
    How does it work ? What's wrong with my selection ? Is there some prerequisites to use it ?
    Can someone help me on this, it's hard to find information regarding how to make reports !
    Thanks a lot !!!
    Karine

    Hi Roberto,
    Thank you for your answer ! But this note doesn't solve the problem !
    Would you mind trying this and tell me your results :
    Make a simple report :TIME in column, ENTITY in page and COSTCENTER in row.
    Then click on COSTCENTER, it opened the "EPM - Member Selector"
    The dimension COSTCENTER has a property called ENTITY, so I select "ENTITY", operator is "=", Values is "<CONTEXT>" and the High Values/Dimensions is "ENTITY"
    And after this selction I have nothing !
    (I insist on that point to be clear : There are 2 different ENTITY, the first is the property of the dimension COSTCENTER and the second is a dimension)

  • What Use Can YOU Devise For This "Field Selector"  Filter ?

    Piero has developed a number of useful free filters for FCE/FCP.
    His latest, the “Field Selector”, is the result of a piece of “Blue Sky” research and development. That is, it was created without a specific use in mind.
    If you would like to evaluate it, you can download it here:-
    http://web.mac.com/piero.fiorani/iWeb/PieroF%20FCE%20Effect/Field%20Selector.htm l
    We would like to hear from you if you can devise or suggest any uses to which the Field Selector can be put.
    There’s more!!!..........We are awarding not one, but THREE VALUABLE PRIZES for the best contributions.
    These will be in the form of TEN POINTS for the best suggestion, together with FIVE POINTS for the two lucky runners up - always assuming the points system is reinstated in the near future ! Otherwise you will have to participate purely for the pleasure of having advanced civilisation as we know it.
    Ian.

    Believe it or not, by reading a post in the FCP forum I found a use for this filter.
    You can use +Field Selector+ to make corrections to single fields of a frame with this simple procedure:
    - stack 2 copies of the same clip in the timeline,
    - apply, for example, a different color correction setting (or different filters, or whatever) to each clip
    - add the Field Selector filter to the top clip (make sure it leaves the other field transparent)
    - don't forget to set the canvas to 100% zoom and to render the clips to check the final result
    As a result in the sequence each field will have a different filter (or settings) applied.
    Piero

  • Case statement in Advanced SQL filter

    Hi,
    I have two columns Vendors and their Sales
    Vendor| Sales
    -------     | ---------
         |
    Sales is a measure. I have 4 more measures like this (sales, products, units etc). I need to create a report with two columns (one column is vendor and the other column is a measure) so that the second column changes dynamically on the dashboard. I can acheive this using Column selector. But my requirements demands to have TOPN prompt so that only top N vendors should display. Hence I created a presentation variable and mimcked the column selector functionality with a "Dashboard prompt as Column selector" (google dashboard prompt as column selector to verify how a dashboard prompt can be used as a column selector).
    So finally I created a dummy column with Rank Function and arranged it in ascending order and applied the filter as (less than or equal as to the presentation variable)
    so when we plug in, lets say, 5 the filter will apply to the Rank column and display the TOP 5 vendors.
    Now, the real problem is...one of the measures requires the bottom 5 to display since the TOPN for that measure is calculated in descending order.
    Hence in the filter I gave
    Case when presentation variable = "measure" then bottomN else TOPN.... but it is returning an error...
    Can you guys help me on this issue. If you dont understand the query exactly please ping me....

    hi,
    try a simple one...
    use your function with a variable....pass manually a number let's say 5...what's your results??with a sort getting better??
    then try to see the report with presentaion variable..
    hope i helped...
    http://greekoraclebi.blogspot.com/

  • How to set number of rows in "Rows Per Page Selector" in Interactive Report

    Hi Guys,
    Is there any way to set the number of rows in "Rows Per Page Selector" in Interactive Report. By default it is set to 15.
    I know one way is to change the number of rows when you are running the report and then set that as 'Default Report Setting'.
    If anybody is aware of any other way, please let me know.
    Cheers,
    Ashish Agarwal
    http://www.dbcon.com.sg

    Hi Pavel,
    can you please specify your question more clearly. If you are on NW 7.0 you can determine a number of colums for your filter item with following command:
    COLUMNS
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/85/08e241aa8e9d39e10000000a155106/content.htm
    If you meant the amount of rows within the analysis item you can use following command within your analysis item:
    BLOCK_ROWS_SIZE   (numbers of rows displayed at once)
    BLOCK_ROWS_STEP_SIZE  (numbers of rows to be scrolled for one step)
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/76/489d39d342de00e10000000a11402f/content.htm
    Brgds,
    Marcel
    Edited by: Marcel Landsfried on Feb 10, 2009 7:45 PM
    Edited due to wrong url

  • Can we have a view selector at dashboard prompt,plz suggest me

    Hi all,
    I am trying to create a view selector in the dashboard prompt, but I am not getting how to create a view selector .
    I need to create filters as below.
    region:- dropdown list(is prompted) LOB:-dropdown list(is prompted) Operatingunit:- dropdown list(is prompted) Division/Country:-dropdown list(is prompted)
    Practice:-dropdown list(is prompted) Office:- dropdown list(is prompted) Team:-dropdown list(is prompted)
    Viewselection*
    radiobutton Operating unit
    radiobutton Region
    Radiobutton Division/Country
    radiobutton Office
    radiobutton Team
    radiobutton LOB
    radiobutton Practice
    APPLY RESET(these are two buttons)
    Can any one please suggest me what to do, and how to achieve this.
    Thanks,
    Venkat
    Edited by: 991688 on Mar 14, 2013 12:19 PM

    I am not getting how to achieve this filter , can you please suggest me ,How to get it, And also I am trying to plot the pie graph for the data present in the report, but I am unable to display the data in pie graph. Can you please suggest me why this is happening, I played around it almost 3-4hrs, still I am unable to get it. Can you please tell me your suggestions.

  • Selecting a column in Answers report based on user prompt/ apply filter

    I need to do the following in OBIEE Answers report (version 10.1.3.4.1):
    1) Think of a simple table with dim TX_type and some measures like month_jan, month_feb, month_mar
    so the fact table looks like (column names) tx_type, month_jan, month_feb, month_mar
    2) I need to select the measure column based on a user dashboard prompt, prompt populates a presentation variable var_month = jan or feb or mar
    3) I need to select the correct measure (one of these month_jan, month_feb, month_mar) and then apply column filter based on the dim TX_type to split the values of these into multiple columns for report. So the report may look like (in Answers)
    Sales , Tax, overheads
    where Sales may be defined as sum(month_jan) where rows have TX_type = 'sales'
    where Tax may be defined as sum(month_feb) where rows have TX_type = 'tax'
    where overheads may be defined as sum(month_mar) where rows have TX_type = 'overheads'
    IF the user selects jan
    IF user selects Feb then the 3 report columns are based on month_feb and likewise for month_mar
    I cannot use column selector option as the report column further apply filter in column filter definitions in Answers...
    4) When I try to build the column filter using a presentation variable (var_month), the presentation variable is not getting populated in the column filter.
    For e.g. IF var_month = 'jan'
    THEN month_jan (let us assume the logical column name is month_jan too)
    ELSE month_feb and so on...
    However, the var_month always shows 0 in the IF clause. If we used a repository variable instead, it works fine. But since repostory variable cannot be changed on the fly (by user prompt) it is not usable.
    We cannot change fact table defintion....and we have 12 measures column and about 8-10 different colum filter based report columns using this measure.

    Hi shyamvaran,
    have you thought about a SQL statement in the prompt, something like:
    SELECT
    case when 1=0 then Table."Column" else 'Jan' end
    FROM "Subject Area"
    union
    SELECT
    case when 1=0 then Table."Column" else 'Feb' end
    FROM "Subject Area"
    union
    SELECT
    case when 1=0 then Table."Column" else 'Mar' end
    FROM "Subject Area"
    union
    SELECT
    case when 1=0 then Table."Column" else 'Apr' end
    FROM "Subject Area"
    etc...
    Use this to give you the 12 values for your months then give the prompt column a presentation variable name and set a default value in the 'Default To'. Also set the same default value for the filter.
    A couple of points:
    1. If you're transforming the presentation variable from 'Jan' to 'month_jan' you may need to edit the syntax for the filter column (not using the dialog box).
    2. If you're transforming the behaviour of a dimension / measure column in the report, have you specified the syntax correctly, e.g. sum('@{pres_var}')?
    Hope this helps,
    Justin

  • JMS Header: JMS Properties and Message Selector

    Hi all
    I´m using a JMS Adapter to consume messages from a JMS queue (a JMS adapter which create the BPEL instance when a message arrives).
    The process must select messages which meet certain criterias, so I´m using Message Selector to filter the messages and only pick up the ones who interest me (If click on the "help" button on JDeveloper Wizard in the page you define Message Selector, you can see an example on how doing this).
    So how can I select messages using values placed on JMS Properties, in the Message Selector?
    For example, I set in the JMS Header:
    JMSInboundHeadersAndProperties
    --------JMSInboundProperties
    ----------------Property
    -----------------------name = 'Country'
    -----------------------value = 'Brazil'
    The JMSAdapter must consume only messages that "Country" = "Brazil".
    Thanks in advance.
    Menezes

    Yes
    I am able to specify JMS Header and JMS Properties when producing a message. However I am not able to user "Message Selector" to filter messages based on JMS Properties information when consuming messages.
    In the link you provide, there is an example on how to use Message Selector:
    # (a copy from the link)
    Message Selector
    ...for example, you can enter logic, such as:
    * JMSType = 'car' AND color = 'blue' AND weight > 2500
    * Country in ('UK', 'US', 'France')
    I believe the example with "Country" is exactly what I need, but I can´t get it work.
    I create the same example above, setting a property named "Country" in the JMSHeader, sending the message to a JMS Queue (BPEL Process #1) and try to comsume it on the Message Selector (BPEL Process#2), but JMSAdapter never consumes the message.
    Thanks for your help.

Maybe you are looking for

  • Spotlight doesn't search

    I have a user who is trying to search our mounted Tiger Server (10.4) volumes from his Leopard (10.5.5) system. He cannot retrieve any search results using spotlight. Searching his home drive works fine, but searching any mounted volume returns incom

  • Firefox wont open as it cannot find the file HELP!!!

    My firefox wont open, when i click anything to get on firefox it comes up with windows cannot find firefox == This happened == Every time Firefox opened == randomly after i shut down my computer once == == User Agent == Mozilla/4.0 (compatible; MSIE

  • Find file doesn't find and doesn't finish

    With no significant events leading to the issue, ⌘F will search but never finds anything and never stops searching. Disk Utility verifies the startup volume, no problems found. Repaired permissions, still Find File will not work. Any suggestions?

  • OS X keeps looking for missing network drive

    Hi there, I notice, I am not the first to ask the question, but is has not yet been answered and I'm a bit puzzled. I am using OS X 10.7 by now and ever since OS 10.6 I have noticed that - sometimes - finder seems to be looking for a network drive (a

  • JTree path question

    I have created a program that basically simulates single celled organisms in a random (non graphical) world, and I want to use a JTree to show the family history and allow the user to bring up an organism's stats by clicking on in the the Jtree, but