Using Variable in Web.xml/ Override value in web.xml

Environment : JBOSS 4.2 / Web application in java/jsp
*==============================================================*
Iam using a servelet in application, and paremeters is configured in web.xml at run time I need to change the value. A variable
see web.xml
{color:#ff0000}<param-value>C:/FILE_ATTACHMENTS{color}</param-value>
Instead of using a static folder name I need to use a variable, this veriable either i define in config.properties or ineed to pass through application
Web.Xml file
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="[http://java.sun.com/xml/ns/j2ee]" xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]" xsi:schemaLocation="[http://java.sun.com/xml/ns/j2ee] [http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd]">
<display-name>VyasaWeb</display-name>
<servlet>
<servlet-name>VyasaServlet</servlet-name>
<servlet-class>com.jsos.download.VyasaServlet</servlet-class>
<init-param>
<param-name>dir</param-name>
param-value>C:/FILE_ATTACHMENTS</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>VyasaServlet</servlet-name>
<url-pattern>/servlet/VyasaServlet</url-pattern>
</servlet-mapping>
</web-app>
Is any way to use variable in web.xml or override the value ?
Please help
Vince
Edited by: VINCEJOHNSON on Jul 30, 2010 3:30 PM

If nothing else, why not just have your servlet load a configuration file on startup?

Similar Messages

  • How can I use variable name as a prameter value in HOST Command ???

    Hi All,
    How can it possible to use variable value in parameter in HOST command ??
    Following in my code:
    host('rwclient server=reptest report=c:\cust_print.rdf p_1= s_sam_cust_id userid=wh1/wh1@dwh desformat=pdf desty=file desname=c:/temp/'||v_sam_cust_id||'.pdf');
    Regards

    Hello,
    The Syntax of the builtin HOST is :
    SyntaxPROCEDURE HOST
    (system_command_string VARCHAR2);
    PROCEDURE HOST
    (system_command_string VARCHAR2,
    screen_action NUMBER);
    So , you can build the system_command_string as any VARCHAR2
    Example are provided in online help :
    http://www.oracle.com/webapps/online-help/forms/10g/topics/f1_help/builth_m/host.html?tp=true
    Regards

  • Repost Function using Variable is not working

    Hello experts!  I am on BW-BPS 3.5.  I have set up a repost function using variables to change a characteristic value for Business Unit.
    1. I created 2 variables as Bus.Unit From and Bus.Unit To in the Planning Area. I am not using the variables in my planning level.
    2. I entered the variables in the parameter group New Values area for the From and To Values.
    3. My goal is when the user executes the Repost Function for a Variable Prompt should appear and have the user select the From Business Unit and To Business Unit.
    The Variables are set up as USERVALUE User-Defined Values, Restriction of Values required by user and I have tried with/without option of Input Allowed by User. 
    Can you tell me what I am doing wrong, I expected a variable prompt when executing the Repost Function but it does not work.
    Thank you,
    Teri

    Ravi, Thank you for your reply however I contiue to have errors or the execution does not repost (change any value) as noted below.
    1. I have 2 Variables in Planning area var1 (from) var2 (to) for the same charateristic which is Business Unit
    2. Business Unit is in the level,  on the selection tab to add the variable I can only add 1 variable, So I added var1 (from) to the level. 
    3. Parameter group for old and new values - I have Var1 (from), var2 (to)
    4. Report Function - are you referring to Reporting variables in BPS? I have set this up as suggested in the "How to Use Reporting Variable in BW-BPS" document.
    5. Enter plan data: I receive prompt for VAR1, mandatory. At this point there is no value in Var2.
    6. Execute Repost function - I receive an error to "Restrict Var2"
    7. If I set variable values and add a value for Var2 I receive an error "The generated data is not contained in the selection condition".
    Next I removed VAR1 from my planning level and turned on the option 'Selection in package' for Business Unit. This seems to work well.
    What do you recommend?
    Thank you,
    Teri

  • How to use variables in scriptlogic

    Hi BPC gurus,
    I'd like to make a condition in my scriptlogic for an allocation of a planned value on year base to the months values. If there is reference data in the past year, I would like to allocate according to the reference. If not, I would just like to make an even distribution. Unfortunately I didn't find a way to use variables in scriptlogic and assign values to them. Here's my coding:
    *LOOKUP Vertrieb
    *DIM MEASURES="PERIODIC"
    *DIM CATEGORY="ACTUAL"
    *DIM P_DATASRC="UPLOAD"
    *DIM PREVYEAR:TIME="2009.TOTAL"
    *DIM PREVJAN:TIME="2009.JAN"
    *DIM PREVFEB:TIME="2009.FEB"
    *ENDLOOKUP
    *WHEN TIME
    *IS "2010_INPUT"
    *WHEN CATEGORY
    *IS "PLAN"
    *WHEN P_DATASRC
    *IS "MANUAL"
    //here I would like to add a condition if the value for the past year is not 0
    *REC(FACTOR=LOOKUP(PREVJAN)/LOOKUP(PREVYEAR),TIME="2010.JAN")
    *REC(FACTOR=LOOKUP(PREVFEB)/LOOKUP(PREVYEAR),TIME="2010.FEB")
    //or here I would like to add a condition if the value for the past year = 0
    *REC(FACTOR=1/12,TIME="2010.JAN")
    *REC(FACTOR=1/12,TIME="2010.FEB")
    *ENDWHEN
    Thanks for your assistance.
    Regards,
    Ulrike

    Hi,
    If you would like to add a condition if the value for the past year is not 0, then you can try
    *WHEN TIME
    *IS 2009.TOTAL
       *WHEN SIGNEDDATA
       *IS (put is not equal to sign, as I am not able to put it) 0
          *REC(......)
       *ENDWHEN
    *ENDWHEN
    *COMMIT
    Hope this helps.

  • Using a SelectOneChoice to retrieve a value in to a variable...

    AAAAaaah. I've spent far too much time on what should be a very simple operation - can somebody help me....
    (JDeveloper 10.1.3.4. Oracle ADF on Oracle ADF BC.)
    I have a backing bean called HspShopBacking with a simple Date variable "selectedTime":
    public class HspShopBacking
      private oracle.jbo.domain.Date selectedTime;
      getSelectedTime(){...}
      setSelectedTime(oracle.jbo.domain.Date selectedTime){...}
    }I would like to use a SelectOneChoice to display a list of times from my ViewObject: DELIVERY_TIMES and retrieve the value in to my selectedTime attribute.
    Unlike most of the examples I can find I DON'T want my SelectOneChoice to have an existing Iterator as it's base datasource and then to retrieve the selected value from that iterator (because I've got various commits happening that might commit the updated value).
    In Forms this was SO easy.....can somebody PLEASE point me in the direction of the relevant documentation or tell me what I need to do!!

    I have a habit of answering my own questions ... these are the steps I took for retrieving a value from a SelectOneChoice component in to an individual variable, accessible from a backing bean (see the bottom of this post for links to the other posts that assisted me):
    As an example, assume that I have Emp and Dept view objects in my model. I want a SelectOneChoice of departments that will take the selected Department Name in to a separate variable for access in the backing bean (and therefore will not use the Emp view at all).
    1) To easily create a SelectOneChoice object (rather than try to create it manually), open the Emp view's data control up in the Data Control pallette and drag the Deptno column on to your JSPX (somewhere within the af:form tags). This is just so we can create the control using the wizard, we will be removing all references to Emp later.
    2) From the context menu choose Single Selections->ADF Select One Choice
    3) Select the Dept view iterator as the List Data Source
    4) For now (to complete the wizard) select Deptno from the Base Data Source Attribute list, and choose Deptno from the List Data Source Attribute list (we will be changing these values in the XML once the wizard is complete).
    5) Set the display attribute to Dname
    6) Click OK
    7) Open the source of the JSPX page where you created your SelectOneChoice right click and "Go to Page Definition"
    8) In the structure pane, Right-click on executables->Insert inside executables->variableIterator
    9) Right click on the created variables node in the Structure Pane->Insert inside variables->Variable
    10) Give your variable a name (such as selectedDepartmentName)
    11) I gave it a type of java.lang.Object (for maximum flexibility - I will be type checking inside the Backing Bean)
    12) Select the bindings node, and from the right-click menu choose Insert inside bindings->attributeValues
    13) From the wizard choose the "variables" data collection, and the attribute you named earlier (e.g. selectedDepartmentName), click OK
    14) From the source xml of the attributeValues object you just created, change the id to something meaningful (e.g. selectedDepartmentValues)
    15) In the structure pain, open the bindings node and Right click the list iterator binding that was created when you added the SelectOneChoice object (will be called something like EmpDeptNo) and choose "Go To Source"
    15) From the source xml change the IterBinding="EmpIterator" to IterBinding="variables"
    16) Change <Item Value="Deptno"/> to <Item Value="selectedDepartmentName">
    So in summary the JSPX page will have:
                      <af:selectOneChoice value="#{bindings.EmpDeptNo.inputValue}"
                                          label="#{bindings.EmpDeptNo.label}">
                        <f:selectItems value="#{bindings.EmpDeptNo.items}"/>
                      </af:selectOneChoice>The page definition will have:
    <executables>
        <iterator id="DeptIterator" RangeSize="-1"
                  Binds="Dept" DataControl="AppModuleDataControl"/>
        <variableIterator id="variables">
          <variable Name="selectedDepartmentName" Type="java.lang.Object"/>
        </variableIterator>
    </executables>
    <bindings>
        <list id="EmpDeptNo" IterBinding="variables"
              StaticList="false" ListOperMode="0" ListIter="DeptIterator"
              NullValueFlag="1" NullValueId="EmpDeptNo_null">
          <AttrNames>
            <Item Value="selectedDepartmentName"/>
          </AttrNames>
          <ListAttrNames>
            <Item Value="Dname"/>
          </ListAttrNames>
          <ListDisplayAttrNames>
            <Item Value="Dname"/>
          </ListDisplayAttrNames>
        </list>
        <attributeValues IterBinding="variables" id="selectedDepartmentValues">
          <AttrNames>
            <Item Value="selectedDepartmentName"/>
          </AttrNames>
        </attributeValues>
    </bindings>And your backing bean can access the value using:
        FacesContext fc = FacesContext.getCurrentInstance();
        ValueBinding vb = fc.getApplication().createValueBinding("#{bindings.selectedDepartmentValues}");
        AttributeBinding ab = (AttributeBinding) vb.getValue(fc);
        String dName = (String) ab.getInputValue() ;References:
    Geting variable value in backing bean
    http://www.oracle.com/technology/products/jdev/tips/mills/listvalue/listbindingvalue.html

  • Using variable values form parametrized URL in Customer Exit in i_step = 1

    Hello BW experts,
    I call a parametrized URL to a Web Template that has a Query with the variable VAR1:
    http://XXX?...&CMD=LDOC&template_id=TEMP1&VAR_NAME_1=VAR1&VAR_VALUE_EXT_1=2006
    Then I try to access the value of VAR1 in i_step = 1 in the Customer Exit for BEx variables in order to determine the value for a customer exit variable VAR2:
    WHEN 'VAR2'.
        IF i_step = 1.
          READ TABLE i_t_var_range INTO var_range
            WITH KEY vnam = 'VAR1'.
          fl_var_range-sign = 'I'.
          fl_var_range-opt = 'EQ'.
          fl_var_range-low = *some operation with var_range
          APPEND fl_var_range TO e_t_range.
        ENDIF.
    The problem is that VAR1 contains either the default values (if the variable is set to have default variables) or is empty (if there are no default variables defined). It does not retrieve the value in the URL in the Customer Exit, but displays it correctly in the variable screen.
    Is there any way I can acces the URL parameter in the Customer Exit?
    Thanks for any answers in advance.
    Michael

    Gili,
    thanks for your answer. The problem was, though, that the first value determines the behavior of the variable screen by setting the value of a customer exit variable.
    My goal was to have two variable screens. In the first a date is chosen and in the second a node of a time-dependant hierarchy is chosen. If one enters the date in the same screen as the hierarchy, the valid hierarchy for the date is not displayed.
    I solved the problem now in following way:
    <b>1. Saving the value in SAP Memory as a parameter.</b> The parameter has to be defined in SE80. A Dummy Web Template with a query on the same Infoprovider with just the two InfoObjects (Year/Month) displays a variable screen for Month/Year. In addition there is a Dummy Customer Exit variable that is needed in order to pass the variable values (month/year) into SAP Memory. Using JavaScript in the Dummy WebTemplate the second Web Template with the actual query is called without displaying anything else than the variable screen.
    WHEN 'DUMMY_CUSTOMEREXIT_VAR'.
        data: w_date like sy-datum
        IF i_step = 2.
          READ TABLE i_t_var_range INTO var_range
            WITH KEY vnam = 'VAR1'.
        do your peration
        i.e.  w_date(4)+2 = var_range-low.
                 w_date(6)+2 = var_range-high.
          SET PARAMETER ID 'ZBW_PARA1' FIELD w_date.
        ENDIF.
    <b>2. Retrieving the value from SAP Memory</b> Before displaying the variable screen, the chosen date is retrieved from SAP Memory and used to set the date for a customer exit variable for the hierarchy validity date.
    WHEN 'VAR2'.
        IF i_step = 1.
          GET PARAMETER ID 'ZBW_PARA1' FIELD w_date.
        do some operation with     
          APPEND fl_var_range TO e_t_range.
        ENDIF.
    It is quite a comlex construct, but it works....

  • Using @variable('BOLanguage') prompts in webi documents

    Hello,
    I am using @variable('BOLanguage') in the universe to handle multilinguism.
    Unfortunately, when running my webi document, the variable prompts whereas it is a BO variable.
    On top of that, let us suppose, I enter "test" as a value for this variable, when it is evaluated, the variable is evaluated as 'fr' or 'en' but not as 'test' which proves that this variable should not prompt.
    Does anyone have any idea about how to prevent 'BOLanguage' from prompting.
    Thanks in Advanced
    Sylvie

    Oh, ok that's interesting. I went back to find the documentation but couldn't find anything specific to BOLANGUAGE, just to @Variable in the Universe designers guide.
    http://help.sap.com/businessobject/product_guides/boexir31SP2/en/xi31_sp2_designer_en.pdf
    It mentions entering -var parameter at the command line when starting BO to get access to other variables, and the syntax to use for @variable. It also mentions language variables like 'Preferred Viewing Locale', but nothing about 'BOLanguage'. Anyway, looks like you have answered your own question.
    Thanks

  • WEBI prompt based on bex variable suppress not assigned hashtag value in LOV

    Hi,
    is it possible to suppress the "Not assigned (#)" value from the list of values in a webi prompt based on a bex variable?
    This "Not assigned" value is something BW specific, BW adds this to each characteristic automatically?!
    WEBI:
    RSRT:
    It needs to work in WEBI, not only in RSRT, and the filtering of data still needs to work.
    For rsrt it works, when you exclude the not assigned value in "Filter > Characteristic Restrictions" and use the bex variable in/through "Filter > Default Values", but this does not work in WEBI, because the BEX Query Data is not filtered on the in the prompt selected value.
    Thanks.
    Regards
    David

    Thanks David for a quick reply !
    I could manage to avoid # values in WebI prompt using BAdI implementation, here is the brief:
    Problem:
    WebI report prompt (which shows BEx variable) list of values shows blanks or # . Rrequirement was to avoid these blanks or #
    Environment:
    BW 7.3
    BO 4.0
    BW Cube > BEx Query > OLAP Connection > WebI report
    Solution:
    InfoObject Level1 in BW had # values in masterdata, this could not be deleted since it was in use with other Cubes.
    Vaurable Var_Level1 displays # when pressed F4 running BEx query and in list of values in WebI report prompt.
    I implemented BAdI on Level1 info object and variable Var_Level1.
    Steps to implement BAdI are as in following link
    BEx Query - Control the values which are shown on F4
    Used following code to elimitate #.
    METHOD IF_RSR_VARIABLE_F4_RESTRICT~GET_RESTRICTION_FLAT.
    DATA: l_s_range     LIKE LINE OF c_t_range.
    DATA: l_var_range   LIKE LINE OF i_t_var_range.
    DATA: IT_MZLEVELS TYPE TABLE OF /BIC/MZLEVELS,
    WA_MZLEVELS LIKE LINE OF IT_MZLEVELS.
    DATA: L_ZLEVEL1     TYPE /BIC/OIZEVEL1.
      IF i_vnam EQ 'ZV_LEVEL1'.
    SELECT /BIC/ZLEVEL1
    FROM /BIC/MZLEVELS
    INTO CORRESPONDING FIELDS OF TABLE IT_MZLEVELS
    WHERE OBJVERS       = 'A'.
    IF SY-SUBRC NE 0.
    EXIT.
    ENDIF.
    SORT IT_MZLEVELS BY /BIC/ZLEVEL1.
    DELETE ADJACENT DUPLICATES FROM IT_MZLEVELS COMPARING /BIC/ZCLV1GP.
    DELETE IT_MZLEVELS WHERE /BIC/ZLEVEL1 = ''.
    l_s_range-iobjnm = i_iobjnm.
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    LOOP AT IT_MZLEVELS INTO WA_MZLEVELS.
    l_s_range-low    =  WA_MZLEVELS-/BIC/ZLEVEL1.
    APPEND l_s_range TO c_t_range.
    ENDLOOP.
    ENDIF.
    ENDMETHOD.

  • I'm using TestStand/Labview to do a string value test. Is there any way to use a variable in the edit string value test?? This forces you to hard code a string to test against.

    I'm using TestStand 2.0/Labview 6i to do a string value test. Is there any way to use a string variable in the edit string value test instead of an actual string?? This forces you to hard code a string to test against.

    Hi ART,
    You can also use the LimitLoader step to load your string into to step similar to the Numeric Step type.
    There should be an example of this in the Resource Library | TestStand
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Structure inDesign document and export as XML for use in the web

    Hello everyone,
    I just recently started using inDesign and I am fascinated by its possibilities! I use it for a project where a finished inDesign layout that is used for a printed publication is now supposed to be transformed for implementing it on a web site. My job is to export the inDesign document as an XML file. After massive reading the last weeks I'm quite familiar with the structuring and tagging in inDesign. Though there's some issues I do not understand. Your precious advice would be of highest meaning to me
    The programmer who will later use my XML output for the web-transformation needs the document structured in different levels like "Root > Chapter > Subchapter > Text passage / table". I already structured the document with tags like title, text passage, table, infobox,... but the structure is just linear, putting one item following to another.
    How can I structure the document with reoccuring tags that enable me to identify the exact position of an item in the document's structure? So that I can say for example "text passage X" is located in chapter 4, subchapter 1. This has to be done because the document is supposed to be updated later on. So maybe a chapter gets modified and has to be replaced, but this replacement is supposed to be displayed.
    I hope my problem becomes clear! That's my biggest issue for now. So for any help I'd be very thankful!

    Our print publications are created in InDesign CS5 for Mac then the text is exported to RTF files then sent to an outside company to be converted to our XML specifications for use by our website developers.  I would like to create a workflow in which our XML tags are included in the InDesign layouts and then export the XML from the layouts.
    Some more detail about what kind of formatting is necessary might be helpful.
    I know that IDML files contain the entire layout in XML format.  Is it a good idea to extract what we need from IDML, using the already-assigned tags?
    Well, if you want to export the whole document, it's the only reasonable approach.
    We use a workflow system such that each story is a seperate InCopy document, stored in ICML format (Basically a subset of IDML). Our web automation uses XSLT to convert each story into HTML for use on our web site; it also matches it up with external metadata so it knows what is a headline and what is not, etc.. It is not exactly hassle free, and every once in a while someone uses a new InDesign feature that breaks things (e.g., our XSLT has no support for paragraph numbering, so numbered paragraphs show up without their numbers).
    You could do the same thing with with IDML, you'd just have to pick out each story, but that's small potatoes compared to all the XSL work you're going to have to do.
    On the other hand, there may be better approaches if you're not going to export the whole document. For instance,  you could use scripting to export each story as an RTF file, and then you could convert the RTF files into HTML using other tools.

  • Variable with range- only 1st value used in manual planning ?

    Hi,
    We're trying to define a column in a manual planning layout that will represent a YTD total.  We have defined a variable  for 0fiscper that contains the range of periods we require in the YTD total.  When we execute that manual planning area with this variable used as a restriction on the data column we want, the key figure values displayed only represent those for the 1st period in the range - not  all periods in the range !
    I'm hoping someone can tell me if manual planning layouts can use variables in this manner.  If not, how can this best be done ? 
    Many thanks,
    Blair

    Hi Blair,
    Create a total column using the dynamic column, as a result you would have the individual period columns and the total column in the layout. Now make the individual period columns hidden using any of the options below.
    You could achieve the same, by making the column hidden in the transaction UPX_MNTN
    > Enhance Planning Layout
      > Select the relevant layout
         > Select the enhanced button for the key figure
           column
           > Mark the hidden check box there.
    Alternatively if you are using Excel GUI, you could set the column width of the columns preceeding the total column as 0 (in the third screen of the layout) to make them hidden.
    Hope it helps

  • Use of variables in "FOR XML PATH"

    Other than using dynamic sql (which we don't want to use) is there a way to use a variable in For XML Path, e.g.
    select
    FOR XML PATH (@BookName), ROOT('Book'), TYPE
    TIA,
    edm2

    In terms of general XML design this is poor.  An element is normally a 'thing', and the attributes are normally the properties of that thing.  Therefore in your case you would have a Book property with a 'name' attribute.  It would be impossible
    to create an XSD for your xml, and makes it awkward for readers of your xml - how do they know the book name beforehand?  Creating this xml in the normal fashion would also make it easy to create without any messing around ( string manipulation,
    other hacks ), eg
    DECLARE @BookName NVARCHAR(20) = 'SomeBook'
    SELECT
    @BookName "@name"
    -- Other book attributes
    FOR XML PATH ('Book'), ROOT('Books'), TYPE
    So now you have a Book item(s) within a Books collection.  Easy!  : )

  • SPSiteDataQuery - filter by file Title - Can I use variable for the filter value?

    I use SPsiteDataQuery to search across multiple lists and filter by file title. I have the file title information in a variable.
    Can I use variable in the filter value?
    string fileName = "Policies.doc"
    SPSiteDataQuery spQry = new SPSiteDataQuery();
    spQry.ViewFields = "<FieldRef Name='Title'/><Value Type='Text'>fileName</Value>"

    If I have understood correctly, you want to search based upon a File title in all the sites. You can include a query to filename in the spQry
    spQry.Query = "<Where>" +
    "<Eq>" +
    "<FieldRef Name=\"FileLeafRef\"/>" +
    "<Value Type=\"Text\">" + fileName + "</Value>" +
    "</Eq>" +
    "</Where>";
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Additional Results Custom Step using Variables in Name and Value to Log expressions?

    I am trying to create a Custom Step Type for logging additional results - requiring a single Name and Value data pair included in the step.
    I want to pass the name and value data in using two specific variables.
    This functionality can of course be explicitly coded on a test step without problem, but I can't find a way to create a custom test step which inserts such a step i.e. automatically inserting the correct variable names into Name and Value to Log fields.
    Any ideas how to accomplish this? I don't want the custom step users to have to type in the variable names every time they use it.
    I am using TestStand 4.1.1
    Message Edited by CIM1 on 04-20-2009 07:26 AM

    Hi CIM1,
    There are a few ways of doing this.
    The simplest one would be to configure the expression in the Pre-Expression or Post-Expression (depending on whether you would like the Step Type to use the value in the variables or write the value to the variables) and then from here you can lock away the expressions from being edited. The caveat with this method is that you are obviously restricing the Pre/Post-Expressions for the step type. 
    Another Method would be to code some code modules to Write to/Read from the Variables and then calling these in the Steps Pre-Step SubStep or Post-Step Substep. The advantages of this method would be that you can search for the Variable, and if the variable is not present, you could create it before writing to it.
    Hope this Helps.
    Best Regards,
    Steve H 

  • Essbase Variable with more than a value for use after in Planning forms.

    I want to now if it would be possible to create a variable with more than a value for use after in Planning forms.
    The variable that I want to use is created in Essbase.
    Example:
    &Years = FY08,FY09,FY10

    Hi.
    The only workaround I know for the problem is to create parent in the dimension.
    In your case, create member “planyears”.
    Then you define children that are shard (this are the multiple member for the variables FY08, FY09 etc..)
    Create Essbase sub variable that will have 1 member value “planyears”
    When you use the Sub Variable in form select function “Children” and in that case it will use the member FY08,FY09 etc on the form.
    Limitation: I’m working on version 9.2.0.3 so you can’t create hierarchy in the year dimension, but you can use it in other dimension.
    AE

