Portal Problem:  Workaround for NOT alphabetizing paramters in portal form?

Hello all,
In Portal, I am defining 6i reports. Portal has forms that pass these parameters to 6i reports but they keep showing up in alphabetical order. So, the rep_end_date is appearing before the rep_start_date.
These are the steps:
1. Go to Navigator
2. Click on Administer
3. Click on Display Portlet Repository
4. Under Seeded Providers, Click Oracle Reports Security
5. Click on Reports Definition File Access
6. Click Create Reports Definition File Access
7. Go through the steps until you get to OPTIONAL PARAMETERS
Enter REP_START_DATE
Enter REP_END_DATE
8. When you are finished select done
9. Click on Customize
10. In the form you will see that the REP_END_DATE appears before the
REP_START_DATE
It is not logical for the users to enter the end date parameter first and then the start date second.
I tried to work around it by changing rep_start_date to arep_start_date. This
fixes the appearance on the form. Unfortunately this change causes the report
not to work. The parameters used in the report 6i must match the parameters in
portal exactly.
I have been in contact with ORACLE with a TAR. They replied that I should ask you for any code that you might have or ideas.
I have been brainstorming some ideas:
1. Going into the report and renaming rep_start_date to something like
raep_start_date. The advantage would be that it would fix the problem. The
disadvantage is that we would have to go into every report and check for
wherever that bind variable is named and change it. It would be tedious.
2. Another option would be to create a form using form builder for each
report. This also would be tedious and would require the forms server to be
configured. We aren't sure whether a report being called from a form would
process faster than just a report being called from portal or not. We are not
as experienced in using form builder, however we have successfully created one.
The advantage would be that it would solve the problem. The disadvantages is
that it might be more time consuming.
3. I suppose yet another option would be to create a html page as a portlet
and then pass the parameters to the report that way. This would be where
coding would come into play. I have been researching this option but I think
that we would have to hard code the specific paramters used for each of the
100s of reports. There might be a LOV issue with this one.
4. Final option is to hope that one of the portal developers would have code
that would easily fix this problem on OTN.
I look forward to any information that you could provide.
Thanks and best regards,
Lindsay

An alternative, maybe simpler, is to join together the exported segments using Quicktime Player.  Importing into iMovie again might result in degradation of video quality.
Geoff.

