Report sort ascending image

Hi,
I would like to change the sort image on my reports
(Ascending image and Descending image) when I switch themes.
How can I acheive that since I cannot use a template ?
Can I use a &item. variable in that field ??
Thanks
Francis.

We have directory for each client like that : /i/CLIENT1, /i/CLIENT2 but I can't put my ascending report image in this folder. I saw that this image must be in the ax folder (http://domain/ax/arrow_up_gray_dark.gif). How can I put my ascending image in /i/CLIENT1, if it's possible ?
Thanks
Sylvain Michaud
Homepage : http://www.insum.ca
InSum Solutions' blog : http://insum-apex.blogspot.com

Similar Messages

  • Hide sort(ascending and descending) buttons in an alv report.

    Hi,
    I want to hide the  sort(ascending and descending) buttons in an alv report.
    can any one help me with the code?
    I am not able to use the parameter IT_TOOLBAR_EXCLUDING
    of SET_TABLE_FOR_FIRST_DISPLAY of class  CL_GUI_ALV_GRID.
    Regards,
    Himanshu.

    Hi,
    data it_exclude type ui_functions.
    Exclude Standard Functions
        PERFORM f_excludetoolbar USING obj_cust_grid
                              CHANGING it_exclude.
    FORM f_excludetoolbar  USING  u_obj_cust_grid  TYPE REF TO cl_gui_alv_grid
                        CHANGING  c_it_exclude     TYPE ui_functions.
    Exclude Standard Functions
      CLEAR: c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_check              TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_refresh            TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_copy           TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_copy_row       TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_cut            TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_delete_row     TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_append_row     TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_insert_row     TO  c_it_exclude.
      APPEND u_obj_cust_grid->mc_fc_loc_move_row       TO  c_it_exclude.
    APPEND u_obj_cust_grid->MC_FC_SORT_DSC          TO  c_it_exclude.
      APPEND u_obj_cust_grid->MC_FC_SORT_ASC  TO  c_it_exclude.
      APPEND u_obj_cust_grid->MC_FC_SORT           TO  c_it_exclude.*
    ENDFORM.                    " f_excludetoolbar
    Hope it will helpful for you.
    Reward if found helpful.
    Regards,
    SB

  • Custom Rowtype Template with apex.widget.report.sort() - does this work?

    Hi Folks!
    I have a report with a custom rowtype template (3 rows for each dataset) and I have fiddeled around with the build-in javascript sorting-function. (Cause as it seems you can't use the standard sorting functionality on custom rowtemplates.) I came up with a short solution, but I would like to know how safe this is.
    Setup very simple:
    The Header-Template [before rows]
    <table id="myDomId">
        <thead><tr>
            <th><a href="javascript:sortCol(1)">Col1</a></th>
            <th><a href="javascript:sortCol(2)">Details</a></th>
            <th><a href="javascript:sortCol(3)">Col3</a></th>
        </tr></thead>
    Then the javascript handling runs like that:
    var qmmSorter = {};
    $(function(){
       setupSorters();
    function setupSorters(){
        qmmSorter.DomCatch = /\d+/.exec($('#myDomId>div').attr('id'))[0];
        qmmSorter.lastCol = 1;
        qmmSorter.asc = true;
    function sortCol(colnum){
    //console.log(colnum);
        if (qmmSorter.DomCatch) {
            qmmSorter.lastCol = colnum;
            qmmSorter.asc = !qmmSorter.asc;
            javascript:apex.widget.report.sort( qmmDomCatch,'fsp_sort_'+colnum + ( qmmSorter.asc ? '' : '_desc') );
    Maybe I'll also add some arrows to indicate what sorting took place. Tested so far in IE9 and Moz - all we really use in our internal network.
    But this seems all a bit just too easy. so I'd be really thankful for your comments.
    Tanks and greetings,
    Tobi

    TobiP wrote:
    But this seems all a bit just too easy. so I'd be really thankful for your comments.
    It would be even easier to use column header substitution and retain the built-in sort functionality (although this includes the sort direction image bug).
    <table id="myDomId"> 
      <thead><tr>
        <th>#1#</th>
        <th>#2#</th> 
        <th>#3#</th> 
      </tr></thead>

  • Ability to sort by image similarity.

    Ability to sort by actual image similarity.  This is the only way I can think of to identify duplicates in the catalog.  I know I have perhaps 5,000 dupplicate RAW images in my catalog and I can think of no other way to find them (so I can delete them and free up the space).  This could also be very handy for picking similar subject matter for a client.   This sounds like it would be very slow, but there is math for greatly speeding up the identification of similar images.

    You've got my vote for this as a feature, but I guess a definition of 'similarity' would be needed to implement.  One way would be to allow sorting by some user-defined combination of metadata fields, but I don't know if this is what you had in mind.  Anyhow, if this did come to be, it'd be nice to also be able to filter and see only 'similar' images.
    Short of a new feature, I've found that working with 'All Photographs', sorting by capture time, and visually scanning for duplicates works pretty well if the dups may have different names.  Otherwise sorting by filename works.  You can use metadata filters at the top to keep the number of images you review at one time reasonable.  Obviously, the smaller your catalog, the more manageable this is.
    There are a couple of plug-ins that may be helpful.  The "Duplicate Finder" plug-in will let you select from some metadata options and then run through the entire catalog, putting identified duplicates in a Smart Collection for you to review.  My personal experience with a previous version was that this took a very long time and failed to finish on a really large catalog (60k+).
    If you've got a lot of files to compare, LR/Transporter can be useful.  It lets you create a text file report on selected images containing whatever metadata fields you specifiy.  I found it helpful in some cases to output the filenames, capture time, edit time, etc.  If you are able to work with this data in Excel, Access, or some other database, you can whittle down your list of potential duplicates this way.  You then use LR/Transporter to import a list of images you want to flag, and you can then filter on that flag.
    Tedious no matter how you do it.
    Paul Wasserman

  • Html code visible when sorting ascending

    hello,
    I have a report where one column is sortable, but when i click the column header to sort descending, some text is visible over the column headers.
    this is the text that is visible, it is not visible when it sorted ascending.
    td headers="DOA" class="t9data">0
    Anyone know why this is happends?
    Anders
    Message was edited by:
    emband

    Peter,
    FYI - for HTML DB 2.0, the entry:
    PlsqlNLSLanguage DANISH_DENMARK.WE8MSWIN1252
    is incorrect. It should be:
    PlsqlNLSLanguage DANISH_DENMARK.AL32UTF8
    regardless of database character set. Note that on some instances, the PL/SQL Web Toolkit patch will need to be applied to accommodate this.
    http://download-west.oracle.com/docs/cd/B19306_01/relnotes.102/b16374/toc.htm#BGBCJIEA
    Joel

  • Sort ascending problem?

    (Numbers '09, 2.1 (436))
    I have an 8000+ row table of names and addresses that I tried sorting by street address.  When I did an ascending sort on that column, the rows with blank street addresses were split between the top and bottom of the sort.  This was not the case for a descending sort on the same column, where all of the blanks appear at the bottom of the list.  Is this a know bug?
    The data in the table is quite varied, but I grabbed some of the odder stuff for the images below.
    Ascending sort:
    Decending sort:

    The images did not make it into my previous post.
    Here is the ascending sort result:
    descending sort:

  • Wrong folder and report sorting

    We installed BO XI R2 SP4. Folder and report sorting is incorrect. How to fix that?

    Hi Wallie,
    we just started our mirgation from 6.5 to XI
    so BO XI SP4 on .NET is our first XI installation.
    Sort order is incorrect for both folders and objects
    and for both asc and desc orders.
    Most of folders/objects are sorted correctly but several of them are out of order.
    Examples:
    __ASC order__                            DESC order
    Class                                        User         
    Customer                                  Report Samples
    Data                                         Report Conversion
    Document                                 Feature
    Accident                                   Admin
    Admin                                       Accident
    Feature                                     Document
    Report Conversion                      Data
    Report Samples                         Customer
    User                                         Class
    I believe it gives the picture.
    Valentin.

  • Custom report sorting

    Custom report sorting
    I need to display the report column header in vertical format, hence I’ve to use to use some css code along with column name for that. Also, I want this column to be sorted by clicking the column name. So, I’m embedding the following url along with css and column name to enable sorting on this column when user clicks the column header. I got the following url by looking at the standard report with sorting enabled on a column.
    http://test.com:7777/pls/htmldb/f?p=100:22:&APP_SESSION:fsp_sort_1::RP&fsp_region_id=1870116795285540
    My questions are …
    How can I toggle the url to append “_desc” to the fsp_sort_1 parameter dynamically when the user clicks the column name, as it is done when standard column sorting is selected.?
    How can pass region id dynamically in the above url (last number in the url)?
    Any ideas are appreciated
    Thanks,
    Surya

    hi pavan
    i can just tell you that i had no issues with custom column sorting in webi with Enterprise XI 3.0 and Xcelsius 2008.
    Best Regards
    Ulrich

  • How to sort in numbers 3.0 sort ascending is grayed out

    I tried to follow "how to sort" in numbers, but I am doing something wrong. My "sort ascending" and "sort descending" are grayed out.

    Hi Jerry,
    I suspect you have merged some cells in the table somewhere. This confuses it, as it has no way of keeping the rows containing the merge together while sorting.
    Unmerging solved it when I had the same problem.
    Best wishes.

  • Oracle Reports - Unable to generate report with colored image in bitmap mod

    Hi,
    I am using Oracle reports 6i.
    I am generating a post script[.ps] file using bitmap mode.
    The layout contains an image. The image is stored in oracle database which is colored image.
    But when the report is generated same is being generated with gray color.
    Could any one advise on resolving this issue? The objective is to generate the report with colored image and not gray or black&white

    What kind of images do you have? Reports only supports a few formats, e.g. JFIF. So, if you have JPG images with EXIF meta information in the header, you have to remove those first.
    when the report is generated same is being generated with gray color.What happens if you sent the output directly to the printer?
    And what happens if you create a PDF file instead of Postscript?

  • In Report 6i, Blob image not showing

    i save blob image file in database using Oracle Form 6i.
    and now i create report to display image.
    Select id, Foto
    from table
    Image field is created, then i changed format type as image.
    Now the error displaying when i execute report is
    rep 1818: Unable to read data in image format
    and rep: -619 you can not run without a layout.
    Please help me.

    rep 1818: Unable to read data in image format
    and rep: -619 you can not run without a layout.
    this is the error

  • Can I sort the images used in a book's browser by the # of times used?

    I'm also producing a DVDSP slideshow of the event's (selected) photos not included in the book.
    Q2: Can I sort the images used in a book's browser by the # of times used?
    That way I don't have to search thru hundreds of photos. When used in a book, each photo gets a badge showing the # of times used. Can this badge be used in a sort?
    Or must I apply a keyword to the used (or unused) photos?
    Thanks.

    But if the file has been embedded, the file name is lost.

  • Exporting report to Excel, image doesn't want to show

    I have a report that has the client's company logo located in a narrative inside a report. The image is placed in the correct location as per the other posts on the forums. When I run the report and download to Excel, the image shows up as an x in Excel. Tried to use both of these syntax:
    <img src="images/Logo_stacked.jpg" alt="" border="0">
    <image src = "res/s_oracle10/images/Logo_stacked.jpg">
    Neither showed up in Excel. There is probably something that I am forgetting or setting somewhere, but any help would be appreciated. Thanks!
    Michael

    Hi There
    This is known bug from Oracle. The issue is related to Java version, you would encounter this if you are using Java 1.6, please downgrade to Java 1.5 and it would work.
    Hope this helps
    Sunil S Ranka
    Blog:http://sranka.wordpress.com
    Tweet : @sunil_ranka
    “Superior BI is the antidote to Business Failure”
    PS : @Buildscharacter, You being protective about your Tweets couldn't reply you.

  • Crystal Reports Developer 11 - image quality in exported pdf file

    I need to create a report with many images and export it to a pdf file. The image quality in the pdf file is slightly lower than in the rpt file. Can someone tell me how to increase the image quality in pdf file?
    Thanks,
    Hong

    This document explains how to increase the image resolution when exporting:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30407084-c51d-2b10-1f81-813488350e6f
    But it's for Crystal Enterprise 8.0, do you know if Crystal Reports 11 will work the same way?

  • Azure Sql Reporting Service external Image

    We are working on Sql Azure Reporting Services, we have a situation where we need to display client logo on report. We are passing Image path (URL) as parameter
    to the report which works fine on normal windows server reporting services, but when we move to Sql Azure Reporting it fails to show image on report e.g. image path can be like "http://p.lui.li/img-30718_images_j-r-full.jpg".
    Any help will be highly appreciated.

    Thanks for your question. Unfortunately we are in the process of deprecating SQL Reporting services.  Full details are available at http://msdn.microsoft.com/en-us/library/gg430130.aspx
    Thanks Guy

Maybe you are looking for