Spreadsheet from Iframe in APEX 4.1 not using session values

We recently upgrade to Apex 4.1 and now the spreadsheet option within an iframe is not using the session values to limit the records downloaded into the spreadsheet. This only happens with Internet Explorer running running under windows 7. I don't have control to change anything on the webserrver where the Apex Iframe is running. Is there any option within APEX that can be set so that the spreadsheet will only contain what is displayed on the form versus all the records. The spreadsheet download ignores any criteria that was applied the the report on the same page.
Thanks,
Nancy

Hi Dan,
thank you for your answer. I have the solution now from Kleber_M, this works.
Dan McGhan wrote:
1. Use bind variables in my query. It would look something like:
SELECT *
FROM region
WHERE region LIKE '%'|| :P3_REGION ||'%'
AND country LIKE '%'|| :P3_COUNTRY ||'%'
AND city LIKE '%'|| :P3_CITY ||'%'
This was only a mistake when writing the post, i forgot the colon. I use bind variables of course.
2. Make sure you have a comma separated list of item names that the report depends on beneath the SQL Query where it says Page Items to Submit. This will make sure that the value of those items on the page are bound into session state prior to the query executing.I tried this, too, but without success...
3. Use Dynamic Actions to perform the refresh action when any of the three items changes. This would be both more performant and a better experience for the end user than a full page refresh.How can i do this. This sounds good, because when refreshing the page often some items oder actions are done that i don´t want to.
Regards,
Matze

