Sub Variables in Reports 7

Does anyone know if you can use an Essbase Substitution Variable in a heading in Hyperion Reports? I can use these in the Grid but need to use it for a heading to pick up the current month....

Hi Hayley,I don't think you can use Subs Var directly in the heading. However, you can use a text function in a heading which references the Grid where the substition variable exists.Use this:<<GetHeading("Grid1", 1, C, 2)>>syntax: ("Grid", Page, Col or Row Header, Offset from top or left).Remember, text functions can't be typed. You'll need to use Insert Function.Hope this helps, let me know how you get on.TaMark

Similar Messages

  • How to automate Sub variables in Essbase using windows scripting

    I am trying to update the automation of sub variables.
    The idea is that the user will set the StartMonth in the file and than based on the value the 3 sub variable for months will get updated.
    Below is the script and the Maxl
    Windows Script
    Set StartMonth = 01
    IF %StartMonth% == 01 SET TempMth1=Aug
    IF %StartMonth% == 01 SET TempMth2=Sep
    IF %StartMonth% == 01 SET TempMth3=Oct
    D:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startMaxl.bat "D:\SetVar.mxl" "RF_Mth1" "%TempMth1%"
    D:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startMaxl.bat "D:\SetVar.mxl" "RF_Mth2" "%TempMth2%"
    D:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\startMaxl.bat "D:\SetVar.mxl" "RF_Mth3" "%TempMth3%"
    Maxl Script
    login admin password on localhost;
    spool 'D:\Variables.log';
    alter application appname set variable $1 $2;
    spool off;
    logout;
    exit;
    However this isn't updating the varaibles.
    Can anyone tell me as to what I'm doing wrong.
    Thanks in advance

    I checked it.The variables are set fine but when I try to set variables in Maxl using
    alter application appname "RF_Mth1" "%TempMth1%"
    it doesn't like the "TempMth1%" member...gives a syntax error.
    I tried removing the double quotes,put in single quotes but that didn't work either.

  • How to use Value Variable in Report Painter Column defined as Formula

    Hi Gurus,
    In report painter, how can I add one field (exchange rate) in selection screen, so that user can provide the exchange rate to be used, then execute the report, the exchange rate will used to multiple local currency amount.
    The reason for this is we want use provided exchange rate to convert the amount from once currency to the other currency.
    Alternatively I am studying the functionality of "Value Variable" and found that I can perform the task from this. I have created the value variable but when I am using the variable in Report Painter columns as "&ZVALVAR", system is giving me error. I read the help and it states that use the variable with "&" and do it as it is mentioned.
    Can anybody suggest what I need to do to make it workable.
    Thanks

    I did try using the presentation variable, but that does not work too. I am setting session variable in the dashboard prompt (select 'request variable'). When I use presentation variable, it hard codes the value of the variable name.
    sql is
    select date from work_order where facility = @{p_facility}
    the physical log sql is
    select date from work_order where facility = 'p_facility'

  • Internal variables of report painter shouldn't be selectable

    Dear collegues,
    I have created two new internal variables in report writer in order to use them in planning layout of TA KP67:
    - previous year: marked as internal variable: calculated as: &1CGJAHE-1 (2008)
    and
    - future year: marked as internal variable: calcualted as: &1CGJAHE+1 (2010).
    In report painter these variables are assigned to key figures and are not shown on the selection screen again as they are calculated internally.
    But in planning layout of TA KP67 cost activity planning these variables are also assigned to key figures like actual costs or fixed planned costs and are indicated as acceptable for input on the selection screen but shouldn't - so how it is possible to define internal variables in co planning layouts as really internal which do not come up if the planning layout is executed via TA KP06?
    Thanks and regards,
    Christian

    Hello Christian,
    when I understand your request correctly, you want to plan for several years like 2008, 2009 and 2010 but you just want to enter one year. Right?
    For the column with the current fiscal year you can use a standard variable like GJAHR. For the other columns you define the year in the column as variable with value "GJAHR-1" (last year) and with value "GJAHR+1" (following year). On the selection screen of the planning transaction you will only have one field for the current year and the fiscal year for the other columns is calculated accordingly when you run the planning.
    Hope this helps.
    Cheers,
    Daniela

  • Variable in report script

    Is it possible to create create user defined variables in report script?

    You can't use an Essbase report script to set a substitution variable.
    You can set it in EAS or use MaxL (or Esscmd) to do so.
    See: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_techref/maxl_variable.htm
    MaxL/Esscmd can be used to set a substitution variable and run a report script that references the variable.
    Regards,
    Cameron Lackpour

  • Variable in report painter

    Hi,
    I have a customized variable in report painter which pulls data from standard table, profit centre (GLPCT).  The data is included dummy profit centre. 
    How can block or should not allow dummy profit centre data to flow to the report?
    Please advice.

    Hi,
    Easier option is to create a profit center group excluding the dummy profit center and assign it in the report painter instead of the variable.
    Other option is at the time of executing the report, exclude the dummy profit center with out making any changes in the report.
    Regards
    Sudhakar Reddy

  • Use global variable in reports which is declared in forms

    Hi All,
    I have declared and used a global variable in Forms and after that I'm running a report and I want to use the same variable in reports.
    How can I use that.
    Regards
    Praveen Kr. Arora

    Hi Rizwan,
    Thanks for prompt reply.
    Can you explain in more detail with example.
    Though I'm calling report from menu item and I have created report file with three parameters.
    In menu item I have created a parameter list with same three parameters but whenever I tried to run then it gives Invalid ID error for all three parameters.
    Regards
    Praveen Kr. Arora

  • Syntax for declaring global variable in report

    Hello all,
    Kindly let me know syntax for declaring global variable in report?
    Thnks,
    SUnny

    Hi Sunny,
    All data declaration in the main program is global.
    Only if you do some data declaration withtin the subroutines then the scope of the variable is limited to that FORM ....ENDFORM.
    As you read in the above reply for a global variable in FM you need to declare in the top include.
    This means that you want this variable to be made available to all the Function Modules in that Function Group.
    If you want to make the variabe be available only within that FM then do the declaration in the source code itself.
    hope this explaination helps,
    Taher.

  • Local variable in report writer

    how to declare local variable in report writer?

    HI Oscar,
    what is "local" for you? Local in the report?
    Did you check the documentation?
    My result in SAP Help Portal is:
    [Variables|http://help.sap.com/saphelp_nw04s/helpdata/en/fc/eb3034358411d1829f0000e829fbfe/frameset.htm]
    Regards, Boris

  • How to create characterstic formula variable in reporting

    how to create characterstic formula variable in reporting
    tell me any one in steps
    thanks

    HI
    Query Designer -- Select your Char -- Create Char Variable -- Processing type should be Replacment path =In the Replace Variable with drop down box, choose Attribute Value. In the Attribute drop down, select Characteristic Reference
    http://help.sap.com/saphelp_nw70/helpdata/EN/03/6ba03cc24efd1de10000000a114084/frameset.htm
    Hope it helps

  • Use @TODATE with Subs Variable?

    I'm have a series of calculations which depend on the elapsed time between now (stored in a substitution variable as &Todaysdate), and a date which is in an Attribute.While I can get the formulae to work using typed-in dates, when I swap the date for the variable, it gives an error:VAR TheDateDummymember( TheDate = @TODATE("dd-mm-yyyy", "23-08-2002"); )works fine, butVAR TheDateDummymember( TheDate = @TODATE("dd-mm-yyyy", &Todaysdate); )with &Todaysdate defined as either 23--8-2002 or "23-08-2002" gives a syntax error (error in TODATE command).If I split it in two:Temp = &Todaysdate;TheDate = @TODATE("dd-mm-yyyy", Temp); then I get no errorAm I missing something?

    It could be that the @TODATE function wants a member reference - I know that it should work, but the workaround that you posted suggests to me that the function is not resolving the sub variable properly.Try using the @MEMBER function around the sub variable - I haven't tested it myself but it might work...Regards,Jade-------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Presentation variables in report

    Hi all,
    I wold like to show representation variables in report and then dashboard
    It runs fine in answer but it failed in dashboard
    @{pvar_promptChannel}{'Agency'}
    Unresolved column: "Agency"
    what is wrong?
    THnak you.

    Hi MuRam,
    I tried @{pvar_promptChannel}{Agency}, it shows the same error Unresolved column: "Agency" in both analysis and dashboard
    for @{pvar_promptChannel}{'Agency'}, actually, it works very well in analysis, but failed in dashboard.

  • Do sub variables work with bus rules 931?

    Do sub variables work with bus rules 931?

    Hi,
    Yes you can use essbase substitution variables with Business Rules 9.3.1
    e.g. &CurrYear points to substitution variable called CurrYear
    Cheers
    John

  • Creating variables in Report Painter

    Hi ...
    I would like to know ... how do I create variable ? I know it is via T CODE GS11, but when run tht, in the next screen it pops up for variable ? What variable do I need to enter ? is this predelivered Eg : CE-PK, or can we create one ? Please advise
    Also, I would like to I have a requirement for a report whereby the format is like this .....
    SALES       CURR MONTH (06/2006)  LAST YEAR          
    - Sales IT
    - Sales 1
    - Sales 2
    COGS
    - cogs 1
    - cogs 2
    - cogs 3
    COS
    - cos 1
    - cos 2
    - cos 3
    GROSS PROFIT
    Whereby, SALES = sales it + sales 1 + sales 2, COGS = cogs 1+cogs 2 + cogs 3, COS = cos 1+ cos 2+ cos 3. also GROSS PROFIT = SALES + COGS + COS
    The abpve report is inclusive of Cost Centre and Profit Centre, how acn I utilize the libraray in Report Pianter to create such report, is this possible in Report Painter whereby including Cost center and Profit Centre in one single report
    Pls assist me
    Nathan

    When you create your variable first enter the variable name. Second enter the reporting "table" to use. Third enter the "field'. Press enter. Next enter a default value for your field. Save you variable. It is now ready to use in your report painter.
    Using the PCA reporting tables gives you the profit center but not the cost center. You can only use one reporting table per report. you will need a cctr report for that.
    First create your own libray from GLPCT. Next create your report using your new library. The report painter can do the calculations that you have shown.
    You create a formula in the row or column to calculate your sub totals.
    pls assign points if helpful as a way to say thanks.

  • Creating a range with Substitution Variables for Report Script

    Is it possible to create a range with substituion varables for use in a report script. For example instead of listing "Jan" "Feb" "Mar" "Apr" in the report script can I use a sub varaible like Jan:Apr that will list them all out?

    while I have not had luck with ranges in report scripts, others have. You could have a substitution variable the is "Jun" "Jul " "Aug" or whatever you want the members to be. and it will replace jusr fine

Maybe you are looking for

  • How to Connect Early 2011 MBP 13" to Apple 20" Cinema Display at 1680x1050?

    My early 2011 MacBookPro will only display 1280x800 on an external Apple 20" Cinema Display. The MBP's specs say that it will support dual displays and video mirroring simultaneously at full native resolution on the built-in display and up to 2560x16

  • Pros/Cons to Flash & a few questions

    I am hoping to tap into the greater power of collective thinking to get a better idea about pros and cons about using Flash within web sites for a meeting I have next week. The following sentence was included in the appointment invitation:  “They wou

  • Mac iPhoto to apple tv, what about windows?

    Knowing that we can have a big collection of photos in Mac OS iPhoto's library and share them to apple tv. What about windows? we do have any similar photo sharing application?

  • The "P" and "Delete" button doesn't work

    While text messaging or emailing the letter P nor the delete button work. Any suggestion?

  • Firefox Addons: Custom addon does not run

    PS: My problem changed a little bit. In the first post you see my original problem, please see #4 for the current one. Hey everyone, to collect some traffic data I call Firefox from a bash script. I use a proxy to connect to the loading speed is rath