Maybe you are looking for

  • Error in Import JAVA DUMP phase in Solution Manager installation.

    Hi, when i am installing Solution manager i am getting error in import java dump phase on windows and oracle database. i installed java 1.4.2_09 . plz anybody give the solution. Its very urgent. Thanks, Venkat.

  • Error in "IBAPI_ORDER_OPERATION_CHANGE"

    Hi All, I need to update USR02 field in Operation-Internal-Enhancement tab of a Service order on execution of a custom program, But I'm facing an error "Operation & & to be changed was not found" on execution of "IBAPI_ORDER_OPERATION_CHANGE". Input

  • Using wired computer to connect wireless to iphone

    I have been using a friends wifi. I have DSL at home with a wired desktop. I want to be able to use wifi at home with my own connection but I don't want my desktop to be wireless. I am reading a lot of conclicting stuff online. None of it really answ

  • High Response time in MIRO

    Dear Experts,                           While doing MIRO trasaction system is taking too much time to execute, even for  each click event system is taking too much time to respond,  i am very new to basis , please guide me to solve this issue. regard

  • Opening foto stream folder crashes my windows 7 explorer.  how can I correct this?

    I've just installed Icloud in my Win 7 PC to be used with my Iphone 5.  Icloud has been turned "on" on the phone.  When I open Windows explorer and click on the Photo Strram System folder, the program crashes, I need to close it using the Windows tas