Making Worksheet logic work with Dynamically expanding report

Hello,
Sorry if its basic, but I am trying to understand how can I make worksheet logic work with dynamically expanding reports? Because if the expansion parameters change, it stops producing correct values for me. Please advise.
Thanks.

Hi Zack,
Now I understood your problem.
Actually, when the expansion changes, it deletes the columns, and then shifts the subsequent columns with the appropriate expansion. So, if you have the formula somewhere in between, you will lose it. If you put it in the beginning, then it will be copied to all the cells. You need to put it at the end. But, you are saying this is viable for your scenario.
My suggestion would be you can try to break the single expansion into multiple expansions using the pipe (|) character, and place the formula in one of them.
Hope this helps.

Similar Messages

  • Encountering error while working with Dynamic Regions.

    Hi All,
    I am a beginner in ADF and on a quest to learn ADF. Sometimes I am struggling in the process. Now, when I am working with Dynamic Regions, encountered problem below
    Step 1 : Created a simple department TaskFlow with Department Form
    Step 2: Created a Simple employee TaskFlow with Employee Details
    Step 3: Created a Main page with oracle 2 column layout
    Step 4 : Dragged and dropped department TaskFlow on to main page second facet as Dyanmic region . Created a bean as RegionBean
    Step 5 : Dragged and dropped department TaskFlow as Command Link on the first facet
    Step 6 : Dragged and dropped employee TaskFlow as Command Link on the first facet
    The page runs and shows department information when it renders. But when I click on employees command link, at first it shows employees table with no data and says "ACCESS DENIED ". Then if I click on either department or employee command link, it errors out with below info
    javax.el.PropertyNotFoundException: Target Unreachable, identifier 'vs' resolved to null
         at com.sun.el.parser.AstValue.getTarget(Unknown Source)
         at com.sun.el.parser.AstValue.isReadOnly(Unknown Source)
         at com.sun.el.ValueExpressionImpl.isReadOnly(Unknown Source)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer._getUncachedReadOnly(EditableValueRenderer.java:476)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:390)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.wasSubmitted(EditableValueRenderer.java:345)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.decodeInternal(EditableValueRenderer.java:116)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputDateRenderer.decodeInternal(SimpleInputDateRenderer.java:73)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.decodeInternal(LabeledInputRenderer.java:56)
         at oracle.adf.view.rich.render.RichRenderer.decode(RichRenderer.java:342)
         at org.apache.myfaces.trinidad.render.CoreRenderer.decode(CoreRenderer.java:292)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:1334)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decode(UIXComponentBase.java:865)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:965)
         at org.apache.myfaces.trinidad.component.UIXEditableValue.processDecodes(UIXEditableValue.java:287)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer$UIXColumnFilterWrapper.processDecodes(BaseColumnRenderer.java:2108)
         at org.apache.myfaces.trinidad.component.UIXCollection.processComponent(UIXCollection.java:1087)
         at org.apache.myfaces.trinidad.component.TableUtils$1.process(TableUtils.java:238)
         at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:55)
         at org.apache.myfaces.trinidad.component.TableUtils.processFacets(TableUtils.java:232)
         at org.apache.myfaces.trinidad.component.TableUtils$2.process(TableUtils.java:261)
         at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:55)
         at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:48)
         at org.apache.myfaces.trinidad.component.TableUtils.processColumnFacets(TableUtils.java:253)
         at org.apache.myfaces.trinidad.component.UIXTable.processFacetsAndChildren(UIXTable.java:379)
         at org.apache.myfaces.trinidad.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:206)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXCollection.processDecodes(UIXCollection.java:200)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at oracle.adf.view.rich.component.fragment.UIXRegion.decodeChildrenImpl(UIXRegion.java:635)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXForm.processDecodes(UIXForm.java:75)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1048)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:926)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ApplyRequestValuesCallback.invokeContextCallback(LifecycleImpl.java:1519)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:372)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please help me !!!!!!
    Thanks

    Hi Shay Shmeltzer ,
    Thanks for your quick reply. Below is response for your queries
    What scope did you specify for the bean? View Scope
    Also which browser are you using? Firefox
    Thanks for the link. I started to build dynamic region after taking a look at the video
    What else do you think might be the issue
    Thanks
    Edited by: User44444 on Dec 4, 2012 12:44 AM

  • Adobe Reader for Android to work with dynamic XML PDF forms?

    Any possibility that Reader for Android will ever work with dynamic XML PDF forms created by Abobe Acrobat Pro?

    GoodReader ($4.99), ezPDF Reader ($2.99) and PDF Expert ($9.99) are well rated and support many more features.
    Here a link for your reference: http://indesignsecrets.com/for-interactive-pdf-not-all-readers-are-equal.php

  • WRT54G3G-ST ROUTER will it work with WRE54G EXPANDER

    Does anyone know if the WRT54G3G-ST ROUTER  with a sprint card will it work with WRE54G EXPANDER, and if so how do you get it set up.
    Thanks

    Hmm not sure if WRE54G will work with WRT54G3G-ST.
    Click Here and you will fine the Compatibility Comparison Chart for WRE54G v3.

  • Copy doesn't work with embeded sub report in CR For Visual Studio 2010 SP2

    Copy feature doesn't seems to work with embeded sub report content in CR For Visual Studio 2010 SP2. I am using a winform app .net 4.0. I am not able to select the individual fields in the embeded sub report . It always select the whole sub report and it is not copying anything. Please let me know how to enable the copy feature for elements in  embeded sub report.

    I understand your description. Let me do a quick test of this later on today and get back....
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How to install Discoverer 11g on Web Logic Server with Forms and Reports 11g Rel2

    Hello,
    We finally started to migrate from Oracle iAs 10g Release 2 to Oracle Forms and Reports 11g Release 2 using Web Logic. I don't see an option to install Discoverer on the server.
    My OS: windows 2008 R2
    Installed Web Logic 10.3.6
    Forms & Reports: 11.1.2.2.0_64 (64 Bit Forms)
    How do I install Discoverer Plus in 11g? All I can find is Discoverer 11g Desktop/Administrator to run on User work Station. We were using discoverer Plus in 10g iAS.
    Thanks
    Rao

    907485 wrote:
    Hi:
    I need to install oracle 11g from VNC viewer. The VNC is stalled on linux. I managed login. Now I have a screen that has some icons on the top like, Connection Options, "i", refresh, CTRl, ...
    under that I have
    Accept clipboard from viewers
    Send clipboard to viewers
    Send primary selection to viewers
    From the Connection Options window, I checked Hextile for Use encoding and Let remote server deal with mouse cursor.
    What is next? How do I connect to the server. (When I login I used hostname:1)
    Thankyou.we only know what you post.
    where does linux reside?
    where is VNC installed?

  • Working with dynamic selection screen in LDB FMF

    Hi Guys,
    I am working with LDB FMF and I have a requirement where user need the selection field in initial screen which is already comming in dynamic selection option.
    Is it possible without changing the standerd LDB.
    Atul
    Edited by: Atul Dhariwal on Jun 16, 2009 6:27 AM

    Hi,
    my requirement is to list fields from dynamic selection to appear in the main selection screen.
    user doesn't want's to click on dynamic selection option and select the fields.
    I hope i am clear this time.
    Atul

  • Does jaxrpc with attachments work with Dynamic Proxies?

    I cannot seem to get jaxrpc with attachments to work with a dynamic proxy client.
    anyone get this to work and if do, can you post an example???
    thanks,
    henry

    hi kathy-
    thanks. i'm using jaxrpc 1.1.2 version.
    i can get everything to compile fine but i get errors when i try to send it.
    my previous post "trailing block elements must have an id attribute" , Arun states that jaxrpc with attachments does NOT work.
    is this a planned feature in 2.0 or will I just have to use SAAJ???
    thanks.

  • Web.Show_Document does not work with long running reports

    I am using Web.Show_Document() to call reports from Forms. Everything works fine for smaller reports. However for long running reports I do not get the output instead get the page "This page cannot be displayed.". On checking the job status on the report server I find that report is still running and completes after some time but by that time my http request has already timed out. What configuration do I have to change to make my long running reports work.
    Thanks

    So, looks like this is an IE issue. I need to add the form server site to my list of Trusted Sites. Once I did that, everything started to work fine. Thought I'd share in case anyone is really interested.....

  • Is there a workaround for making CanoScan8400F scanner work with OS 10.9?

    I have a Canon 8400 F scanner and a brand new IMac running OS 10.9
    The scanner does not work with its original driver disk, (Apple does not support power PC )...
    I tried downloading the european driver but the IMac didnt seem to like that either.
    Any help would be appreciated!

    You can try using Apple Image Capture located in your Applications Folder or Apple Preview, also in your Applications Folder.
    Mac Basics: Using a Scanner

  • Making the WMB54G work with Vista (Service Pack 1) - it does work.

    I posted this in response to a thread, thought it could use its own topic. 
    There is hope and potential success for Vista users!   I got the WMB54G 2 days ago.  I spent 6 hours with it and nearly threw the product AND my computer out the window the first night.  I scoured this forum for the past two days,  and by putting pieces together from various threads,  I'm now using the Music Bridge successfully with my 1 month old Dell XPS M1530 with Vista Home Ultimate with Service pack 1.  Once I had my gameplan,  it worked perfectly the first time I tried the new approach.  I will try to write a step by step process of what I did in the next few days but for now.....
    1.  Throw out the installation CD that comes with the music bridge (its useless for Vista).... I'm kidding, but you get the point.
    2.  You HAVE to dowload the Vista compatible installation utility and Firmware upgrade from the Linksys forum - I don't have the link right now, but its here in this forum. 
    3.  Run the Vista driver setup to install the Musicbridge utility - the "Install utility" link at the bottom of the setup screen, but DO NOT try to configure the router since you'll just have to do it again later. 
    4.  Run the firmware upgrade for the router (it behaves exactly like the setup utility, but instead of configuring the hardware for use, it upgrades the fimware)
    5.  Run the Vista driver setup to configure the router (only after the firmware upgrade).   I didn't have to do anything outside of the auto setup.  i'm using a Linksys wireless G router as well, and it connected with 64 Bit WEP encryption no problem once i entered my encryption passphrase. 
    6.  Open up MSCONFIG and disable the CMFLYWAVE Application on Startup
    7.  In your Program Files directory,  find \Linksys\wmb54g\wmb54g.exe,  \Linksys\wmb54g\driver\cmas2ds.exe, and \Linksys\wmb54g\driver\cmflywav.exe - For all three files,  right click and go to Properties\compatability.   Check the "Run this program in compatability mode for:"   pick XP with SP 2.   
    THANK YOU SO MUCH TO THE PEOPLE WHO POSTED THAT LAST BIT!!!!
    8.  I'd suggest restarting the computer now. 
    9.  You might get a "WMB54G.exe has stopped running error" on restart... that's ok
    10.  Start the following files in this order:
    cmas2ds.exe
    cmflywav.exe
    wmb54g.exe
    11.  The utility should start, and then you can connect to the bridge via the system tray icon.  - you might have to also set the default audio device to the Music Bridge by right clicking your system tray speaker icon
    12.  Uncheck the "Start the Music Bridge when I start Windows" option in the utility screen - and execute the three files in step 10 each time you restart. 
    I hope this works for you. 
    Solved!
    Go to Solution.

    I finally got my WMB54G to work with Vista SR1.    It took me 4 hours of struggling to figure it out though.
    What I did was:
    1. Download the latest utility and firmware from the linksys support site.
    2. To set up the device, preferably use http://192.168.1.210.  There are http setup instructions on the linksys customer service site.  Alternately, you can use the setup wizard on the CD but I would recommend avoiding it if you can.  If you do use the setup CD and it installs the WMB54G utility, promptly uninstall the utility afterwords and restart the computer.
    3. Update the firmware to v.2.18 by using http://192.168.1.210 and going to the HELP tab
    4. Install the latest utility from the support site but do not run the main setup.  Simply run setup.exe in the utility folder AND GIVE IT PLENTY OF TIME.  Walk Away and let the installer finish and close.  Then do the thing people discovered -- edit the properties of C:\Program Files\Linksys\WMB54G.exe and make sure it is set for running in XP compatability mode.
    5. Restart the computer
    Mine started working fine after I did all of this -- the WMB54G came up automatically and found the device.  Keep in mind I do not have WEP or anything -- just unsecured wireless.
    Good luck.
    Mike
    Message Edited by jmfife on 01-17-2009 10:51 AM
    Message Edited by jmfife on 01-17-2009 10:54 AM
    (Mod Note: Edited due to non-compliance of forum guidelines.)
    Message Edited by giantherockstar on 01-17-2009 11:05 AM

  • How's is the career in working with forms and reports?

    hello my dear oracle experts.
    i am sandeep.
    i am a fresher who got job in small company should be working on forms and reports.
    how will be the career growth in working on this profile.
    how can i move on to the ERP side??
    can anybody suggest me some career options.
    Thanks in advance.
    Sandeep.
    Edited by: 827089 on Jan 13, 2011 10:48 PM

    Well, Forms and Reports are still core skills to have.
    Oracle JDeveloper and Oracle ADF are the core tool/framework used for our future business applications (Fusion) as well as being at the core of our tools like WebCenter, BPM, EM etc etc. So that might be a smart option of you want to do something new which will be a core Oracle skill. The book I wrote on this might be of use. Google for "Quick Start Guide to Fusion Development Oracle JDeveloper Oracle ADF".
    Regards
    Grant

  • Back arrow does not work with SQL Server Reporting Services Reports. When one pages back from a sub report the back action appears to skip moving to the previous step. IE 8 works fine?

    I have a SSRS report that has a parameter driven drop down list to select a catagory for a report to run a summary for the category in Report Manager. When the report runs there are links to a sub report with more detailed information about the category summary. Firefox runs everything correctly up to this point.
    When I try to back arrow from the sub report Firefox skips the summary report page and reverts to the initial page where the sub category can be selected to run the summary report.
    Can you help? IE8 works well with this but has severe spped issues with reports that contain multiple selection parameters. Firefox handles the multiple parameters very fast but has the page back issue.

    I have a SSRS report that has a parameter driven drop down list to select a catagory for a report to run a summary for the category in Report Manager. When the report runs there are links to a sub report with more detailed information about the category summary. Firefox runs everything correctly up to this point.
    When I try to back arrow from the sub report Firefox skips the summary report page and reverts to the initial page where the sub category can be selected to run the summary report.
    Can you help? IE8 works well with this but has severe spped issues with reports that contain multiple selection parameters. Firefox handles the multiple parameters very fast but has the page back issue.

  • Working with dynamic documents?

    Hi -  my company is evaluating FLEX for a major new project. We are very impressed so far but are struggling to find a component that will allow us to create a custom report designer / word processor. So far all we seem to come across is buzzword which doesn't appear suitable.
    Bascially our clients need to be able to layout a Word style report with tables etc. They then need to be able to map a table cell to a database column. Our software can then dynamically read and write data from a database to the report cells. As our solution is part of a workflow system we also need to be able to enable and disable cells programatically.
    A PDF based solution would be ideal.
    Hope all this makes sense!
    Can anyone recommend a solution.
    Thanks in advance
    James

    I think you're gonna need to build the whole word-like UI, and once 
    the report is created use AlivePDF to convert it to PDF.
    Sincerely,
    Michael
    El 15/05/2009, a las 5:41, credosoft <[email protected]> escribió:
    >
    Hi -  my company is evaluating FLEX for a major new project. We are 
    very impressed so far but are struggling to find a component that 
    will allow us to create a custom report designer / word processor. 
    So far all we seem to come across is buzzword which doesn't appear 
    suitable.
    >
    Bascially our clients need to be able to layout a Word style report 
    with tables etc. They then need to be able to map a table cell to a 
    database column. Our software can then dynamically read and write 
    data from a database to the report cells. As our solution is part of 
    a workflow system we also need to be able to enable and disable 
    cells programatically.
    >
    A PDF based solution would be ideal.
    >
    Hope all this makes sense!
    >
    Can anyone recommend a solution.
    >
    Thanks in advance
    James
    >

  • Will Logic work with Panther on an emac??

    My sis has an emac and wants to load logic express 7, will this app work or has it been optimised for the g5 etc etc?

    When I was first starting out (which wasn't that long ago) I was adding all my effects up front and trying to arrange at the same time and I've forced myself to try to add the bulk of the effects after I've got my song together.
    You should be grateful for your emac, as it seems to me it's forced you into making your recording process work: (1) write & arrange (2) record clean (3) mix (4) master. Rinse and repeat.
    IMO, an easy trap to fall in to is muddying up the process by worrying about effects, additional fairy dust and sweetening before the song writing process and recording is completed.

Maybe you are looking for