Similar Messages

  • Workaround for not being able to reference a multi-select field in a calculated field?

    Does anyone have a workaround for the fact that SP doesn't allow the use of a multi-select choice field to be used in a calculation in a calculated column?  I have a list that WAS a single choice in a Status field with three other calculated columns
    that were dependent upon that field.  Then I had to change the Status field to be to multi-select (checkboxes). Now of course my calculated columns don't work.  In addition, the end user can't fill them in either.
    I've got a Status field (multi-select), a Status Date field and Expiration Date field (calc).  The expiration date's calculation is shown below.   This worked great until I was asked
    to change the Status field to multi-select.<o:p></o:p>
    =IF(Status="NoI
    Review",DATE(YEAR([Status Date]),MONTH([Status Date]),DAY([Status
    Date])+21),"")<o:p></o:p>
    There are no mistakes; every result tells you something of value about what you are trying to accomplish.

    Hi run4it,
    Since SharePoint calculated column cannot reference the choice field with multiple-select value enabled, a workaround is to use workflow to copy the "Status" column value to another single line text column, then reference this single line text column in
    calculated column.
    Thanks,
    Daniel Yang
    Forum Support
    If you have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • Need Solution/Workaround for Note 947081: SG dates in MMDDYYYY

    We are implementing ESS for Singapore. Dates are being shown in MMDDYYYY format - we need DD.MM.YYYY, which is the Singapore standard.
    Our large user base all have language EN, country SG.
    With reference to Note 947081, dated 07.09.2006, I'd like to enquire if there is a solution or workaround to the limitation given in the Note:
    "Known Limitations
    10. Calendar date formatting for Singapore
    The calendar date formatting for the locale "en_SG" Singapore is MM/DD/YYYY similar to the US American date format.
    This is a feature of the SUN Java JVM. It is not possible, by means of
    SAP NetWeaver, to change this behaviour."
    SAP informs us there is no update from them overcoming this problem.
    Changing the user master for the entire user base is not feasible.
    System details: We are running on Unix Server, Java from IBM.
    Inconsistencies: Any MESSAGES containing dates from R/3 come in DD.MM.YYYY
    From the ESS portal some links point to ITS sub-screens - which are in DD.MM.YYYY

    Hi Chopper,
    How to change the standard behavior internally...?
    Thanks in advance.

  • Absolute conditions - MIGO - workaround for note 304178

    Hello,
    does anybody know how to avoid the problem of note 304178?
    Pretty often we have POs with i. e. 20000 kg.
    Freight costs are defined as absolute conditions (fixed amount).
    When in MIGO only 18000 kg are posted, the delivery costs vary - even though they are defined as absolute.
    The carrier doesn't care about the variance, he bills the fixed amount.
    Note 304178 says, the problem is SAP standard.
    Do you know about a workaround or a programmed solution?
    Thanks for your help.
    Edited by: PC on Nov 24, 2008 10:45 AM

    -Edited-
    Edited by: Han Lun Chan on Nov 24, 2008 11:23 AM

  • Any workarounds for not supported features of XML Schema

    Hi,
    We are trying to generate JAVA source code by providing a xsd.
    This XML Schema file has all sorts of Identity constraints & attribute wildcards.
    Due to the above reasons I am unable to generate the code.
    Are there any workarounds? If so Please share those.
    Thanks & Regards,
    Priti Ranka

    I am sorry I did not mention the tech. being used.
    I am using JAXB for the above task.

  • Problems searching for not existing index entries

    Hi,
    we are creating a Java Fat Client Application with JDK 1.5.0_07 and compliance level 1.4. The GUI bases on the SWT libraries.
    The application ships with JavaHelp 2.0_02 (jh.jar).
    The helpset is dynamically merged.
    JavaHelp has problems e.g. during search for index entries, which does not exist. The JavaHelp Window does not react anymore. The rest of the application still works fine.
    Has someone encountered similar problems, found the reason and propably a solution?
    Thanks, Joerg.

    Hi Mikkel
    1) number attributes are only exposed in the complete search sample (search.jsp), not the others (usearch.jsp, tsearch.jsp, gsearch.jsp)
    2) Your understanding of the binary encoding is correct, except wk_queryexp package does not handle binary encoding. This is because that package
    is meant for 9.0.1 API, which only supports string attributes.
    In 9.0.2 and beyond, the encoding of number, date attributes is done in the query API layer in Java, using
    the Equals, GreaterThan, LessThan, Between query operators. Please take a look at search.jsp
    and see how they are used. The compile() method of the query operators will encode the values for you.
    Keep in mind that you should code your application to use the query API, as the encoding algorithm
    may change in the future.
    David

  • Workaround for not having a static IP address? Just need to VPN into server

    I work from home, and so do my partners. I recently bought a mac mini server, so that we will have 1 central computer where all the projects are stored. Now with me being a mobileme user, I of course have access to it no matter where I go. But for my partners, I need to provide them with VPN access so they can get to/store files on the server.
    In order to do that, of course, I'm going to need a static IP address. Problem is, mediacom (worst service imaginable for ISP) won't provide a static IP address unless I upgrade to a business account. No thanks, dont feel like spending $80+ for only needing the static IP.
    So I guess my question is this: Is there a way to get around using a static IP address? Any 3rd party software solutions, online services, etc available to me? I consider myself a novice, as I'm being forced into the position of being the "expert" on this now.
    Thanks in advance for your help!
    Noah

    You need to use a dynamic DNS service. Check out http://www.dyndns.com for their free service. Others exist. Use Google and search for dynamic DNS. This will keep your host name in line with your changing IP address.
    Hope this helps

  • Why make portal Iview visible or not, contained in a portal page ?

    Hi,
    Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
    This Iview is contained in a page.
    I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
    Here is my code:
    //***********************Code gestion des propriétés de l'IVIEW************************
    try {
         Hashtable env = new Hashtable();
         env.put(
                 Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
         env.put(
                 Constants.REQUESTED_ASPECT,
              PcmConstants.ASPECT_SEMANTICS);
         env.put(
              Context.SECURITY_PRINCIPAL,
              request.getUser());
         env.put(
              IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
              request.getUser());
         InitialContext iCtx = null;
         String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
    //je vais rendre visible les iviews                         
         iCtx = new InitialContext(env);
            IPage myPage = (IPage) iCtx.lookup(pageID);
         Enumeration myIviews = myPage.getiViews();
         while (myIviews.hasMoreElements()) {
         Binding bind = (Binding) myIviews.nextElement();
         IiView myIview = (IiView) bind.getObject();
    //on rend invisible l'Iview
         myIview.putAttribute(
              IAttriView.ATTRIBUTE_NAVINVISIBLE,
              IAttriViewValues
              .AVAILABILITY_VALUE_AVAILABLE);
    //on sauvegarde l'Iview moifié
         myIview.save();
         } //fin du while
            } //fin du try
    Can use me and tell me how to arrive at my project ?
    Tank's,
    Regards,
    Florian,

    Florian,
    The property that have to be changed is "Invisible in Navigation Area".
    His ID is : "com.sap.portal.navigation.Invisible"
    <u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
    To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
    Hope this help
    Vincent

  • Why make a portal Iview visible or not, contained in a portal page?

    Hi,
    Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
    This Iview is contained in a page.
    I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
    Here is my code:
    //***********************Code gestion des propriétés de l'IVIEW************************
    try {
         Hashtable env = new Hashtable();
         env.put(
                 Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
         env.put(
                 Constants.REQUESTED_ASPECT,
              PcmConstants.ASPECT_SEMANTICS);
         env.put(
              Context.SECURITY_PRINCIPAL,
              request.getUser());
         env.put(
              IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
              request.getUser());
         InitialContext iCtx = null;
         String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
    //je vais rendre visible les iviews                         
         iCtx = new InitialContext(env);
            IPage myPage = (IPage) iCtx.lookup(pageID);
         Enumeration myIviews = myPage.getiViews();
         while (myIviews.hasMoreElements()) {
         Binding bind = (Binding) myIviews.nextElement();
         IiView myIview = (IiView) bind.getObject();
    //on rend invisible l'Iview
         myIview.putAttribute(
              IAttriView.ATTRIBUTE_NAVINVISIBLE,
              IAttriViewValues
              .AVAILABILITY_VALUE_AVAILABLE);
    //on sauvegarde l'Iview moifié
         myIview.save();
         } //fin du while
            } //fin du try
    Can use me and tell me how to arrive at my project ?
    Tank's,
    Regards,
    Florian,

    Florian,
    The property that have to be changed is "Invisible in Navigation Area".
    His ID is : "com.sap.portal.navigation.Invisible"
    <u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
    To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
    Hope this help
    Vincent

  • Portal content translation is not working in my portal

    HI,
       When i created translation text and released  it is not working according to the target language .
    I'm using EP 7.O sp11
    Is there any problem with this package  ,help me plz
    regards ,
    santhosh

    Hi
    Make sure that you have select your target language in browser
    In the  browser go to the tools general > Languages and select your language
    Thanks and Regards,
    Arun

  • Adobe Form - Problem of data not refreshing each time the form is called

    Dear All,
    I have created a web dynpro component comprsing of two views.
    In the first view i am displaying an ALV which is bound to an internal table.
    After selecting one record i click on a button which calls the second view and in the second view
    i am displaying an adobe form.
    i have provided a native wd submit button  which again calls the first view.
    The first time when i select the record it works fine and shows me correct data.
    but second time onwards it shows me the data one previous to the current row selected.
    Kindly give your valuable suggestions>
    Regards,
    Niti
    Moderator message: sorry wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 9, 2011 5:59 PM

    Instead of using in the java code.
    For the html page and in jsp pages use the following code
    1) Coding Method:
    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
    2) Browser setting:
    You can adjust the space to store the temporay files. On the Tools menu in Internet Explorer, click Internet Options, On the General tab, click Settings. you can select the newer version radio button also, adjust the "amount of disk space to use" slider towards the left side(equivalent to disable the cache)..
    cheers
    -balaji

  • Standard Username an Password for the new Release2 As Portal?

    i have installed the Applicationserver Release2 with Portal , but i can not access to the Portal with the Standard Username and Password , i need the new Standard username and Password for the new Oracle Portal(Release2)
    the same Problem is with the Standard Username and Password for the iasdb (IAS Database on the Infrastructure Server !)
    thanx
    Saleh Matani

    Hi,
    You are facing strange problems with SDN :). May be connection at your end is too slow..
    For the problem:
    It seems you need a login password page. If this is your reuirement. Simple solution is create a page with two labels,two input fields, save and reset buttons. The login/pwd on submitted with validated by quering the database. Is your question - how to query the database ?
    May be you can create a javabean to do that (you can use jdbc for logic). Later import the JavaBean as JavaBeanModel in Web Dynpro. Map the model to context in the view and use the context.
    Regards,
    Ashwani Kr Sharma

  • "Adobe has found a solution or workaround for the recent crash in Adobe Flash CC" ...not really.

    Hi guys,
    My Flash CC crashes all the time, it's always been doing it since when I started using it on CS4, and I've somewhat given up on this bug being fixed, it crashes at least 20-30 times every document I create. I'm using a Wacom Bamboo Fun Pen&Touch tablet and drawing a lot, I think the problem is that it can't handle this much drawing.
    Anyways, it just crashed and for the first time after reopening I found this nice message from Flash:
    "Adobe has found a solution or workaround for the recent crash in Adobe Flash CC.
    Please click here for further details."
    Excited, I clicked on it! At last, a solution! Amazing!
    ...but it just points to http://www.adobe.com/
    ... I don't understand.
    What's happening? I'm genuinely puzzled.
    Also, anybody else experiencing frequent crashes?
    Thanks!
    Ciao!

    Yes, this is not good -- you're already mad when it crashes, then "We found a solution!" But, for me clicking on the link does nothing - no link even to adobe, just a tease - nothing opens.
    It's bad enough crashing a couple times a day and losing work (I do save every chance I get), but then to get taunted with this bogus message, it's discouraging and exactly the best 'user experience' for a really expensive product from company that is all about helping professionals create good design/user experience ..
    I like the way this is headed though! it just doesn't work right now.

  • Custom resource/attribute not visible in FIM portal for non-admins

    hi all
    I have a problem I am not able to solve and hope somebody can help. We have created an custom Resource in the FIM portal called Customer. It is an User Resource Type and  attribute type customer, data type=reference.
    We have made this attribute visible in the Users Properties by editing the RCDC for Configuration for User Creation, Configuration for User Editing and Configuration for User Viewing. It is now visible for alle users in the FIM Portal.
    But when an non-admin searches for an attribute in that Field, nothing shows up.... only member of the administrator set, are able to display the results.
    I have added the Resource to Filter permission - Administrator Filter permission + non-administrator filter permission.
    I have added the Resource to MPR - General: Users can read non-administrative configuration resources?
    Can anyone help?
    Best regards Andre
    Andre

    Hi,
    To be clear,
    You have create one new resource type 'Customer' and one attribute 'Customer' (Reference, binded to Person object)
    Update RCDC for Person (create/edit/view) to add a picker attribute with those parameters
    UsageKeywords: This is an optional string property. You can define a list of search scopes to be used in the Resource Picker by providing a list of the usage keywords that are supported by the SearchScopeConfiguration structure, where each keyword is separated by a (‘).
    ResultObjectType: This is an optional string property. The resource type is used to render resources in the pop-up dialog-box list. This is used with the Filter to help the Identity Picker identify what resource type is returned by the Filter, and render the data accordingly. This property is mutually exclusive with the UsageKeywords property (see above). When the search scope is applied, this has no effect. The string that is accepted for this property is any single, valid, resource-type name, for example, Person. When the filter is expected to return multiple resource types, Resource is used.
    Modify MPR "User management: Users can read attributes of their own" and "User management: Users can read selected attributes of other users" to add this new attribute
    Create a new MPR to give the right of all users to view new resource 'Customer' on all attributes
    Is that right?
    Regards,
    Sylvain

  • Solution - Workaround for latest NIC's not loading

    hey all,
    have discovered (with the help of a friend) a workaround for getting new
    NIC's working with the ZENworks Imaging boot cd.
    have tried posting the solution to coolsolutions but nothing seems to be
    happening so thought i would post a message here.
    basically a method on manually loading the NIC module and allowing you
    to image up or down to a server.
    it's not a solution in my mind as you still require manual intervention
    but it will at least buy some time while you wait for a newer bootcd.iso
    to come out.
    process is a bit big for here, but please email me if you would like a
    look and i would be happy to email it through.
    and if it works for you, maybe leave a message to let others know if it
    was useful/not so useful.
    regards,
    Leon Hewitt <[email protected]>
    Curtin University of Technology

    Leon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Crystal Report: How to make the fixed height box in all pages.

    Post Author: WTech CA Forum: Crystal Reports I want to make the height of box fixed size in all pages. The box in outside the detail section. Currently the size of the box changes according to the content of the detail section. Could anyone suggest m

  • Album art not in sync with music played on my iPhone

    I have re-synced, deleted my playlist and rebuilt them, still haven't found a solution. On my computer in iTune, all is good, you play Mika, you'll see Mika as the album art. On my iPhone, I hear Mika, I read Mika but I see the album art of Kate Voeg

  • New WD 1.0 TB HDD and MacBook Pro 15.4"

    Has anyone attempted to install one of these drives in their MacBook Pro? I am not sure what the dimensions of the existing drive in the computer are, but the WD drive is 12.5mm x 100.2mm x 69.85mm. I would love to double the capacity of my MacBook a

  • How to track if stolen

    how to track and ipod 4g white if stolen

  • Delete Duplicate only

    Dear Friends, I am working On report, In that i have to delete only duplicate records , ( Delete adjestent duplicate comapring field will delete the entire row) I dont want to delete entire row just want to show duplicate records empty on the next ro