Report header with images instead of text - sort is screwed up

Hi all,
I have a package which returns a given text in from of an image file - I adjusted my template to use the package etc. So far so good - no problems. Only if I enable the sorting for the columns I get a screwed up result !
My Column Heading Template is
<th class="t18ReportHeader" #ALIGNMENT# valign="Bottom" id="#COLUMN_HEADER_NAME#">
<img src="IMAGE.GET?p_text=#COLUMN_HEADER#&p_attribute=BG:EFEFEF:FC:000000:ANGLE:70">
</th>
With sorting enabled this shows up as:
<th class="t18ReportHeader" align="left" valign="Bottom" id="PERSON_ID">
<img src="IMAGE.GET?p_text= *<a href="javascript:$a_report('2152526465901175',false,false,false,'fsp_sort_1_desc')" title="Sort by this column">* Employee Name *</a><img src="/i/arrow_up_gray_dark.gif" width="13" height="12" alt="" alt="Sort by this column" />* &p_attribute=BG:EFEFEF:FC:000000:ANGLE:70">
</th>
As you can see the procedure IMAGE.GET?p_text= is not called with the right parameter (should be "IMAGE.GET?p_text=Text&p_attribute=...")
I also looked into the possibility to use PL/SQL heading and return the <IMG ...> code myself - but where would I store/manage the descriptions ? (Also this would break my Export functions)
My question is: are there any other substitution variables available to define the header text- and maybe the sort ? Or has anybody else any other idea ?
Thanks a lot
Thomas

Hi,
That is an interesting problem... The easiest option I see is to remove the img tag from the template and add it to the column header itself (in the report definition). For instance, put this in the column header:
&lt;img src="IMAGE.GET?p_text=Employee Name&p_attribute=BG:EFEFEF:FC:000000:ANGLE:70"/&gt;
I think this would work for sorting, but probably not for CSV export. What you could do for the CSV export would be create copies of all columns, set the column titles to plain text, and set the conditional display of them based on CSV output or not. A bit of pain but would be bearable if not too many columns...
I hope this helps...
Luis