Similar Messages

  • HT201209 I redeemed a gift card of $15 in mu Itunes Store.  I purchased one book in IBooks of $6.99 now the balance in my iTunes store is $ 7.10.  How Do I use this balance to buy another book or music from my Itunes Store It is not using my balance?

    I redeemed a gift card of $15 in my Itunes Store.  I purchased one book in IBooks of $6.99 now the balance in my iTunes store is $ 7.10.  How Do I use this balance to buy another book or music from my Itunes Store It is not using my balance?  Whenver I try to make a purchase it is trying to charge my Visa Credit card.  My Credit card is no more active. I want to remove my Visa credit card and use Itines gift card fro purchase in Itunes store.
    TIA
    Bikram Suri
    <Email Edited by Host>

    Sir,
    I thought So too but then I went to Itunes Library and try and buy a single song from an album for $1.29.  Now my Itunes Gift card balance is $ 7.10 as I mentioned earlier. it still did not let me buy and kept trying billing my Visa card.
    Should I restart my PC and Itunes and retry. What do you suggest?
    regards
    Bikram Suri
    [email protected]

  • How I can delete my account from Itunes Store? [I am not using it anymore and will not]]

    How I can delete my account from Itunes Store? [I am not using it anymore and will not]

    Just stop using it and remove your payment info.
    There is no need to do more.

  • Since I upgraded to iOS 7.1.2, new Outlook calendar and contact items will not sync to/from my iOS devices - I am not using the iCloud, just sync'ing direct to/from laptop. Does anyone have a solution?

    Since I upgraded to iOS 7.1.2, new Outlook calendar and contact items will not sync to/from my iOS devices - I am not using the iCloud, just sync'ing direct to/from laptop. Neither direction seems to be working.
    Does anyone have a solution?

    Hello Happy-in-the-Mountains,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where you're unable to sync between your iPhone and Outlook, I'd like you to please follow the steps in the article linked to below.
    Troubleshooting Sync Services on Windows with Microsoft Outlook 2003, Outlook 2007, or Outlook 2010 - Apple Support
    Have a great weekend,
    Alex H.

  • Used my now ex's iMac and some of her music to start up iPhone 4 and backing up as well, but after break up, getting anther chance to update was out of question how can I transfer over 2000of3900songs from her Mac to my PC not using her computer or Apple

    I have over 4000 songs from mine and my now ex gfs Mac. After the split I was unable to transfer her share of music to my new lab-top. I don't wanna lose my music but I can't buy all music again I've had this problem for so long. My iPhone hasn't been backed up or synced since May 2013 I don't wanna download illegals just to get music. I figure if it's in my phone now why take it off to put back in. iTunes or Apple needs to fix the sync process or allow tranfer of music files from Iproducts directly to the computer if I back it up will it transfer all music or is this a lost cause.

    Now all my new apps as well as several others are gone from the iPhone.
    Look on other screens. The 4.1 update ands Game Center to the home screen. If that screen was full it create a blank screen and moves one app from the home screen to the new screen to make room for Game Center. All the other screens are pushed back one place.
    How can I get my apps back? It cost me a lot of time and money to discover those apps and get them onto the phone. Are they just gone now?
    If they are really gone, you can download them again. You will not be charged again if you use the same iTunes account.

  • I was told at the Apple store that I could simply plug in ( electric power) the Airport Express and it would find my wireless network. I hoped to use it as a way to play music from my iphone. I do not use other Apple routers etc,

    The Airport Express is not finding my wireless network. I do not have any of the devices listed below. I have a Belkin wireless router. Can I still use Airport Express ( without plugging an ethernet cable into it) ? Any ideas for how to make it find my network ? It is sitting next to the wireless router-so is in range.
    If you already have a wireless network in your home and want to extend its range, AirPort Express can help. Just place it in range of your primary base station — an AirPort Extreme, Time Capsule, or another AirPort Express — and near the area where you want your wireless connection. Launch the easy-to-use AirPort Utility app on your iOS device or Mac, and you’re mere minutes away from long-range Wi-Fi enjoyment.

    Hi - you can do what you want to do with AirPlay from your iPhone - but unfortunately it is not as easy as the people in the Apple store told you - your first problem is that you have a non Apple router - you cannot extend a non Apple router wirelessly with the Express - you can only join the network and connect an ethernet device to it - you can however connect via ethernet and have it create a wireless network of its' own - you can set this up from your iPhone or the XP - but this is a complicated setup and would involve many different discussion areas of this forum - therefore I would suggest that you use your 90 days of support and consult directly with Apple to do this - go to this link - http://www.apple.com/support/contact/

  • Exclude children from a leval need measuer that not include aggregate value of child

    Hi All,
    i want my measures value show only at parent level , i want to exclude child a aggregation .
    please help me
    Regards,
    Manish

    Hi manishcal16PPS,
    According to your description, you want your measure only show the aggregation value of the parent level for child. Right?
    In this scenario, we can create a calculated measure and always specify the parent of the current member to get the aggregation value. As I tested with AdventureWorks sample, I make it return quarter sale on each month level. Please refer to the query below:
    with member [x] as
    aggregate([Date].[Calendar].currentmember.parent,
    [Measures].[Internet Sales Amount])
    select [x] on 0,
    [Date].[Calendar].[Month] on 1
    from
    [Adventure Works]
    Best Regards,
    Simon Hou
    TechNet Community Support

  • How can I send a spread sheet from numbers to someone who does not use numbers.

    I have been trying to send a spread sheet I created in numbers.  I have tried email as excel and pdf.  She still she cannot open. There must be a way.

    Diane,
    It's a rare computer user who can't open a PDF. I wonder what the problem is with your friend's system, or if you weren't really sending a PDF. Did you try to open the PDF document yourself?
    Jerry

  • I have put quit a few pictures in an "album" and want to do a simple slideshow but go from picture to picture manually and not use background music or fading etc.. the duration of each picture showing to be controlled manually.. thanks .. SWK in Va

    I am preparing a slide show for a group and have put  many the photos in an iphoto album "but" want to show the pictures " manually"  during the slideshow.. However when I start the show all pictures have a time setting... Can I do it manually?  the show will be projected on a much larger flat screen tv..  Thanks..  swkinva.

    You don't want a slideshow then, you just want to display the photos.
    So:
    Put them in the album. Select the first one. Tap the space bar to enlarge it. Then the right arrow key to move to the next one and so on.

  • How to invoke a jsp page from java which does not use Servlets?

    Hello,
    I am working in Documentum. I am trying to invoke a jsp page from another java page which does not use Servlets.
    I tried doing this by just instantiating the java class related to the jsp page from my present java class.In my java class related to the jsp page, I have defined onInit() and onRender() methods.
    Now, I am trying to call the jsp page from my present java class by just instantiating the java class related to the jsp page. This throws a java.lang.NullPointerException.
    Any comments or suggestions on this.Any help would be appreciated.
    Thanks,
    Ranjith M.V

    RanjithM.V wrote:
    Hello,
    Thanks for the reply. One important thing I forgot to mention. I am also using xml component.And?
    As this is the standard way used for coding in Documentum, I do not want to use Beans.Well, JSP's should, in and of themselves, contain no functional code. It should all be only display.
    Without that is it not possible?What did I say? I said,
    masijade wrote:
    It is possible, but I very, very, very, much doubt, that it would be worth the effort.And, if you don't know how, a forum is not truely going to be able to help you implement it (at least not in less than a few years time, at which point it would be outdated).
    >
    Appreciate your understanding and help.
    Thanks,
    Ranjith M.V

  • The report does not accept the value for apps.fnd_profile.value('USER_ID')

    Hi,
    I followed the below note and added a report to my SSHR menu.
    How To Add A Report To A 11i Self Service Menu [ID 334847.1]
    In my report , I have a condition in the query
    and a.created_by =apps.fnd_profile.value('USER_ID')
    When the report is submitted as a request , it works fine., however the same report when called from the self service page does not accept any value for apps.fnd_profile.value('USER_ID') .
    Is there a workaround to handle this problem.
    regards

    hi,
    I had already tried the option apps.fnd_global.USER_ID too.
    However it does not accept the value for apps.fnd_global.USER_ID.
    We want to call the reports in SSHR using oaf and at the same time the records that are pending for approval created by the employee should only be visible.
    regards
    Maya

  • 1st sync of iCal to new 4S went OK. Now new items added on phone not showing up on iCal on Mac. Not using iCloud

    The first time I synced my new 4S I was getting duplicate calenders showing up. I deleted all the calenders on my iPhone and picked replace items on my iPhone with items on my computer for iCal. That worked and I got them synced. Now when I sync, my calender on my computer does not get the changed items from my iPhone. I am not using iCloud just syncing with cable in iTunes.

    I just had the identical experience. Both laptop and desktop have the same prefs set from within iCal to sync my calendars and address books. I've synced (sunked?) three or four times now, it appears to be working, but when all is said and done I am left with totally blank calendar on my desktop unit. Both have the latest Leopard upgrades. I also selected "merge all data" when prompted.
    What gives?

  • MDT 2012 with Database do not use the OSD* properties

    Greetings,
    I use MDT 2012 Update1 with Database to deploy clients. without use SCCM, and without DHCP.
    I find that the all the properties in the details settings begin with OSD**, such as "OSDComputerName", "OSDAdapter0Gateways", "OSDAdapter0IPAddressList"
    etc. cannot be used.
    for example, if I set the "ComputerName" as "Client1" and set "OSDComputerName" as "Client01" in the database, after the client installed, the client's Computer Name
    is set to Client1 but not Client01.
    and the client's IP address is not use the value in OSDAdapter0IPAddressList, but use the IP address that in the Boot WinPE begining screen I inputed.
    would you please help me in this case.
    Thanks 
    Frank@Hiweb 冯立超@瀚博资讯

    Thank you Michael,
    Glad to get help from you!
    I have according to you guide "Manipulating the Microsoft Deployment Toolkit database using PowerShell" created
    a script to bulk input clients settings just now. thank you!
    I have a question about IP address, as following:
    I use MDT 2012 with Database, without SCCM, without DHCP.
    so I must set IP address at the beginning of the WinPE.
    thus, the final IP address on the clients is the IP address I set at WinPE boot time, but not the IP address in the Database
    OSDAdapter0AddressList, even I set OSDAdapterCount to 1.
    would you please guide me how to correct it.
    Thank you and best regards.
    Frank@Hiweb 冯立超@瀚博资讯

  • When LOV does not return the value

    Check that you are not calling setText(String) on the web bean to set the default value. It causes your bean to no longer draw the value from the underlying VO. One of the symptoms is that selecting a value from the LOV modal window will not return that value to the base page. (The value from the LOV will actually be set on the VO, but the UI won't reflect it.)
    Setting the default value in the model layer is prefered. You can do this by overriding the create(AttributeList nameValuePair) method of OAEntityImpl or OAViewRowImpl.
    If, for some reason, you need to set the default value from the client side, you need to call setText with the pageContext, e.g., setText(pageContext, "myDefault");

    Hello
    Upon giving your question further thought I think that you would be better off if you added an 'id' column to table T1 and referenced this 'id' column in table T2 . Something like
    Table_T1(id number, c1 varchar2(100)
    and
    Table_T2(.other_columns.. ,t1_id)
    Your LOV will now be select c1 display,id return from table_t1The column t1_id will be defined to use this LOV.
    You will need no other modifications to the form on table_t2
    Varad

  • LOV does not return the value (1)

    Avoid calling setText on the web bean to set the default value. It causes your bean to no longer draw the value from the underlying VO. One of the symptoms is that selecting a value from the LOV modal window will not return that value to the base page. (The value from the LOV will actually be set on the VO, but the UI won't reflect it.)
    Setting the default value in the model layer is prefered. You can do this by overriding the create(AttributeList nameValuePair) method of OAEntityImpl or OAViewRowImpl.
    If, for some reason, you need to set the default value from the client side, you need to call setText with the pageContext, e.g., setText(pageContext, "myDefault");

    Hi RamKumar,
    Thanks for your reply.. I have already done that but no luck :(
    Regards,
    Hemanth J

Maybe you are looking for

  • CRM BP relationship not visible in tcode BP in ECC

    I replicated the Sold to party and created Relationship HAS scn with another partner . The Partner is visible as Partner function in sales area data as partner function but cannot see it in BP tcode in relations tab in ECC. What we need to do to get

  • Using spare inverter from the US in a european Mac?

    Hello, The backlight on my dear iMac G4 recently blew (I can still see the desktop using a flashlight) and I am looking into replacing the inverter. I realise going with an external display would probably be a safe solution, but I'd really love to br

  • Powerview print all content at a time

    while printing PowerView table, I am facing one problem i.e. If a table having much data (more than screen) that we have to scroll down, then I am not able to print it in one shot. As in PowerPivot, we have Excel sheet, it can grow as per the data. S

  • How to unlock a placeholder on Indesign

    I migrated from Windows to a Mac and  now I have a master spread with placeholders for pictures. On Windows, in order to insert a picturre on the placeholder on a page (nor on the master) I would unlock the placeholder on the page by CTRL-CLICK and t

  • Help..I cannot get past 2 out of 8 while synching

    help, cannot get the full synching to take place  any thoughts?