Report script command equivalent for @relative calculation command

HI ,
We have a calculation script which has a fix statement like below :
     FIX( Grade, "w/o LO", "Line Options", AtLaunch, @DESCENDANTS("470.92"), @DESCENDANTS("Price Item"), @RELATIVE("Total Region", 0) )
We are trying to make a reportscript which gives us the format of the set of database being calculated.
So we are tranforming the above calc script commands into equivalent report script commands. We are struck with the @Relative command.
Can somebody tell us what is the equivalent report script command for @Relative calculation script function.
Regards
OKU

There's no direct analogue, but you can use the <LINK command along with <DESCENDANTS and <LEV to get pretty close. See: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/rwriter/link.htm
JExport (if pre 9.3) or DATAEXPORT (if 9.3 or greater) may also be options and will in fact allow @RELATIVE to be used.
Regards,
Cameron Lackpour

Similar Messages

  • "DatePart" Equivalent for a calculated list column

    Hello All,
    I need to break out dates from a calendar field into separate columns of month and year. In SQL I would just use DatePart, but I can't find a similar function for SP 2010 calculated columns. Is there a DatePart equivalent for calculated columns using just
    the web interface?
    Also, does anyone know where is the list of functions for calculated columns?
    Thanks in advance for the support.
    Alcide

    Hi Alcide,
    you should be able to do something like =Year([Date column]) for your Year column and =Month([Date column])for your month column
    here is a reference of calculated field functions from Microsoft.
    http://msdn.microsoft.com/en-us/library/bb862071.aspx
    Please let me know if this helps,
    Alex

  • Command sequencing for a javascript command

    Hi SDN community,
    I am trying to execute a link in a web page that requires a command sequence.
    The second command CMD_2 is a javascript function.
                      href="<SAP_BW_URL ITEM='GR_' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR_01&MULTI=X&HIDDEN=' CMD_2='javascript:change_report1();' ">
    however, the function change_report1 does not seem to execute.
    Is this possible, or do you have any working examples.
    Thank you.
    Simon

    Hi Simon,
    Are this script is defined within an anchor tag like:
    <a <YOUR_SCRIPT_CODE_HERE> />
    Or else within which tag did you declare the script...

  • Equivalent  for execute immediate command in maxdb

    hi all,
    like in oracle for executing the sql_query, we have execute immediate command.
    for e.g.. in oracle
    L_SQL ='SELECT * FROM EMP';
    EXECUTE IMMEDIATE L_SQL;
    what will be the command for execute immediate in MaxDB??
    like in MaxDB
    L_SQL = 'SELECT * FROM EMP';
    Now How can i execute the above l_sql variable in MaxDB.
    thanks, Bhupinder

    Hi Bhupinder,
    the following code snippet should do the job
    [code]
    CREATE DBPROC EXAMPLE
    AS
    VAR statement1 char(100);
    SET statement1 = 'SELECT * from DBA.DUAL';
    TRY
        EXECUTE statement1;
    CATCH IF $rc <> 100
         THEN STOP ($rc, 'unexpected error');
    [/code]
    Best regards,
    Marco

  • USER COMMAND CODE for the ICON "Back"

    Hello All,
                 I wanted to know if there is any command code for the user-command icon "back" that i can use while programming.
    e.g. as for the icon "save" there is '&data_save' code which we can use.
    I have used the code "&F03" for 'back" but it does not call the routine i have written for the same.
    So if in case no other code for "Back" icon is available, what is the procedure to implement the "back" command through programming?
    as when i click the icon,the code written inside the report should be executed along with the normal "back" function.
    Thanks

    Hi..
    you do one thing..put /h. then click on back.At the bottom pART of the debugging screen u find
    Field names section..There type sy-ucomm and press enter. The value of sy-ucomm can be seen...
    Thats the value u need...Which u can use the same in case statement
    and its case sensitive.chk the same.. and  write it in quotes( ''). that is 'BACK' or 'F03'
    Edited by: Rudra Prasanna Mohapatra on Jun 21, 2008 7:48 AM

  • Oemevent command equivalent in 10g?

    Is there a 10g command equivalent for the old oemevent command? I'm looking for some easy way to add a grid control alert to my existing cron jobs..
    Thanks
    John

    Hi,
    You can use the "keepalive retryperiod" same as passdetect interval on ACE
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.40/command/reference/CmdKeepC.html
    Siva

  • Command accounting for SNMP config

    We can use TACACS+ and ACS to do the command accounting for EXEC shell commands executed. But what abount configuration changed by SNMP set? How to find out which OIDs set by NMS tools?
    Thanks!

    Well radius accounting is supported on ACS so if your aaa client is accounting the commands, then they will appear on ACS without problem.

  • Report script in Essbase

    Hi All,
    I have to write a report script from a calc script where data is exported into a file .
    There is a fix and relative function in calc sript .
    I am new to report report script .
    Can anyone help me here .
    -Tx

    You mean you're converting a DATAEXPORT calc script to a report script?
    You could start here: Examples of Report Scripts
    The FIX and RELATIVE functions are restricting the output of the DATAEXPORT to specific members; the equivalents in report script language are going to be Member Selection and Sorting Commands.  <LEAVES (for ASO - I'm taking a guess that you're doing this as part of a BSO->ASO conversion) or <DESCENDANTS possibly, but hard to tell without more detail.
    Posting the actual calc script would probably help.

  • Assessing Command 'Analyze Source Files' via Command Line when running TestSTand Deployment Utility

    Our Software Configuration Manager is running the TestStand Command Line Deployment Build Tool (Ref: https://decibel.ni.com/content/docs/DOC-38947).
            When he builds the application,  the code will not be at the same location it was in development. 
    If you are Manually running the TestStand Deployment Utility, This is not a problem because everything is relative in the workspace.   Simply go to the Distributed Files Tab (of TestSTand Deployment Utility) and hit the, "Analyze Source Files" button.  This finds the required files and apparently creates an updated hard path to be used during the build (probably in the *.tsd).
    PROBLEM:  We auto-run the Command Line Deployment Build Tool (Command Line), and we do not have access to the, 'Analyze Source Files' command.
                As a result, our build consist of many warnings and the output is missing many files (the location of the files have not been updated).
    If we could access the 'Analyze Source Files' Command via command line, that would fix the issue. 
    FYI:  We use an automatic builder called Quick Build as our builder.
    Attachments:
    TestSTand Deployment Utility-Distributed Files Tab.PNG ‏76 KB

    Unfortunately it looks like Analyze Source Files does not have a command equivalent for the command line based on this article and attached PDF:
    https://decibel.ni.com/content/docs/DOC-38947
    That may be a good post for the TestStand Idea Exchange for consideration in future versions of TestStand.
    Michael K.

  • Report script will not finish

    We are running EAS report script via batch scripts using mxl. These report scripts have not changed and at the time of running, nothing else is runnign onthe server. The report scripts will run for about 10minutes (which nroamlly take about 15 to complete) and it stops and says "administrator has temporarily disables commands". we have ran the unlock utility and stopped and restarted the application and still face the same issue. No settings have been changed on the server and the same reports ranthis morning, yet error out this afternoon with no change. We are on 11.1.2 planning. Any ideas?

    kplum12 wrote:
    We are running EAS report script via batch scripts using mxl. These report scripts have not changed and at the time of running, nothing else is runnign onthe server. Did you checked the CPU memory usage while executing Report..?
    Is server busy with many connections (User sessions) ??
    (or)
    Did you feel slow when you are trying to retreive that time?
    Some times every thing works slow..like when we are trying to retreive the data it is processing forever..In that case,I have restarted my server and every thing works fine....
    Edited by: Prabhas on Aug 3, 2011 11:41 AM

  • CSV format file through Report scripts.

    Hello Gurus -
    In hyperion report scripts we can use the "Tabdelimited" syntax to produce the extract where the columns are separated by tabs.
    I was wondering if there is a way to get the columns separated by "Comma" instead of Tabs through the report scripts.
    Any guidance is appreciated.
    Thanks in advance.
    Regards

    To produce comma separed report script you could use the MASK command and fixed column lengths.
    If you have a read of :- http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_techref/rw_mask.htm
    It gives an example of producing comma separated report.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to maximize report script performance

    I have a report script that takes a while to run. Basically the script is zooming into 3 sparse dimensions and 1 dense dimension. <BR><BR><BR>The dense dimension has 732 stored members.<BR><BR>The sparse dimensions have 92, 280 and 576 members respectively. <BR><BR>when I did the zoom bottom in excel, it only took me about 4 minutes total to zoom in through the whole thing. <BR><BR>But when I did it in the report script, it ran for about half an hour and then I had to killed it. <BR><BR>I tried to change the order of the rows in the report script to match the zoom order in my excel retrieval, but that didn't help. <BR><BR>i remember from the bootcamp that the report script zoom in order should follow the hourglass or something. i can't remember exactly which dimension should go first though, was it the biggest dense and then the smallest sparse and then the biggest sparse dimensions? <BR><BR>here is how the script looks like:<BR><BR>{Rowrepeat}<BR>{SUPFEED}<BR>{Pagelength 10000}<BR>{Supemptyrows}<BR>{Supzerorows}<BR>{supcolheading}<BR><BR><ROW ("REV AND COST CENTERS", ENTITY, ACCOUNTS, ALLOCATION)<BR><BR><LINK (<descendants ("local currency entities") or <descendants (historical) <BR>or <children(celerops) OR <CHILDREN (CRAOPS) OR <DESC (ONLINEOPS) OR <DESC (PARACELOPS) OR <DESC (DSCIEOPS) OR <DESC (DSERVOPS) OR <DESC (EXCAPOPS) or <CHILDREN (GENERAL) OR AND <DIMBOT (ENTITY))<BR><BR><LINK (<descendants (statistical) or <descendants ("net income") or <DESCendants ("pre-assessment expenses") AND <LEV(Accounts,0))<BR><BR><LINK (<DESC("SGA") OR <DESC ("R&D AND ENG.") OR <DESC ("OTHER CC") AND <LEV ("REV AND COST CENTERS",0))<BR><LINK (<descendants ("direct") or <descendants ("indirect") or <descendants ("manual indirect") <BR>or <children ("allocation") and <lev(allocation,0))<BR><BR>!<BR><BR>any suggestions would be appreciated. <BR><BR>thx.

    <p>For improving the retreival performance put the most densedimension on top followed by least dense dimension members,followedby most queried sparse dimension members followed by least sparsedimension members.....For improving calcualtion performance theorderof sparse dimension members changes while that of densedimension members remain same.</p><p> </p><p>Other thing which you can do is to increase the size ofretreival buffer.</p>

  • Report script command to get all Level 0 members of a given member

    Hi,
    Is there any Report script command to get all Level 0 members of a given member (Parent)? (very similar to @RELATIVE (mbrName, 0) in Calc Scripts).
    <DIMBOTTOM gives all the level 0 members in the dimension.
    There is a command called
    <LEAVES mbrName
    This works only for ASO.
    Is there anything similar for BSO?
    Appreciate your thoughts.
    Thanks,
    Ethan.
    Edited by: user11397030 on Dec 15, 2009 11:50 AM
    Edited by: user11397030 on Dec 15, 2009 11:51 AM

    from my blog on report scripts at
    http://glennschwartzbergs-essbase-blog.blogspot.com/2008_07_01_archive.html
    Third, there is a command to stay away from, its DimBottom. [edited] Like @CURRMBR in calc scripts, DimBottom is one of those commands that is very slow. If you use Query designer to create a report, it uses a better way. It uses the link command. In sample.basic to get all level 0 products it uses
    <Link ((<LEV("Product", 0)) AND ( <DESC("Product")))

  • Issue with the supshare Report Script Command

    Hi All,
    I have created a report script to extract the Level0 data for the members of the accounts dimension and It does work fine and the performance is also good. However I have a challenge here. The shared members are repeating and therefore I used “<supshare” command in order to avoid the repetition. It does work, however there is an issue here.
    For eg, I am trying to retrieve the data as below and they are level0 members. The NetExpense is a “Level0” member and also a “shared member”, However the original “Net Expense” comes under Level3 and since I have used <Supshare and asked to retrieve only Lev0 accounts it is therefore ignoring the “Net Expenses” for all the Dept and product intersections. Hope I am clear and not confused? Is there anything i could change or add to retrieve the correct data.
    Would anyone be able to help me on this issue.
    <supshare “Lev0 Accounts”
    Data Retrieval Ex : DeptA  NetExpense No Product  1200
    Thanks

    Thanks Glen. I tried the below link statement. This is an example. My accounts dimension has 8 childern (A to H) out of which 4 are level 0 members ("B"to "E") and the remaining have so many members underneath. The member"H" is where my confusion starts, it has 4 children (Ex 1,2,3,4) and all are shared members. Here i need not worry about children 2 and 3 since they have no data. Children 4 is a level 0 and a shared member, however the Children 4 main location is also located at Level 0. Therefore when i use supshare this appears only once. one problem is solved.
    Now coming to Children 1, this is a Level 0 for parent "H", however this is also a child of "A" and this by itself has levels underneath. So this Sup share is not allowing me to retrieve the data Child 1 though it is level 0 and since it is shared member.
    This case how do i modify the report in such a way i get all level 0 data of my accounts and suppress shared members. Hope i have not condused...
    <ROW (Accounts)
    {ROWREPEAT}
    <LINK(<DESCENDANT ("A", "Lev0,Accounts"))
    "B", "C", "D", "E"
    <LINK(<DESCENDANT ("F", "Lev0,Accounts"))
    <LINK(<DESCENDANT ("G", "Lev0,Accounts"))
    <LINK(<DESCENDANT ("H", "Lev0,Accounts"))

  • LINK command in a Report Script 9.3.3

    Hello,
    I would be greatful if someone could help me with one line in a Report Script.  I do not know what I am doing.  We currently have the line below, which has worked well for years.
    <LINK (<LEV("Account",0) AND NOT <DESCENDANTS("Statistical_Accounts"))
    There are three accounts within Statistical_Accounts we want to add back.  Let's call them StatAcct1, StatAcct2 StatAcct3.
    How do I include them?
    At the top level, we have Account.  At the second level, we have "GL Accounts" and Statistical_Accounts.  I have fooled around with a number of things.  I get compile errors telling me everything I do is invalid.
    Please somebody, rewrite this one line for me.  Am I begging?
    Thank you, Kevin

    Hello Glenn,
    I took your idea in various forms, and tried the following, but each ones fails depending on where I place the bracket.  I either fail with the OR or the LINK.  I tried using DESCENDANT for each item in the list, and that was not successful.  Can you spot the correction for any of the statements below?
    <LINK (<LEV("Account",0) AND NOT <DESCENDANTS("Statistical_Accounts")) OR ( "AdminFee_Calculated" "Overhead_Calculated" "AdminFee_Input")
    Error: 1001005 Unknown Member [OR] in Report
    <LINK (<LEV("Account",0) AND NOT <DESCENDANTS("Statistical_Accounts") OR  ("AdminFee_Calculated" "Overhead_Calculated" "AdminFee_Input"))
    Error: 1001072 Syntax error in <LINK Command
    <LINK (<LEV("Account",0) AND NOT <DESCENDANTS("Statistical_Accounts")) OR  "AdminFee_Calculated" OR "Overhead_Calculated" OR "AdminFee_Input"
    Error: 1001005 Unknown Member [OR] in Report
    <LINK (<LEV("Account",0) AND NOT <DESCENDANTS("Statistical_Accounts") OR  "AdminFee_Calculated" OR "Overhead_Calculated" OR "AdminFee_Input")
    Error: 1001072 Syntax error in <LINK Command
    Thank you, Kevin

Maybe you are looking for

  • Smart quotes in section marker text

    How do I insert a smart quotation mark (or the base font quotation mark) into section text? Right now, an apostrophe looks like a tear drop.

  • IMac no longer connecting @ 270 mbps on 5GHz n Network in wide mode....

    Hi everyone, Hoping someone can shed some light on this. I have a wrt610n dual band n router. Up until a few weeks ago all my n enabled devices were connecting at speeds of upto 300 mbps (except the iMac which would only ever reach 270 mbps). Now the

  • Using Transient Property as display-property

    Hi, is transient property should not be used as display-property in item descriptor? we were using it in ATG 9.2 somehow it is not working in ATG 10.2. if we use transient property as display property in BCC we are getting exception that java.lang.Cl

  • How do I reset a spatter brush back to normal in Photoshop CS6?

    A couple of weeks ago, I was doing a Photoshop tutorial that had me change my brush settings to spatter. Now I can't remember where I changed it or find the spot where I can change it back.

  • Physical Schema Import

    Hi i have a problem I have 2 schemas a and b ... I am logging in with a main_user that can see both schemas.. I can import them fine using import - Then choose schema(s) and import.. But when i row count its like it cant see the schemas... If i creat