Similar Messages

  • Is there a way to create a heading with shading behind the text and thin lines above and below?

    I'm working with InDesign CS6, Windows 7.
    Is there a way, using paragraph rules, to create a heading with shading behind the text and thin lines above and below the text?
    I'd like to create headings that look like these:
    Thank you!

    I have a document where I almost do such, but without the fill. I use a Head Style which Spans Columns for this instance; it allows the haeds to flow and fill the width.
    Paragraph Rules above and below are turned on with plenty of offset.
    I tweaked my setting to accomodate your need - It required only one instance, not above and below, and changing the stroke to a double stroke. 
    It may be necessary to create a custom stroke to modify the proportion of stroke vs fill. There is a difference of thin-thin and  thick-thick, neither of which seemed perfect but might be dependent on the Character height.
    Creating custom strokes is accomplished via the Strokes Panel.

  • How can I make the tab image instead of text.

    Hi guys,
    How can I make a tab displayed as image instead of text?
    Best Wishes,
    Fateh

    Thanks Jari,
    I use Apex 4.0.2 and the theme is Builder Blue 2. When I click edit tab, I get "Tab Label" that is required field and a region called "images". As I got from you, I cannot utilize images in my case.
    Regards,
    Fateh

  • Helvetica Light Appears As An Image Instead Of Text

    Earlier i was using "Helvetica" on my Adobe Muse website that i am designing. I had to change it from "Helvetica" to "Helvetica Light" and the text started to show as an image instead of text. I mean it does not remain text anymore and when i export the site it shows as a png file. Although i can still edit the text of course.
    I have seen a question on the forum (HERE) that explains what is happening but there is no explanation how to correct it. I really want to use Helvetica Light instead of normal Helvetica. Can any one tell me how to keep it as a text instead of a png file?
    Thanks!

    Not all visitors to your website will have Helvetica Light installed on their computer, so the only way for Muse to give that exact look is to turn the text into an image.
    If you want the text to stay live text and not become an image, you have to limit yourself to the fonts in the 'web safe' or 'web fonts' categories. If you use a system font, Muse will rasterize the text to give you the exact appearance you desire.

  • Fillable PDF with graphics instead of text?

    Is there a way to create a fillable PDF where you import a graphic instead of just typing text in?
    I have a form that will be used by and organization with multiple chapters.  They would like the Fillable PDF made so that each chapter can just drop in their own chapter logo into the form and print.  Is there a way to do this without me having to create a different PDF for each chapter with their own logo in it?
    thanks

    There is if it doesn't have to work with Reader. This was discussed in a recent topic here: http://forums.adobe.com/message/4082243#4082243
    A form created with LiveCycle Designer will allow Reader to populate an image field with images of certain formats, but the button approach is far more flexible, apart from the Reader issue.

  • WebRowSet With Image Columns (or text)

    I tried posting this in the general Java programming and got no response.
    We have a requirement to pass part (whole rows) from a table in one DB to the same DB schema on a different machine via web services.
    We thought we could use WebRowSet to pull the data out and pack it into an XML file, send, and re-synch the data in the other DB.
    Every time we call the writeXml() for the WebRowSet a null pointer exception is being thrown. I changed the output object from a file to System.out to see where (what column) it is having problems and it seems to have problems on an image column.
    What is needed so the image fields are placed into the file?
    Thanks
    Larry

    Hi,
    I have the same problem with postgresql database with columns defined as TEXT. Did you solve your problem?
    What are you doing?
    Thanks,
    St�phane

  • Report Header with Member Information and body with claim information

    So we are designing this report that has Member Information in the Header of the SSRS Report and it's in the header because we want the member information to repeat on each individual page to identify who it belongs to. Within the report we want to report
    on all the claims for that member. Now our business user does not want the claim data as a tablix because the amount of claim information they're asking for is just too long. What I'd like to do is for each claim put a data label followed by its corresponding
    data...kind of an old fashioned report.
    So obviously I'd like to control the amount of claim information so that each page will hous an individual claim.
    What is the best way to do this? With a Subreport?
    Thanks for your review and am hopeful for a reply.
    ITBobbyP85

    Hi ,
    You can achieve this using below;
    1.Insert one List Control in Report Area.
    2.Delete Details from Row Group Area.
    3.Group by on Row Group "claim Name" .
    4.Delete Column from Tablix that is used fro "Claim Name" .use Delete Columns Only.
    5. Right Click on Claim Name Group -> Group Properties-> Page Break ->Between each Instance of Group.
    6.In Tablix -> Right Click on Row ->Insert row-> Inside group below
    7. now you have skeleton use upper cell for Report Header that will be Claim Name in your Case.
    8. Drag one Tablix in Second Cell -> Bind data you require
    Please share if you have any issue.
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • Custmoize the Webpart header with Image

    Hi,
    I would like to customize the web part header's with image in sharepoint 2013. How do i custmoize using CSS.
    The below one is custmoized in Sharepoint 2010. The same i want to do it in Sharepoint 2013.
    <wrap type="none"></wrap><anchorlock></anchorlock><//span>
    And he CS for the above is
    .ms-WPHeader > TD{
     background-image: url('/Style Library/HRSite/WP-MidBlue.png');
     background-repeat:repeat-x;
     padding-
     padding-right:1px;
     height:33px;
     border-bottom-style:none!important;
     border-bottom-color:inherit!important;
     border-bottom-width:0px!important;
    .ms-WPHeader td:first-child{
     width:5px;
     background-image:url('/Style Library/HRSite/WP-LeftBlue.png')!important;
     background-repeat:no-repeat;
    .ms-wpTdSpace{
     width:7px;
     background-image:url('/Style Library/HRSite/WP-RightBlue.png')!important;
     background-repeat:no-repeat;
     background-color:transparent;
    Any help is much appreciated.

    You should be able to do that. i.e. Put a div tag as the first section, create a CSS class with image background, apply the same CSS class to all webpart.
    If you want to use the MS default CSS class, you may want to use something like ms-webpart-zone to identify the web part you want to modify.
    If this sounds confusing, here are the steps,
    1. identify a MS class that you can use to get the starting element of your web part.
    2. append your heading element to the web part element, assign a custom class name to this element
    3. define the class you used in step 2.
    John Architect

  • PDF created with text as image instead of text

    Acro Pro 9.3.2 on Win 7 Pro 64-bit using OpenOffice.org 3.2.0, Impress.
    When I create a PDF from a presentation document using the referenced, the text is rendered as an image (which I don't want). I've gone through the settings several times and can't find something which is probably painfully obvious. Oddly enough, if I use OpenOffice.org's Export as PDF feature, the PDF comes through exactly as I'd expect it to, with the text generated as text.
    Would anyone know what setting(s) I've overlooked so I can change the behavior in Acro Pro? Thanks.

    Bill, thank you for putting so much time into this. As you can see from my other responses, the problem may well be limited just to the one doc in question so it's not worth any more of anyone's time. If nothing else, I feel less embarrassed knowing I (apparently) didn't overlook something obvious. I probably shouldn't write that, should I?
    In case it's of interest, I tried unchecking the "rely on sys fonts only" option and that didn't change anything.
    OO 3.2 is a significantly better product than 2.4 btw. I realize you didn't say anything negative about it. I just wanted to drop that in.
    Again, thank you for working on this.

  • HTML Button use an image instead of Text

    I have an HTML button in its own region called A_BUTTON, its current Button display attributes are
    sytle: HTML Button
    Attributes: name="A" class="where_clause_button"
    what it does is i use a dynamic action based off the where_clause_button jquery selector and use javascript to update a hidden field. I would now like to use the Oracle Logo for example as the image of the button instead of using a text label for it. I tried adding to the Attributes src="http://www.oracleimg.com/admin/images/ocom/hp/oralogo_small.gif". When i run it the button still works the same as before but without the image and retains its Text Label, in this case its A.
    the html it generates is for the button during runtime is:
    <input type="button" src="http://www.oracleimg.com/admin/images/ocom/hp/oralogo_small.gif" class="where_clause_button" name="A" onclick="apex.submit('');" id="A_BUTTON" value="A">
    How do i retain the functionality of this button but make it an image button?
    Edited by: Brobot on Feb 9, 2011 5:22 PM

    <li>Use a template based button and customize the template with the image.
    <li>Add appropriate JS code to the URL section(prefixing with "javascript:" ) and optionally add a some ID attribute for easy JS access.

  • Disk Copy 6.3.3 reports problem with image - but not always

    I have run across a problem with Disk Copy 6.3.3 that looks to me like a bug of some sort, but I can't be sure and want to see if anyone has any additional information. I am running Mac OS 8.1 on a Quadra 950, just in case it is important.
    I have saved almost all my old installation floppies as Disk Copy images and now use these images if I have to reinstall software due to failures of several original media. I recently had reason to reinstall software that was stored on multiple disk images and I could never mount them all without receiving the following error after some of the disks were mounted:
    +There is a problem with the disk {whatever the disk name is}.+
    +Some information may have been lost.+
    +Check any recently-used files for data loss, and use a+
    +disk-repair program on the disk.+
    After further investigation, I found that this problem not only affected this set of installation disks, but others as well. To make a long story short, I have found that I have at least two Disk Copy images that are causing this behavior. I have dozens of other images and they all mount successfully UNTIL I mount one of these two image files (there may be others, but I know of at least two at this time). After I mount either of these two images, many (I estimate more than 50%) of the other images seem to mount, but the message above appears after the mount completes. Some of the images seem to mount without errors, even after one of the two problem images are mounted. Unmounting the problem image does remedy the problem. The only way to mount images without errors again is to reboot.
    Has anyone seen this before and have any additional information? In particular I would like to know if I can trust the images that are giving me problems - in particular the two that are causing this situation, but also the ones that indicate data corruption? I'd also like to know if there is a real fix for this problem? If the data in these images is not corrupt, I could make floppies from them every time I want to reinstall software, but I'm not sure the data is good and I really don't want to have to try to find floppies just for an occasional reinstall. Thanks for any help!

    Well, I've got some additional information. I have a Macintosh LC running 7.5.5 that also has Disk Copy 6.3.3. I didn't copy the image files to the LC, but instead mounted them over the network, in a half-hearted attempt to rule out issues with disk I/O errors causing this problem. All images mounted without any errors. This pretty much eliminates any problems with the disk image itself being corrupt or with it being a problem with the content of the disk image causing a problem with Disk Copy 6.3.3.
    I had been having some signs that my current system disk on the Quadra may be ready to fail, so I added another disk, formatted it, and installed a fresh install of 8.1 on it. Before doing much of anything to customize the installation (no software other than on the 8.1 install disk, almost no settings other than the default, etc...), I tested the images again and they failed again. This eliminates any problems with third party software that I had installed previously. I even booted with extensions disabled and still got the error message.
    When I look in the Disk Copy log file, there are NO signs that any errors have ever occurred. This leads me to beleive that the message I'm seeing is not the fault of Disk Copy, but either the System or the Finder. My best guess right now is that once the image file is mounted by Disk Copy, that it is asking the System/Finder to do something that is either failing and produces the error message, or is returning an unexpected return code and causing Disk Copy to produce this message (which for some reason isn't being logged). If nobody has any clues from the additional information, I'll try reinstalling again with only a minimal install and see if I can figure something out. Thanks for any help that anyone might have!

  • Image instead of text in Spry validation?

    Hi,
    I have 2 questions concerning Spry implementation:
    1. Instead of a long winded error text message in a textfield validation I just want to put a little image ( a picture tells a thousand words, they say!), like an "X" or in case the entry is valid, "Tick- or Check-mark". Is this possible?
    2. I want to "Enforce" a certain "Format" for a "Date of Birth" entry which had to be numeric, "Year | Month | Day ". Somehow, both these options are grayed out in the textfield validation dialogue. Is this possible?
    Thank you in advance..
    zabberwan

    Hi Gramps,
    Sorry for this late response. I tried the method you pointed to, but it did not work properly, but I got to doing what I wanted to by changing the .css for the classes and also making a new class in the SpryValidationTextField.css etc.and then applying it in the source code among the span tags.
    I have a new question, but will post it separately.
    zabberwan

  • Custom spry type menu using images instead of text

    Hi.
    Before I ask my question properly, I just want to put it out there that I have created my almost finished (apart from this part) website pretty much cometely in design view. I am very very limited with HTML and have zero scripting experience.
    I'm looking for a step by step guide to the solution/s if anyone can be so kind as to help.
    My website uses a non standard font throughout so my headings are all .png files including the menu bar navigation.
    I would like one of my menu buttons to continue to switch to a different image as the others do (it simply changes colour) but also drop down a further two clickable images in the spry style.
    Is it possible to create a rollover image that has further hotline regions or clickable images as part of it?
    If not, can you create a spry menu with no text, just background images?
    Alternatively, is there another way to achieve what I'm looking for.
    Thank you very much.

    Use a background image, keep the original label (e.g. Home) for accessibility (screen readers, search engines etc), but hide the labels by placing them in a span and giving the span a left margin of -1000em. Also give the item an identifying class (home),as per
    <li><a class="MenuBarItemSubmenu home" href="#"><span>Home</span></a>
    and the CSS
    ul.MenuBarHorizontal a span {margin-left: -1000em;}
    ul.MenuBarHorizontal a.home {
        background: url(home_bg.png);
    Give the hover and focus a background image of choice.
    Gramps

  • How do i place image instead of text  in swing button  ?

    Hi
    I need to place image in place of text in button i.e in place of button name i need to display image.
    Please tell me how to do this.......

    You'll need to use CSS floats.
    .floatLt {
         float:left;
         width:auto;
    HTML:
    <div class="floatLt">
    YOUR LOGO IMG HERE
    </div>
    <ul id="MenuBar1" class="MenuBarHorizontal floatLt">
    YOUR MENU GOES HERE
    </ul>
    Coding skills are essential to using DW.  Learn HTML & CSS first.  DW will be much easier.
    HTML, CSS & Web Design Theory Tutorials -
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    http://webdesign.tutsplus.com/sessions/web-design-theory/
    Nancy O.

  • OS X 10.7 After the last update (october 2013). How can I 'browse history' by images instead of text?

    After the last os x 10.7 update: how to view 'browse history' by image? And not only text?

    That crash appears to be casued by the Facebook plug-in.
    Create a new account (systempreferences -> accounts or Users & Groups on 10.7 and 10.8), make a new Library in that account, import some shots  and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.

Maybe you are looking for

  • Forms application is broken since a java upgrade

    All, our user services center upgraded java on end user desktops. Since the upgrade to 1.6.0_50, some Oracle Forms webutil calls when running the form via a web browser just hangs the browser. My developers are making webutil calls from Oracle Forms

  • FM to convert XString to String

    I am developing an simple application to upload an excel file and display its contents in a table in Solution manager using Web dynpro. But 'HR_KR_XSTRING_TO_STRING' is not avaiable in DS1. Can you help me find a replacement for this function module.

  • Home Sharing between Windows Vista and Windows 8

    I am trying to carry out Home Sharing between my old Windows Vista laptop and my new Windows 8 laptop. I have followed all the instructions and both have HS switched on. I can see my W8 library from my WV laptop but I cannot see my WV library from my

  • Different ways to copy data between two schemas in one instance

    Hi there, I am searching a good way to copy data between two schemas in the same instance. Both schemas have an identical structure such as triggers, tables, views and so on. The only difference is the purpose: one is the productivity system and one

  • Minolta printers won't print but plain text

    It seems a postscript problem as my Minolta 2350 colorlaserwriter only prints postscripts error messages which are a mystery to me. It printed one picture fine and then it went wrong. My Minolta 1250E black/white laserprinter has the same problem. So