IMAGE_PREFIX usage in a report

I've done this lots of times before without issues but have run into an issue showing an image on a report.
I have a report column (display as standard) but the image_prefix substitution is not working:
http://localhost:8080/apex/f?p=103:6:3684127847200397:::::#IMAGE_PREFIX#/l.gif
This is on Apex 3.2. I'm using a function to return the image and it actually works fine in a tree which is curious!
Thanks in advance
Phil

Hi Ben
I tried both ## and &. references to the image_prefix sadly!
The tree uses the image function in the same way, i.e. I just concatenate the image to the text
The report pulls the image using the function alone but I have made it the same as the tree but the URL ends up as
http://localhost:8080/apex/&IMAGE_PREFIX.coder/h.gif
rather than
http://localhost:8080/i/coder/h.gif
and so it does not work. I suspect someone will issue a eureka posting any second as it is a feature I have used before but must be missing something obvious.
P

Similar Messages

  • How to get the usage of SSRS reports in project server 2010

    Hi
    Can any body tell me how to get the usage of the SSRS reports in Project Server 2010.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hello,
    See the links below on how to get the usage for SSRS reports:
    http://sqlbadboy.wordpress.com/2013/09/12/reporting-services-reports-whos-using-them/
    http://www.mssqltips.com/sqlservertip/1908/analyze-report-execution-and-usage-statistics-in-sql-server-reporting-services/
    http://www.mssqltips.com/sqlservertip/1306/how-to-know-what-reporting-services-reports-are-being-used/
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Usage of RSUPGRCHECK report in BW7 environment

    Hello folks,
    have you some experience with usage of RSUPGRCHECK report in BW7 environment?
    I'm trying to find some tool in BW to explore what objects went inactive after import of high volume of transport request.
    We are planning to go live recently and therefore I need this tool to ensure BW/DDic objects consistency.
    Thanks
    m./

    Hi
    there are some more notes which supports RSUPGRCHECK  infoobject , Datastore , infocube ,Transferrule and so on
    go throught this check list
    https://wiki.sdn.sap.com/wiki/display/BI/TechnicalandFunctionalupgradefrom3.1to7.0-CheckList
    and going furthere RSUPGRCHECK  Report ,download this book and in the link and go to page 20, there you will find active and inactive version details.
    http://www.sap-press.de/download/dateien/1594/228_leseprobe.pdf
    Hope this give you a little information
    Santosh

  • MDW Disk Usage for Database Report Error - A data source has not been supplied for the data source DS_TraceEvents

    Hello,
    On the MDW Disk Usage Collection Set report, I get the following error when I click on a database hyperlink.
    A data source has not been supplied for the data source DS_TraceEvents
    SQL profiler shows the following SQL statements are executed (I've replaced the database name with databaseX)
    1. exec sp_executesql N'SELECT
    dtb.name AS [Name]
    FROM
    master.sys.databases AS dtb
    WHERE
    (dtb.name=@_msparam_0)',N'@_msparam_0 nvarchar(4000)',@_msparam_0=N'databaseX'
    this returns zero rows as databaseX does not exist on my MDW central server, but is a database on a target server (i.e. one that is being monitored and uploaded into the MDW central server).
    2. USE [datatbaseX]
    this produces the following error:
    Msg 911, Level 16, State 1, Line 1
    Database 'databaseX' does not exist. Make sure that the name is entered correctly.
    why is the report looking for the database on my server?
    thanks
    Jag
    Environment: MDW (Management Data Warehouse) on SQL 2008 R2

    Hi Jag,
    Based on my test, while this database is offline, we will encounter this issue. This is because that while we click the certain database in “Disk Usage Collection
    Set” report, it will query some information with that certain database. If this database is offline, we will not access this database to acquire related information and generates this error.
    Therefore I recommend that you check the status of this database by using this system view:
    sys.databases. If it is not online, please execute
    the following statements in a new window to make this database to be online:
    USE master
    GO
    ALTER DATABASE <database name> SET ONLINE
    GO
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • Action Usage by User report

    How does the Action Usage by User report work? Its one of the miscellanenous reports under the security reports on the Informer tab. Do I have to run a background job to gather this data? If I try to run the report now I don't get any data even though I know a transaction has been run during the query period.
    Thanks for any help
    Dave

    No RFC Errors.  Re: other jobs, they all run successfully.  Alert Generation is the only one failing, and it started failing only a few days ago - it has run successfully before - and the settings/config on the GRC side haven't been changed (so the only possibility is a change on the ECC side).
    However, the message server that's configured in the connector (and that's working) actually points to the central services instance.  In SPM, we had an issue earlier where this name wouldn't work and so we had to use the primary app server name, and then SPM worked fine.  Do you think that with RAR, and this report, even though everything else is working fine, the error on the alert generation may be associated with the server name?
    Edited by: Santosh Krishnan on Aug 26, 2010 2:02 PM

  • RAR 5.3 SP8 - Action Usage by User Report - Change Start Date?

    Hello,
    When we run the report "Action Usage by User" in RAR, it shows a default "Start Date" of 1/12/2009. RAR put this in there on its own. We never got the Action Usage Generation Job working correctly until a few weeks ago (we had some issues that SAP addressed and then it took time to get resources to go back and resolve some things on our side). Since we've only had the background job that pulls STAD data running successfuly since 10/3/2009 (it runs every 6 hours), we'd like to change the default "Start Date" on that Report Screen to be 10/3/2009. This way, users are not confused into thinking when they run the report and leave the date set as 1/12/2009, they are getting tcode usage data since that date. Because they're not getting tcode usage since that date. Our records really only go back to 10/3/2009.
    We could instruct our users to change the date every time but we feel it'd be easier if we just changed the date so they didn't have to worry about it.
    Does anyone know how we could tweak this? What table that default date would be under? How could we modify?
    Thanks!!
    Jes

    The table where that date is is VIRSA_CC_USAGECTL
    If you use the debugger tool, you'll see there's only 1 row in this table. You'll find the FROMDATE, TODATE, and FILENAME columns. I FILENAME column should be null.
    Row FROMDATE TODATE FILENAME
    1 2009-01-12 9999-12-31
    If possible, could you confirm you are seeing similiar information?
    The issue we are having is trying to figure out how to update this table...we need that FROMDATE to be 2009-10-03.
    Thanks!
    Jes

  • HowTo find item usage in existing reports

    Hello,
    I would like to cleanup an existing and grown universe. I went to hiding the fields/Items I'm planning to remove.
    Furthermore I would like to check, whether these "deprecated" fields/items are still being used in any report, before removing them from the universe. Thus, avoiding broken reports.
    Is there any way to check reports for the usage of a certain universe field/item. I mean another way than to open each report and check the universe query.
    Thanks for your help
    Thomas

    Janke,
    there are a couple of ways to go about finding out about objects.  One way would be through the SDK, however, a certain level of expertise in writing VBA code is required (you can read more on this from the following link: http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm).
    Another way to find out about objects is possilbe through Auditor.  If you have Auditor installed and have turned on certain auditing events on your services then using the data accumulated in Auditor may also be another avenue for finding out about stuff.
    Thanks,
    John

  • Usage Logs or Reports for HFM 4.x

    Does 4.x have any logs or reports that show usage, i.e. which users have accessed which objects?

    Hi,
    You can use only: Administration - Users on System (User, Current Module, Current Activit, etc. columns).
    Regards,
    Marcin

  • Data Usage Error- iPhone reports using 4GB sent & 4.1GB received??

    My iphone 4 reports having Sent 4GB and received 4.1GB of data. There's no possible way I could've used that much data, especially sending that much. I hardly use 3G and I remain on WiFi where it's available. I also reset my usage statistics at the start of billing cycle so it's not accumulated. I contacted AT&T knowing that that amount of data would cost a fortune seeing that I'm only on the 200 mb plan. I figured it had to be an error of some sort because I never received an alert for reaching the half or full data limit. AT&T replied that I have only used 75 mb. What a relief! I remained on the phone for another 40 minutes trying to find out why I got an error. However, they weren't able to help me.
    To avoid being stuck on the phone for another 40 minutes, I went to the Genius Bar. The "Genius" there had no idea why the phone reported that amount. He claimed that the amount was accumulated, I replied that there's no way I could've used that amount of data since July and I have reset the counter on 10/4/10. My send data is always 1/10th of what I receive. He claimed that the data counter includes Wifi usage. I stressed that the counter says that it is "Cellular Network Data" again and again seeing if he might correct himself. His final solution was to just restore the phone.
    I went home, reset the usage counter, connected to wifi, downloaded and an app, and voila! the data usage says 0 bytes received proving that my wifi has not been running up the counter. Apparently Apple needs restaff that store.
    I've discovered a few ways to accurately check my data through AT&T:
    1) Get AT&T's myWireless app (which I am unable to access because I am not the AT&T account holder.)
    2)*3282# receives an alert on data usage.
    3) simply call AT&T
    Here's my question: How could the counter come up with that outrageous of a number? I wouldn't want it to someday send that data amount to AT&T and bill me for it.

    "Here's my question: How could the counter come up with that outrageous of a number? I wouldn't want it to someday send that data amount to AT&T and bill me for it."
    Just to reassure the op, that is not how your bill is calculated, so don't fear that. AT&T has to bill you for the data as calculated by their equipment on their end. They cannot charge you for data that their in-house systems cause.
    Also, the iPhone records all data, not just that which actually incurs a bill entry on your statement. Reset your counter before going to bed, and clear all apps from the recent task bar, and make sure no background tasks are running (no push mail and so forth). Check your useage in the morning, and there will be at the very least a few 10's-100's of kilobytes sent and received. I have never heard a detailed explanation for this, but it is some sort of housekeeping data exchange. This data will not show on your billing statement.
    At least that has been my experience with my 3Gs and AT&T.
    Others have reported far greater data flow overnight then what I typically see (I've never had more than 250K), again without getting an explanation from AT&T about what it is, but they are not being charged for it.

  • Usage Logs or Reports for Planning 7.x

    Does Planning 7.x have any logs or reports that show usage, i.e. which users have accessed which objects (reports, business rules, etc.)?

    Hello,
    I assume you mean Planning 4.x which worked with Essbase 7.x
    There is an auditing feature you can enable in Planning which logs many actions to your planning relational store -- this is under the Administration menu in Planning. There is no interface to the table so it's not the easiest mechanism to use in some corporate environments -- if you have interactive reports available there is a template available to access the audit table.
    There is also the hbrules.log which logs the start/end time of business rules as well as the prompt settings.
    If you are looking for object modifications then you can find the rule creator and who updated it last in EAS.
    Regards,
    -John

  • Does any one else have issues with Safari 5.0.6 and memory usage and bug reports?

    Hey Everyone
    I have an iMac 7,1 desktop and for year it had gotten me through a lot. I have noticed in the past year My iMac has been slower than usual and I have doen what I can to speed it up. The main issue is Safari 5.0.6 becuase it's using 50% of my memory(4gb) and now it doesn't report any bugs to apple.
    Can any one help explain this?

    Flash has nothing to do with your download speed nor wireless.  It's just a Internet plug-in (and preference pane).  You are using an old version. Flash's current "stable" version is 11.1.102.55 and beta 11.2.202.197.  You can get the stable version from Adobe by going through here.  You can get that or the beta by going through macupdate.com.

  • Material Usage Analysis MCRE Report

    Dear Experts,
    For a Particular Process Order in the MCRE - Report the requirement quantity is showing as zero withinin the specific date range, but when i executed the MCRE Report without the any Date the requirement quantity is showing with the date as 00:00:0000, we are using the SAP 4.7 E, can somebody help me resolve the same, its causing a problem for the finance whenever they are extracting report within the specific period..
    Thanks In Advance,
    Regards,
    Sampath
    Edited by: sampath s on Oct 29, 2011 8:00 AM
    Edited by: sampath s on Oct 29, 2011 8:03 AM

    Hi Raj,
    Please check wuth following reports,
    MCPO,MCPM
    regards
    pradeep

  • CRMOD Presentation variable scope and usage in drilldown report

    Hello dear all,
    I have dashboard and presentation variables on dashboard promt. When selecting these presentation variables all work fine within dashboard.
    But when I drilldown to another report that also uses these presentation varibales its not working.
    How to make possible to use presentation variables within dashboard ? Or maybe there is another way how to accomplish this.

    why do you want to show folder name for every column? folder name means name of the folder that reports saved in?? or presentation table name??
    you may use static rep variable to display folder name in report.
    Thanks
    Jay.

  • Reassign on MC forCD- /TMWFLOW/CRM_CHNG_DOC_REASSIGN - Usage of this report

    Hi All,
    I have a client requirement, to reassign the change documents from One maintenance cycle to another maintenance cycle. Is this possible. Let say i have one maintenacne for September and i also have another maintenance cycle for October. So can i change MC in CD from September to october. Is this possible.
    Also, please explain how to use the report - /TMWFLOW/CRM_CHNG_DOC_REASSIGN.
    Regards,
    Imran

  • Identifty different features usage for SPLA report automation

    Hi,
    We are trying to automate SPLA report automation using PowerShell for exchange server 2013, and need to understand few things for this purpose.
    Can please someone explain what are these features, and how to identify them using powershell (whether some exchange users using them or not):
    -- Shared Folders
    -- Shared Address Lists
    -- Shared  Contacts
    -- Shared Calendar
    -- Mobile Browse
    -- Compliance Management
    -- Exchange 2013 Anti spam
    as written in this document.
    http://thewestcoastblog.wordpress.com/2012/11/07/looking-at-licensing-spla-applications
    Any help would be greatly appreciated.
    Regards, David Johnson

    Hi,
    I am not familar with Licensing. For more details, please contact Licensing Support.
    I find an article related on the Licensing, for your reference:
    Exchange Server 2013 licensing
    http://office.microsoft.com/en-us/exchange/microsoft-exchange-server-licensing-licensing-overview-FX103746915.aspx
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

Maybe you are looking for

  • Two iphone 4 Devices, One Apple ID - Help me Change

    My wife and my son both have iPhone 4 devices.  At the current time they both use the same Apple id. My wife uses iCloud with her phone and iMac for business.   Last night my son update to iOS6 and in the process iCloud got turned on.  Now all of his

  • Time Capsule, Apple TV, and External Hard Drive

    I currently have a Macbook with OS X 10.4, and an external 250GB hard drive. I want to purchase Leopard OS X, Time Capsule, and Apple TV. My goal is to copy my music, movies, and pictures onto the Apple TV for viewing on my tv. I also would like to s

  • I am getting  error

    I am learning java. I need a program which reads directory name from a file and creates a directory. At the first phase, i wanted to see that the directory is created. Once I succeed in it, i would like to next phase and make it read a file, take a d

  • IOS 5.0.1 messages show phone number instead of names

    after the iOS 5.0.1 update, all my incoming and outgoing messages show phone number instead of names even though i have them in my contacts. i tried deleting previous messages, and restarting a new outoging msg to a specific number but when i start a

  • HT1689 how do i delete the yellow capacity what is that cause by i have an ipod touch 4th gen

    i have an ipod touch i want to rent a movie but its not letting me cause its telling me i dont have enough storage space and my itunes on my computer telling me that in the capacity its showing yellow in other what does that mean?how do i delete it ?