Library Filters - Sorting

Is there any way to restructure the dropdown of library filters from ascending to descending...
This would allow the 2013 Issues to come first before 2012 Issues, 2011 Issues, etc...

If it worked yesterdaya dn not todayt ehn the odds are heavily in favour of it being user error rather thana coding error.
Also, when you click on a parameter (e.g. a keyword, camera mdel, etc) the title in the top left drop-dwn menu should change to Custom Filter, thta is unless you have actually craeted a filter based on thsi specific parameter.
May be you could explain exactly what happened yesterday and isn't happeing today.

Similar Messages

  • Library Filters does not work

    Yesterday, Library Filters worked in Lightroom 4, but today they do not.  Whenever I pull up the Metadata filters and select a parameter, the title of the filter switches to "Custom Filter" and nothing is selected.  I have no idea other than a programing error that could cause this.

    If it worked yesterdaya dn not todayt ehn the odds are heavily in favour of it being user error rather thana coding error.
    Also, when you click on a parameter (e.g. a keyword, camera mdel, etc) the title in the top left drop-dwn menu should change to Custom Filter, thta is unless you have actually craeted a filter based on thsi specific parameter.
    May be you could explain exactly what happened yesterday and isn't happeing today.

  • Library filters on Android

    Hey all,
    We published multiple folio's in different languages for our Android app.
    All the folio's show up as supposed to.
    We also added Library filters for each folio (before publishing), but the Android-app does not show a filter button.
    We've checked the WebService response from Adobe and all the filters are coming into the app.
    This help site says filters are only available for iOS, but I find that somewhat hard to believe:
    http://helpx.adobe.com/digital-publishing-suite/help/create-library-filters.html
    Any ideas on why it's missing or can someone confirm the article mentioned is actually right?
    Thanks in advance,
    Justin Hammenga

    Bob's documentation above is correct. Filters are currently only supported on iOS.
    Neil

  • The filtering , sorting , totaling action on ALV report is lost

    Hi ,
    I have an Interactive ALV report which i sort it , filter it and total it before I enter into my Z customised screen, from my Z cusomised screen when I come back to the ALV report, the report is no more sorted, no more filtered and no more totaled.
    Please help me on this its a bit urgent.

    *& Report  ZALV_SUM
    REPORT  ZNNR_ALV_SUM.
    TABLES:     ekko.
    type-pools: slis.                                 "ALV Declarations
    *Data Declaration
    TYPES: BEGIN OF t_vbap,
      vbeln TYPE vbap-vbeln,
      matnr TYPE vbap-matnr,
      netwr TYPE vbap-netwr,
      waerk TYPE vbap-waerk,
    END OF t_vbap.
    DATA: it_vbap TYPE STANDARD TABLE OF t_vbap INITIAL SIZE 0,
          wa_vbap TYPE t_vbap.
    *ALV data declarations
    data: fieldcatalog type slis_t_fieldcat_alv with header line,
          gd_tab_group type slis_t_sp_group_alv,
          gd_layout    type slis_layout_alv,
          gd_repid     like sy-repid.
    *Start-of-selection.
    START-OF-SELECTION.
    perform data_retrieval.
    perform build_fieldcatalog.
    perform build_layout.
    perform display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
          Build Fieldcatalog for ALV Report
    form build_fieldcatalog.
      fieldcatalog-fieldname   = 'VBELN'.
      fieldcatalog-seltext_m   = 'Sales Order'.
      fieldcatalog-col_pos     = 0.
      fieldcatalog-outputlen   = 10.
      fieldcatalog-emphasize   = 'X'.
      fieldcatalog-key         = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material Number'.
      fieldcatalog-col_pos     = 4.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'NETWR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-do_sum      = 'X'.        "Display column total
      fieldcatalog-cfieldname     = 'WAERK'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'WAERK'.
      fieldcatalog-seltext_m   = 'Price Curr'.
      fieldcatalog-col_pos     = 8.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    endform.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
          Build layout for ALV grid report
    form build_layout.
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    gd_layout-totals_only        = 'X'.
    gd_layout-f2code            = 'DISP'.  "Sets fcode for when double
                                            "click(press f2)
    gd_layout-zebra             = 'X'.
    gd_layout-group_change_edit = 'X'.
    gd_layout-header_text       = 'helllllo'.
    endform.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
          Display report using ALV grid
    form display_alv_report.
      gd_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
               i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
               i_callback_user_command = 'USER_COMMAND'
               i_grid_title           = outtext
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
               it_special_groups       = gd_tabgroup
               IT_EVENTS                = GT_XEVENTS
                i_save                  = 'X'
               is_variant              = z_template
           tables
                t_outtab                = it_vbap
           exceptions
                program_error           = 1
                others                  = 2.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
          Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    select vbeln matnr netwr waerk
    up to 50 rows
      from vbap
      into table it_vbap.
    endform.                    " DATA_RETRIEVAL

  • Enable/Disable Library Filters not working properly

    I am running LR 3.4.1 on OS X 10.6.8.  The Library>Enable Filters command does not work properly when I have a Library Filter set up to  filter on more than on criterion. For example, I have a Library Filter preset called "Needs Location  Keywords" that selects all images for which don't have "Location" as one  of their keywords and which are not flagged as Rejected.  In other  words, there are two filter criteria applied: 1) TEXT: Keywords "Don't Contain" "Location"
    2) ATTRIBUTE: Flag = Flagged OR Flag = Unflagged Toggling the Filter State by choosing Library>Enable Filters works as  desired when the Filter State is changed to OFF; all images in the  selected folder are displayed.  However, when Library>Enable Filters is selected a second time, changing the Filter State back to ON, only  one of the original filter criteria is applied, namely: 1) TEXT: Keywords "Don't Contain" "Location" However,  ATTRIBUTE Filtering is NOT re-enabled as one would expect. 
    This is repeatable with different filter settings and different folders.
    Is this behavior unique to my system or are other seeing the same thing?
    Thanks,
    Michael

    It is a known problem, but certainly not widely-known. The filter columns don't work properly on custom fields when the field is text and when the entered value consists of more than one word. IIRC they work if the possible values are listed in the plug-in's field definition, or with "enum" fields.
    Smart collections do work as expected with text custom fields.
    John

  • How do I get my library to sort alphabetically?

    It is currently sorting my entire library (regardless of whether I sort by album, song title, artist name, etc.) in this order: A, E, I, O, U, H, K, L, M, N, P, W, B, C, D, F, G, J, R, S, T, V, Y, Z, and #s.

    I suspect you may need to backup & then restore the device to resolve this one...
    tt2

  • Change in the way the library is sorted with the update 7.3

    Am I crazy or the sort has drasticaly change with the new update 7.3 of ITune.
    I used to put an exclamation mark before the artist in order to recognize the CDs I imported versus the one I downloaded or my other mp3.
    With the 7.3 update I now have the same artist repeated 5 to 6 times even though the artist name is exactly the same. It looks like this:
    !Pearl jam
    Pearl jam
    !Pearl jam
    !Pearl Jam
    Pearl jam
    And then goes to a different artist.
    Am I the only one with this problem and does anyone know how to fix this or can explain me what exactly is used in order to sort my library (both on my Ipod and my Itune)???
    Thanks
    S

    imjolly wrote:
    the errors appears to have significantly increased but from your btspeedtester results you download speed is ok for your connection speed/profile so just make sure that the errors don't start to affect your download speed
    tried bttspeedtester and worked fine and same as normal.  your results look more like beta version.  you can try again later and see if ok
    Hi imjolly,
    It was definitely the normal speedtester I ran and not the Beta Version.
    However, I have just come back in and run speedtester again and the display iback to normal, viz :-
    1. Best Effort Test: -provides background information.
    Download  Speed
    2.57 Mbps
    0 Mbps
    4 Mbps
    Max Achievable Speed
     Download speedachieved during the test was - 2.57 Mbps
     For your connection, the acceptable range of speeds is 1.2 Mbps-4 Mbps.
     IP Profile for your line is - 2.94 Mbps
    2. Upstream Test: -provides background information.
    Upload Speed
    0.35 Mbps
    0 Mbps
    0.45 Mbps
    Max Achievable Speed
    So it looks like a one-off error.  I could not afford to wait another hour to run another test before leaving this morning.
    You say "just make sure that the errors don't start to affect your download speed".  The hub stats and speedtester results suggest speed is consistently reliable at ~2.6Mbps.  However, my wife was trying to place an online grocery order yesterday afternoon and she said it was so slow she had to quit and come back to it in the evening.  So can these errors cause a short term drop in speed that will not be picked up by speed checks then ?  If that is the case, what can be done to reduce the errors please ? 
    Best regards,
    dfenceman
    Best regards,
    dfenceman

  • Library Filters: Filter for multiple values in a single column and Wildcards

    If you have a multi-value column in a library, can you filter to show only results where two (or more) specific values (terms) are applied? E.g. Year 2014 and Month January? Seems this would be particularly useful for Enterprise Keywords columns.
    Similarly, is there any way to filter on one value OR another value in a single column (e.g. Document Type Memo OR Fax)?
    Any way to use wildcards in searches (would be REALLY useful in the Title and Name columns when naming conventions have been followed).
    I'm guessing the answer is going to be 'move to SharePoint 2013' - if that is the case, please confirm whether all the scenarios mentioned above are catered for.

    Thanks for your replies !
    Is there any other way to achieve this ?
    There is 1 InfoObject which has 2 fields Employee and Department.
    Employee     Department
    001                A
    001                B
    001                C
    In the report there should be 1 row for Employee 001 with all the Departments displayed in the same cell separated by commas.
    Can this be done in the backend through a ABAP code?

  • Library filters: can I add to the list of metadata fields that I can search by?

    Is it possible to add to the list of metadata fields that lightroom can search for images by?
    I know about the 'Any searchable ... ' but that does now allow me to search for specific conditions -
    I am using some of the IPTC fields as a way to classify images of mine for various purposes and would like to
    do something like search for images where the iptc source field has a certain value while the instructions
    fields has some other value. I do not think this is possible using the available tools.
    So, I'd like to be able to add these fields to the menu of possible fields in Smart collections
    of the library metadata filter.
    So, am I missing something obvious? Can this be done?
    Cheers,
    Bonny

    Hi Rob,
    Thanks for this plug in - it's really great.
    The fields I'm looking for are part of the IPTC fields, and since I'm entering them in LR, they're not part of the image,
    and I assume not something that exiftool can find in the image. So unfortunately I do not think I can use this plugin
    for the actual purpose I'm intending.
    I'll shed some light on what I'm doing and therefore what I'm looking for:
    I have a collection of images (of people) that I need to match names to.
    I use some IPTC fields (that are otherwise useless for me) to store this data.
    These fields are the "Job Identifier", "Instructions", "Creditline" and "Source" in the IPTC tagset.
    At  some point I then want to look for errors in the data entry, etc and so I need to search for various
    values of those fields for validation purposes mainly.
    I created a tagset using Jeffrey's plugin and it allows me to view and use only the info I'm after, but no searching.
    Your plugin provides more complete functionality (tagset creation as well as the searchability). The only question
    is how do I go about using your plugin to use the fields I'm using?
    Cheers,
    Bonny

  • DPS Folio producer / Organizer: library filters

    Hello,
    It would be great to be able to fill the "library filter" with several items in Folio Producer.
    Thanks.

    Thank you for your replies.
    It does list all of the articles, yes. Just no thumbnails.
    We didn't export anything to PDF - they are all still indesign files...why would it have changed to PDF? Will the issue still work when submitting it to apple, if you can't see the thumbnails in the DPS folio producer organizer?

  • Library is sorting weird

    Hey, I imported a mix CD, and all the information is correct, the Tracks are properly numbered and my library is set to order by album BUT my library has the track all reordered (7, 14, 21, 3, 6, etc.) It didn't do this to any of my other CD's and this is the first CD i've imported since I upgraded. Is there anyway to fix this problem?

    I figured it out. By simply adding an album artist "Varius Artists" the CD rearranged itself the right way again! I had to change nothing else!

  • Filtering/sorting by aspect ratio?

    When sorting using aspect ratio, LR3 only has 3 option: landscape, portrait, square, but there are many other aspect ratios defined in the catalog such as 2x3, 10x16, etc.  Is there any way to tell LR3 to only display images of a certain aspect ratio, such as 4x6??  Alternatively, is there anyway to have LR conspiculously display this information, so I can tell by looking?  I know in "info overlay" there is an option to show "cropped demension", but this is shown as number of pixels which is a little hard to tell at a glance that ratio they are.
    This is important for me because if I want to print an image, I must decide what size print I want and must make sure the image is of correct aspect ratio.

    Thank you, guys... I like your advice and I will heed it moving forward.  I am completely self-taught (as I suppose most of us are) and I learn more and more as with each site, page, and mistake!
    To answer your question about why I didn't use datetime, it's because there are actually three time factors for each event... date (which is a date field), start_time (which is a time field), and end_time (also a time field.)  I created a CMS for my friend (it's a site for her non-profit group) so that she can add/edit/delete events herself. She enters the date, start time, and end time (along with other info) into a form and submits (inserts) the record.
    Using separate fields/columns just made more sense to me, as it's easy to use different form fields to submit the data, and also so that the date and times can be modified independently.  Lastly, I needed two time fields anyway, so either way there would have been an additional time field.  I'm not 100% sure if this all makes sense, but it's what occurred to me at the time I was coding it.
    In this case, for example, even if I'd used datetime for the event, I would still have a separate field for end_time, which is what I would need to be checking in this query.  So, date is a date type, and end_time is a time type... any thoughts on how to go about this query?
    (On a totally unrelated note, I just created my first Cron Job to delete old events once a month, and successfully tested it... learning more and more every day!)
    Message was edited by: Mike_Watt because typos are in his nature.
    Message was edited by: Mike_Watt because typos are STILL in his nature.

  • Create library filters

    This question was posted in response to the following article: http://help.adobe.com/en_US/digitalpubsuite/using/WS0c3a05c4a1d2af7d23013630138c95c5ecc-80 00.html

    This is a parameter on the folio level, that I believe could be somehow added to any folio, that is already on the server, not just v22 and up, so the empty Library Filter text box would be displayed for any untagged yet folio. Does DPS team working on this or is there any easy way to just assign v22/23 to already published folios?
    Thank you!

  • A "freeze " option in the library filters ?

    1 My problem :
    When I choose the "no keyword" filter, I get the correct pics selected, BUT as soon as I enter ONE keyword , the pic disapears from the grid.
    Normal , it has now one keyword
    I would like it to stay , the time to enter other keywords
    2 My proposed solution: add a "freeze" icon
    When it is selected, the pics stay on the grid , the filter is refreshed only if the "freeze" icon is shut down , or if we change the grid (other filter, other folder etc...)
    It would be also useful when I try to fine tune the stars (select above 2 stars for instance) and  the selection would freeze so I can compare the pics even if I upgrade ou downgrade certain pics.
    3 There is a loop around , go through the quick collection, but it is not very practical, just have to type
    ctrl maj B,G, ctrl A, ctrl B, ctrl D,
    for : clear quick collection, grid, select all, put in quick collection, select none ...and start to work
    I have written it on the mirror of my bathroom, so I can recite it by heart every morning while brushing my teeth!!
    What do you think about that idea?

    Another quick workaround would be to add a single keyword to all your "no keywords" or stars at one time that would be easy to find at the top of the alphabetical keyword list (like 1  aaa...) and work from there. Then delete it when all your keywords are assigned. Not as elegant as your solution but it might avoid those worried posts to the forum from people who can't figure out why Collections aren't working right when the "freeze" button has been unknowingly selected.

  • Crystal Reports Viewer 2008- cannot get filters/sort to work

    We have CR 2008 and have downloaded the viewer for end users to be able to filter the report results.
    My developer reports that he is able to apply parameters when working in the designer but that the parameters do not allow you to set them when looking at the report in the viewer.  They wonder if you have to have the designer installed or CR server in order to enable this. I thought you did not.
    Does anyone know how to set parameters so that they pass to the viewer and can be edited by the end user?
    THANKS!

    Check this site for a list of [3rd party viewers|http://www.kenhamady.com/bookmarks.html]_
    I've used the Logicity Free before, it allows the user to input parameter values.
    HTH,
    Jason

Maybe you are looking for