Question on Sorting and Filtering Viewlet for CR for VS10 Production Rel

The demo shows great and easy to implement features but near the end when the demonstrator clicks on the Sort for Product Type, the report doesn't sort by this column. Was this because he needed to press "Apply" as he did when he filtered the report by Customer Name fro the change to take effect?

A promising intro, how did the story unfold?

Similar Messages

  • Problem with sorting and filtering of table

    Hello,
    using VC 7.1 SP5 I have created [this|http://img232.imageshack.us/img232/2460/screenshotsr0.png] model. The webservice returns a collection of structured elements. The table is meant to display values of top-level attributes. This works as expected.
    However, the table cannot be sorted or filtered. What is the reason for this? How can I fix that?
    I tried to store the result of the web service in a data bridge. That did not succeed.
    Best regards
    Alexander

    Hi Natty,
    How are you trying to sort it?
    I want to be able to sort the table by clicking on the table column headers. Furthermore, I want be able to filter the table by using the built-in table feature. However, table sorting and filtering seem to be disabled for this particular table, whereas other tables in my model provide the desired features.
    Best regards
    Alexander

  • Split Grid, loose sorting and filtering

    Is this the intended behavior? I would rather have my sorting, and filtering retained when using the split knobs.

    While it is not intended, it is a side effect of splitting. When you split the data grid you have 2 full grids which don't know anything of each other. So in the top you can use 1 filter while in the bottom use another and then compare data between the two.
    -kris

  • JTable sorting and filtering

    I want to sort and Filter JTable.
    Sample code is avialable for this ?.
    Also i would like to know about 3rd party classes.
    Renjith

    Hi,
    There is a such sample on the tutorials for swing/JTable. In this tutorial, u will find 2 files and then make the corresponding classes :
    TableMap and TableSorter
    u can use them like this :
    TableSorter sorter = new TableSorter(myModel);
    //JTable table = new JTable(myModel); //OLD
    JTable table = new JTable(sorter);
    sorter.addMouseListenerToHeaderInTable(table);
    It is very simple, and you can easily modifie these classes to add filters..
    Regards, JFB

  • Sorting and filtering by select-multi person or group field in the list in SharePoint 2013

    Hi everybody,
    In SharePoint 2013, I have defined a column as "Person or Group" field, which you allow for multiple selections. when I try to sort/filter it by this field in the list. The field doesn't show up in the dropdown. If I changed "Allow multiple
    selections" option to "No" by clicking the column name to edit it in "List Settings", the field can show up sort in the dropdown.
    How about support sorting and filter by select-multiple "Person or Group" field in sharepoint 2013?
    BTW, in SharePoint 2010, it can support this issue no matter what the "Allow multiple selections" option the request is.
    Any help would be great!
    Thanks,
    Jodie

    Hi Jodie,
    Can you please give this as a try.
    To fix the Filter Issue on Assigned To Column. We need to run the following scripts.
    The field which allows more than one values or which allows multiple selections. The multi-valued fileds are non-sortable,
    non-filterable. Multi-valued fields cannot be indexed
    $web=Get-SPWeb
    $list=$web.Lists[] $field=$list.Fields[ColumnName] $strSchema=$field.SchemaXml $str=Schema$strSchema.Replace("Sortable=`"FALSE`"","Sortable=`"true`"")
    $field.SchemaXml = $strSchema
    Krishana Kumar http://www.mosstechnet-kk.com
    Thanks for your reply, I have tried to run the scripts, but it still cannot work. The following is my scripts:
    $web=Get-SPWeb 'http://cst-server-01'
    $list=$.web.Lists["Product Request"]
    $field=$list.Fields["Applicant"]
    $strSchema=$field.SchemaXml
    $str=Schema$strSchema.Replace("Sortable='"FALSE'"", "Sortable='"True'"")
    $field.SchemaXml = $strSchema

  • Get question id's and its corresponding answer id for given Doc id's

    Hi,
    I am trying to write a program which gets the  Equality values (Questionaire - Erecruiting) like :
    1) Gender
    2) Care Resp
    3) Care Type
    4) Ethnic Origin
    5) Religion
    6) Disability
    7) Sexual Orientation
    8) Age Range
    And move it to an internal table which has each Equality as a field.
    I referred to the following tables in order to get the question id's and its corresponding answer id's for questionaire.
    1) hrp5141
    2) hrp5125
    3)T77RCF_INFDAT
    And i tried to fetch the equality data using the class CL_HRRCF_QA_BL. This class returns the values from hrp5141. It also returns the object id, answer id and answer text. CL_HRRCF_QA_BL class also intern calls the function module HRHAP_DOCUMENT_GET_DETAIL, which gets the set of questions and its answers. But this question id's and answer's differ for document id's (QA_DOC_GUID).
    Here the problem is the object id for Doc id's (QA_DOC_GUID) are differing.
    Example 1: I have taken first QA_DOC_GUID - BF2C554821CFBFF180C5DKDINGKGNSKE as input to check its question and answer using CL_HRRCF_QA_BL class.
    The question id is here I am assuming is 20366558 and the corresponding answer id is 20368559 for Gender.
    Example 2: I randomly picked one more QA_DOC_GUID - BAS06AE4533374F1B3CF0018F346808A. The question id here is 50368915 and answer id is 50368918 for gender which is different from the first example.
    I am not able to decide on other fields as the answers for it could be generic viz., YES, NOT, Prefer not to answer etc. Whereas Gender holds the value of either Male, Female or Prefer not to answer, Religion holds Religion name or Prefer not to answer value and similarly Age holds the age range or Prefer not to answer value.
    Can anybody suggest on how to get the equalities values (the question id's and its corresponding answer id's).
    Appreciate quick response.
    Thanks in Advance.
    Thanks and Regards,
    Rashmi

    Hello RichR,
    To setup an iCloud account, you don't need an existing email address. Take a look at this article which contains more information about iCloud email:
    iCloud: Mail overview
    When you set up iCloud with a new Apple ID that doesn’t use an existing email address, your new Apple ID ends with @icloud.com and is the email address for your free iCloud Mail account. If your Apple ID doesn’t end with @icloud.com, @me.com, or @mac.com, you must set up an @icloud.com email address before you can use iCloud Mail. 
    If you already use iCloud Mail with an @mac.com or @me.com email address, you also have an @icloud.com email address. You have an @icloud.com equivalent for every active @me.com or @mac.com email address or alias that you have as part of your account. 
    After you set up your iCloud Mail account, you can sign in to icloud.com/#mail and start using iCloud Mail on the web right away. To use iCloud Mail on your devices, you must set it up on each device. For more information, see Set up iCloud Mail on your devices.
    Thank you for contributing to Apple Support Communities.
    Take Care,
    BobbyD

  • JTable allows sorting and filtering at same time

    Hi All:
    Any one has experience about having a JTable allows column sorting and row filtering at same time ?
    I've got JTable allows sorting, as well as a JTable allows filtering; but had a hard time to combine these functionality together. It seems I can't use separate TableModel since I need perform these two operations together on on JTable.
    any help is going to be greatly appreciated!

    Have a look at the QuoteTableModel at www.javapractices.com/Topic162.cjp
    (almost at the bottom of the page)

  • List view webpart sorting and filtering requires sign-in.

    I have a list view webpart on a page - both the page and the list are viewable to anonymous users.  The page loads great, but as soon as an anonymous user tries to sort, filter, or use the stock list search box, a login prompt is encountered.  Is
    there a way around this?

    Hi,
    For your issue, I have done a test in SharePoint 2013, and it works fine, I can’t reproduce your issue.
    Navigate to Central Administration ->Application Management->Manage web applications-> Select the web applications and click the “Authentication providers”->Click “Default” link
    “->Check the “Enable anonymous access” option->save
    Navigate to one of the site collections under the configured web application and go to Configure -> Site Settings-> Under the “Users and permissions” section, click the Site 
    permissions->click Anonymous Access in the Ribbon->In this dialog you have three configuration options, I checked Entire Web site.
    Whether the issue occurs in every site collection. Do a test in another site collection, compare the results.
    Whether the issue occurs in every web application. Do a test in another web application, compare the results.
    Here are some useful posts about how to enable anonymous access to a SharePoint 2013 site, you can use as a reference:
    http://blog.cloudshare.com/2012/10/15/how-to-enable-anonymous-access-to-a-sharepoint-2013-site/
    Best regards,
    Lisa Chen

  • Question on Forwarding and Filters

    Hi,
    I have a servlet X that forwards to a servlet Y. When Y is requested directly there is a filter specified in web.xml that does some preprocessing of the request. When X forwards to Y I want the request to pass through the filter, but it seems to go straight to Y. Associating the filter with X wont work because the filter would then process the request before X, instead of between X and Y. I can incorporate the functionality of the filter in Y but that defeats the whole purpose of using filters (there is a situation where I want to use Y without the filter). Is there is way to do what I want?
    Thanks,
    Paul

    Thanks for the info. You are correct, I was using 'forward'. I changed it to use 'sendRedirect' and this time the request goes via the filter. However, the request parameters that were in the original request have disappeared after the 'sendRedirect'. I could just add all the request parameters to the string I pass to sendredirect but was wondering if there was a better/simpler way.
    Thanks,
    Paul

  • Questions on Flip4Mac and MS Windows Media player for Mac

    If one installs "flip4mac" sofware, the plugin is installed. Will there be a icon or an application file for this software and an uninstaller file in the application folder? Do I have to activate the plugin before I use the web site to play the "wma" or "wmv" files? or it is not necessary to do that once it is installed? To uninstall, do I activate the "uninstall" file or the icon in the application folder?
    As per Dave, in the Maxfixit, he says he uninstalled and went back to using media player. Does the Microsoft WM player handle DRM files to play? If so why Craig is saying that Flip4Mac is a "MUST HAVE"? Why not install the Microsoft WM player instead of Flip4Mac?
    If one wants to install Microsoft WM player, what is latest version available for Mac? and where can I get it from and install it? MS WM player for Mac ver 9 comes in .bin or .hqt formats not .dmg format. Does the .bin format be installed by doule clicking on the file? or you need "stuffit" prog to expand and install the same?
    Appreciate your suggestions regarding this matter. Thanks.

    A Flip4Mac application folder is created in the Applications folder.  An uninstaller is included in the folder along with the Flip4Mac player application.
    Flip4Mac currently does not play files that are protected by the MS DRM.  However, if you use WMP on an Intel Mac you will have to run the browser in Rosetta because the WMP browser plug-in is not a universal binary.  I'm not sure that the Mac version of WMP will play DRM protected files.
    Yes, Stuffit is required to unpack the archive.  You can download Stuffit Expander from www.versiontracker.com or www.macupdate.com or www.allume.com.

  • POWL ---SORTING AND FILTERING

    Hi,
    Can any one tell me how to  change the column positions and column name .. of a powl table and how to add custom fields into that?

    Try to find the POWL feeder class, this will give you the way for doing that.
    http://wiki.sdn.sap.com/wiki/display/WDABAP/DocumentationInformationabout+POWL
    Best regards,
    Rohit

  • Question about kicker and best keying greenscreen techniques for removing small artifacts

    Hi,
    At the moment I'm doing some green screen shootings.
    The only problem I encounter is the fact that when I make a total shot from a actor the backlighting stand is visible between their legs.
    I have no possibility to hang the backlighting above the actors.
    What is the best technique to remove such small artifacts?!
    Thanks! David

    It sounds like a simple mask drawn around the stand will do the trick. A screenshot would help but from your description I'd just use the pen tool to draw around the offending object then set the mask mode to subtract. If the actors move you'll have to animate the mask position. The only critical part of the mask would be right next to the actors legs. You can leave lots of room around the object.

  • How can I sort and summarize a flatfile

    Hello,
    I have a question about sorting and summarizing in a file to Idoc scenario.
    The scenario is as follows.
    Flat file to Idoc conversion (invoic)
    Simple flat file structure (1 recordtype)
    Each record = 1 invoice item
    In a record are both header and item data.
    The file has to be sorted on a field (material number), and after this summarizing records with equal material number. The result contains one record per material number. This has to be converted to invoice Idoc.
    Does anyone have an idea how to do this ?
    Thanks in advance.
    Kind regards,
    Marco van Iersel

    Hi Marco,
    >>>>Do you know where I can find an example of such a XSLT
    try: xslt tutorial
    on google
    and search for sort function for example
    >>>>abap mapping
    this is the only example but it shows how to work with abap mapping:
    https://websmp105.sap-ag.de/~sapdownload/011000358700001795162005E/HowToIDocXMLToFlat.pdf
    Regards,
    michal

  • SAP Sorting and Search algorithms

    Greetings,
    I've been looking around but could not find a good answer regarding what kind of algorithms SAP uses for Sorting and searching.
    My guess is that SAP uses quick sort or radix sorts perhaps for sorting and linear search/brute force for reads. Any input on this would be appreciated.

    Hi,
    > Indeed, I'm interested in the "scalling behaviour (e.g. sort is n * log(n) like quick sort, " /Big O/BigOmega performance behavior.
    you can find them in standard sap courses (BC490, BC402) and in blogs by Siegfried and in books (e.g. http://www.sap-press.com/products/ABAP-Performance-Tuning.html or http://www.dpunkt.de/buecher/3096/performance-optimierung-von-abap%26reg%3B-programmen.html)
    > I'm required to make a mathematical analysis of the sorting performance used by SAP vesus certain amount of reads.
    As a rule of thumb if i remember right i learnt one should have ~50 reads before a sort pays off. Maybe Siegfried cann tell you more here.
    Kind regards,
    Hermann

  • Retrieving sort and filter criteria for interactive report

    I have developed a test management system in APEX. Users log in and see an interactive report with their assignments. Each test they've been assigned occupies one row.
    There is an "Execute" link for each row that takes the user to the test execution page, where they can see the input steps / expected results and report the test passing or failing.
    I've implemented "Next >" and "< Previous" buttons on the execution page, so the user can immediately go forwards or backwards in his assigned tests without having to return to the assignments page and click the Execute link on the next or previous row.
    The test execution page figures out what the next and previous assigned test is using the LAG and LEAD functions, like this:
    lag(assignment_id) over (order by ref_num_full) prev_id,
    lead(assignment_id) over (order by ref_num_full) next_id
    Notice that I've "hardcoded" the over clause to be the reference number of the test.
    The problem here - this solution ignores any custom sorts or filters the user has put in place on the assignments (interactive) report.
    Is there a way I can "grab" the interactive report (1) sort criteria and (2) filter criteria dynamically? I'm thinking I could then use dynamic SQL to build an OVER clause used in the lag/lead calls so that the application now follows whatever sort and/or filter criteria the user has put in place.
    Any help is greatly appreciated...thanks!!

    Thanks WTine!
    I took a look and determined
    - I can get the sort criteria from the APEX_APPLICATION_PAGE_IR_RPT view (SORT_COLUMN_# and SORT_DIRECTION_# columns)
    - I can get the filter criteria from the APEX_APPLICATION_PAGE_IR_COND view
    Regards, Rich

Maybe you are looking for

  • CS6 Apps Asking to "Renew Your Subscription" for Creative Cloud, for some reason.

    Hi community, I recently purchased a retail version of CS6 Production Premium because I did not like software as a service/Creative Cloud. Unfortunately, I got a good deal and tried it for a year. I did not renew, and removed all the CC apps. When I

  • Endless waiting for the windows support software to download

    absolutely uncomfortable speed when windows support software drivers downloading it seems to take a few days!!! ohhh, that expensive big data center... has anyone same problem?

  • EDI Transaction set for Serial numbers

    We are currently using 810/850/856 for communicating with our customers. We now need to send the serial numbers also to the customers. What EDI transaction set do we need to use? Any helpful links? Thx.

  • What do all the running aps mean?

    My system has been acting very strange as of late. Lag in typing, strange white blocks in the middle of my browser, etc. I though I would look at the Activity Monitor and see if there was anything there that stood out, but I realized that I didn't kn

  • ArcSDE SHAPE to SDO_GEOMETRY conversion

    Hello, savvy folks out there - I have a huge ArcSDE database that I want to query using Oracle Spatial's SQL API. I imagine that I need to add an SDO_GEOMETRY column to each feature class (a spatial table, really) and replicate into it the geometry d