Report Script Question

i'm trying to suppress all zero rows when using a report script to export some data. i have the {SUPEMPTYROWS} command in the script (which i thought would suppress all #missing & zero rows) however i'm still getting a large amount of zero rows in the output file. anyone ever encounter this & have solution to eliminate these zero rows? thanks.

Hi
please find sample report script which does your job
//ESS_LOCALE English_UnitedStates.Latin1@Binary
{SUPZEROROWS}
{SUPMISSINGROWS}
{SUPEMPTYROWS}
{DECIMAL 2
WIDTH 9
SUPCOMMAS
MISSINGTEXT " "
UNDERSCORECHAR " "
NOINDENTGEN
SUPFEED
TABDELIMIT
ROWREPEAT }
<SUPSHARE
<PAGE(Measures, Period, Version, Year, Scenario,Currency,HSP_Rates)
Base Jan Final FY08 Actual Local "HSP_InputValue"
<COLUMN(Account)
"Pay Rate" "Bonus Target" "Commission Target"
<ROW(Employee,Entity)
<SORTASC
<SORTMBRNAMES
<DIMBOTTOM "Employee"
<DIMBOTTOM "Entity"
<Sparse
hope this helps.
Dornakal.
www.dornakal.blogspot.com

Similar Messages

  • Report script question : Tabs in headers

    I'm trying to write a report script in such a way that I can generate a tab-delimited file and have the end user import it directly into Excel just the way they want.The problem is I need a custom header. Using the {TABDELIMIT} option only tab delimits the data rows and not the headers. Does anyone have a suggestion on how to use a Tab character in a custom header?I'd appreciate any suggestions.Thanks for your time.Jeff BaumertSr. Programmer AnalystFrontier585-777-7344

    I think the EUROPEAN keyword should do it.
    See: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_techref/rw_european.htm
    Regards,
    Cameron Lackpour

  • Report Script "Parent" question.

    Essbase 7.1.5 on Solaris 5.9.
    We have a business owner who will be manually maintaining his "Entities" dimension, and would like to be notified when the source cubes (7 different cubes)that he is trying to stay in sync with are updated. Since the .olg output is not plain English enough for the business owner to track changes, we have written a Perl script to check for changes in a file, in our case Old Entities against New Entities (files generated from Report Script).
    Since it is common for level 0 members to change parents (stores moving to different districts) I would like to be able to show the Parent of each member in the report script. I am trying to use the <PARENT function but have been unable to get it to work the way I want it to.
    I need to not have to put the "mbrname" hardcoded as its parameter, but I need the resulting members of
    <LINK(<idescendants("EBIT"))
    to be used as the "mbrname" parameter.
    Any help or ideas would be greatly appreciated.
    BTW, I have considered Outline Extractor but we are running on a Unix environment, and the user is monitoring only a subset of each dimension so checking and reporting ALL dimension changes could show extraneous information.
    Message was edited by:
    RobertR

    If a reference outline is available, the otlcomp.exe program can run on a client and generate a spreadsheet that lists the differences for them in plain english. Yes, it lists all changes, but each dimension has it's own tab making the comparison a little less confusing.
    You can get it from www.dougware.com in the download section. It may or may not be what you are looking for.

  • Report Script related question

    Hi Experts,
    I have written a report script in which I am using the {TABDELIMIT} formatting command, to get the output file as tab delimited. I am facing an issue when I use the <REPMBRALIAS command in my script because the output of this command is Member name followed by a space and then alias. This makes my file inconsistent in terms of the delimeter.
    Is there any command in report script using which I can get the member name followed description seperated by a tab? My requirement is to take an extract of all level 0 accounts along with their descriptions for all cost centres in a delimited format so that I could further load it into FDM.
    Thanks & Regards!

    Thanks a loads for the replies everyone! The accounts have been poorly designed or no one would have thought that existing Essbase system would be replaced by HFM one fine day. Earlier data movement of Budget/Forecast data was from cube to cube, so that's usual stuff.
    But now with Hyperion Planning to HFM integration, there is a requirement of drilling back to source file as its really difficult for the users to see accounts codes and understand the numbers.
    The account codes are inconsistent too, combination of codes, strings with spaces and what not. It's time to create a new report writer command!
    Thanks & Regards!

  • Strange character in report script unload file.

    I have an Essbase Report script I’m using to create an unload file of my Essbase Data.
    Ever time I run the report script and open the file it has this character on the first line of the file 
    , what are these and how do I suppress them>?
    thanks

    Never mind. Foud out that SUPFEED works fine. The question about page break character affecting SAP is still open though.

  • Report script hanging

    Hi Gurus,
    The issue is I created two report scripts one using Query designer and the other manually.
    I'm creating a report script to export current period data against ASO.
    I know the optimization basics against BSO.
    Placing last dim fisrt and all!!
    coming to the ASO......
    my Report script is hanging at the time of validation itself!!!
    it is showing when there are some errors in the report script.
    I don't see any thing but EAS hanging when i thought that they were no errors.
    the idea is to export the level0 data and relaod with #mi values to load new set of data for the current period.
    What are the steps to follow to optimize it in ASO.
    I know we need to increase agg chache, retrieval buffer, sort retrieval..!!
    what next!!
    I know we can also use slices to get rid of previous data (deleting old slice) and creating new one.
    but currently we are implementing this way!!
    suggestions please....
    Thanks,
    Jeeth
    Edited by: Jithendra on Mar 15, 2011 10:59 AM

    Hi Robb,
    I'm in ASO!! so calculations are not possible.
    here is one more question!!! may be I need to post it seperately. (but I don't want my questions unanswered :) )!!
    I tried to do level 0 export from ASO and it failed telling that the member combinations exceeded 2^64 (this is part of our cube!! want it in column format).
    As per my knowledge, the option I have are.
    1. chop the report script in to smaller report scripts and run it (may be I need to chop like 100 to 1000 times not sure!!)
    2. will MDX query effectively handles the situation (worth trying it)??
    3. is the CDF export meant for ASO?
    4. StarAnalytics (is this the better option) ??
    Pls suggest!!
    I will now start writing MDX!!....will all let you know!!
    BTW the hanging is because ...I forgot to use logical operator after LINK function... after fixing that the report got validated.
    Thanks,
    Jeeth
    Edited by: Jithendra on Mar 17, 2011 11:20 PM
    Edited by: Jithendra on Mar 18, 2011 11:16 AM

  • Report Script x Range

    Hi!
    Is there any way to use RSiblings/Range (or something like that to use with Time dimension) at a report script??
    Like we use at Calc Scripts Jan:Dec
    Thanks!

    use the date picker control, see the thread:
    http://superuser.com/questions/59939/date-selector-popup-in-excel
    KR

  • Report script - including info which is not in Essbase

    <p>Hi all of you experts.</p><p> </p><p>Here is a challenge for me. Is it also a challenge for you...oris this just piece of cake??</p><p> </p><p>I need to produce a report script against Essbase, where some ofthe data does not exist in Essbase. I am aware that it may be thebest solution to extract from Essbase what is available, and addthe rest using a different tool. However, I have been tasked withtrying to create a report script tha can support the requirementsdepicted in the following table. The output needs to be in columnformat to be loaded into DB2. The output need to be a semicolonseparated text file.</p><p> </p><p>Questions:</p><p>1) How do I add a column with hardcoded text or no data (Ifpossible)</p><p>2) How do I add a column with an automatic incrementing no(probably need to hardcode)</p><p>3) How do I create at semicolon separated text file as output(if not jus hardcoding semicolon columns)</p><p>4) How do I read system data and time for timestamps</p><p>5) How do I force a specific date time format (as differentformats are required in different columns)</p><p>6) How do I force the decimal point to be (.) rather than (,)even though the Danish settings normally use (,)</p><p> </p><p>Is this at all a sensible thing to attempt to do, and is it atall possible?</p><p> </p><p><b>Dimension</b>                              <b>  Example</b>                        <b>Comments</b></p><p>Scenario                                    Actual                           Essbase Data</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Year                                  2006                      EssbaseData</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Periode                             1,2,3&hellip;12                EssbaseData</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">BUcode                             NYB                        Hardcodedtext</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Repno                               1,2,3,4,6&hellip;              Incrementalnumber</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Category                           abc                        EssbaseData</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Locationno                         1234                      EssbaseData</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Fondskode                        <span style=" font-family: MPlantin;">                                       </span>Alwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Purpose                            <span style=" font-family: MPlantin;">                                       </span>Alwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">BusinessArea                    <span style=" font-family: MPlantin;">                                        A</span>lwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Curreny code(local)          DKK                       Hardcodedtext (DKK)</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Saldo in localcurr.             99999.99                Decimalpoint (.) not (,)</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Delta (Localcurr)              0                            AlwaysZero</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Currencycode(forrign)       <span style=" font-family: MPlantin;">                                        </span>Alwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Saldo in forrigncurr.          <spanstyle=" font-family: MPlantin;">                                        </span>Alwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Delta in forrign curr.          <span style= " font-family: MPlantin;">                                       </span>Alwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">ConcernAccType                <span style=" font-family: MPlantin;">                                      </span>Alwaysempty</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Month Ultimodate            2006.08.31              Hard coded &rdquo;Ultimo date&rdquo; for month (yyyy.mm.dd)</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Report executiondate      2006.09.26              Date when report is run (yyyy-mm-dd)</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Report Executiontime       2006.09.2612:05      Time when report is run(yyyy-mm-dd HH:MM)</p><p style=" margin-left: -32.5pt; line-height: normal;" class= "msonormal">Dummy                            <span style=" font-family: MPlantin;">;                                        Semicolon</span>as record separator</p><p> </p><p>Hope you guys can help me</p><p> </p><table><tr><td valign="top" width="192" style=" padding-left: 3.5pt; width: 144.0pt; padding-right: 3.5pt; padding-top: 0cm; padding-bottom: 0cm; height: 12.0pt;"><p style=" line-height: normal;" class="msonormal"> </p></td></tr></table><p> </p>

    Look under downloads, code samples, custom designed functions on this site or follow this link to <a target=_blank class=ftalternatingbarlinklarge href="http://dev.hyperion.com/download/code_library/custom_defined_functions_samples.cfm">Custom designed functions</a><BR><BR>It's worth checking out. The extract runs as a custom calc script.

  • Report script issue - showing comma in numbers

    Good Morning,
    I have a report script that runs on one Essbase cube and produces a datafile to load into a Planning cube via a load rule. The issue is that when I load the datafile into Planning, it says it is loaded successfully but not all of the data loads. I also do not recieve an error log. I have checked the datafile and all of the relevant data is stored. I believe that the issue is that the report script has commas in the numbers. The load rule replaces the comma with a space, but I believe this is causing an issue with the load. Perhaps there is an extra comma somewhere in the file and when the load rule loads the file, it thinks it has finished.
    My question is, how do I remove the commas within the numbers in the report script? Below is a portion of the report script.
    // This portion of the script captures data at level 2 and generation 9 within the four operating divisions to get all field level data
    <LINK (( <DESCENDANTS ("RC_P1301008017","Lev2,Entity") or <DESCENDANTS ("RC_P1301008019","Lev2,Entity") or <DESCENDANTS ("RC_P1301008021","Lev2,Entity")
    or <DESCENDANTS ("RC_P1301008029","Lev2,Entity")) and <DESCENDANTS ("RC_P1201008065","Gen9,Entity"))

    Do you use a { SUPCOMMAS } in your report script? That should suppress all commas in data values.
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/rw_supcommas.html
    You might also think about SUPALL:
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/rw_supall.html
    FWIW, I had a Planning app like this last year. The importing of the report script output into Access (oh, the horror) to do moderately intensive mapping and aggregating was...painful. The only cool part was that I was "not allowed to source data from the app" but I could "run any retrieve I wanted so long as security allowed it". Hmm, how is that different? Okay then, report scripts are it. ;)
    Regards,
    Cameron Lackpour

  • Assist with my SQL Reporting Script

    I have started writing a HTML SQL reporting script based off of Jeffrey Hicks tutorial
    Here is my entire script:
    ###################START SCRIPT#####################################
    #requires -version 3.0
    #Create a SQL Server report of said SQL environment
    [cmdletbinding()]
    Param(
    [string]$computername=$env:computername,
    [string]$path="$env:temp\sqlrpt.htm"
    #define an empty array to hold all of the HTML fragments
    #the fragments will break apart each HTML section in the final output so that you can out whatever information you like
    $fragments=@()
    #save current location so I can set it back after importing SQL module
    $curr = get-location
    #import the SQL module
    Import-Module SQLPS -DisableNameChecking
    #change the location back
    set-location $curr
    #get uptime
    Write-Verbose "Getting SQL Server uptime"
    $starttime = Invoke-Sqlcmd -Query 'SELECT sqlserver_start_time AS StartTime FROM sys.dm_os_sys_info' -ServerInstance $computername -database master
    $version = Invoke-Sqlcmd "Select @@version AS Version"
    #create an object
    $uptime = New-Object -TypeName PSObject -Property @{
     StartTime = $starttime.Item(0)
     Uptime = (Get-Date)-$starttime.Item(0)
     Version = $version.Item(0).replace("`n","|")
    $tmp = $uptime | ConvertTo-HTML -fragment -AS List
    #replace "|" place holder with <br>"
    $fragments += $tmp.replace("|","<br>")
    #SQL Host Information
    $smo = new-object ('Microsoft.SqlServer.Management.Smo.Server') $computername
    $fragments += "<h3>SQL Host Information Details</h3>"
    $fragments += $smo | select ComputerNamePhysicalNetBios,Name, Processors, ProcessorUsage, PhysicalMemory, PhysicalMemoryUsageInKB, MasterDBPath, BackupDirectory | ConvertTo-HTML -Fragment
    #Get Status of all SQL related Services
    Write-Verbose "Querying services"
    $services = Get-Service -DisplayName *SQL* -ComputerName $computername |
    Select Name,Displayname,Status
    $fragments += "<h3>SQL Services</h3>"
    $fragments += $services | ConvertTo-HTML -Fragment
    #get databases
    #path to databases
    Write-Verbose "Querying datases"
    $dbpath = "SQLServer:\SQL\Localhost\default\databases"
    $fragments += "<h3>Database Utilization</h3>"
    $fragments += dir $dbpath | Select Name,Size,DataSpaceUsage,SpaceAvailable,
    @{Name="PercentFree";Expression={ [math]::Round((($_.SpaceAvailable/1kb)/$_.size)*100,2) }} |
    Sort PercentFree | ConvertTo-HTML -fragment
    #get database backup information
    # Create an SMO connection to the instance
    $smo = new-object ('Microsoft.SqlServer.Management.Smo.Server') $computername
    $dbbackups = $smo.Databases
    $fragments += "<h3>Last Database Backup Information</h3>"
    $fragments += $dbbackups | select Name,LastBackupDate, LastLogBackupDate | ConvertTo-HTML -Fragment
    #Login & Service Account Information#SQL Host Information
    $smo = new-object ('Microsoft.SqlServer.Management.Smo.Server') $computername
    $fragments += "<h3>Login & Service Account Information</h3>"
    $fragments += $smo | select ServiceAccount, Logins | ConvertTo-HTML -Fragment
    #volume usage
    Write-Verbose "Querying system volumes"
    $data = Get-CimInstance win32_volume -filter "drivetype=3" -ComputerName $computername
    $drives = foreach ($item in $data) {
        $prophash = [ordered]@{
        Drive = $item.DriveLetter
        Volume = $item.DeviceID
        Compressed = $item.Compressed
        SizeGB = $item.capacity/1GB -as [int]
        FreeGB = "{0:N4}" -f ($item.Freespace/1GB )
        PercentFree = [math]::Round((($item.Freespace/$item.capacity) * 100),2)
        #create a new object from the property hash
        New-Object PSObject -Property $prophash
    [xml]$html = $drives | ConvertTo-Html -fragment
    #check each row, skipping the TH header row
    for ($i=1;$i -le $html.table.tr.count-1;$i++) {
      $class = $html.CreateAttribute("class")
      #check the value of the last column and assign a class to the row
      if (($html.table.tr[$i].td[-1] -as [int]) -le 25) {                                         
        $class.value = "danger" 
        $html.table.tr[$i].Attributes.Append($class) | Out-Null
      elseif (($html.table.tr[$i].td[-1] -as [int]) -le 35) {                                              
        $class.value = "warn"   
        $html.table.tr[$i].Attributes.Append($class) | Out-Null
    $fragments += "<h3>Volume Utilization</h3>"
    $fragments += $html.innerxml
    #define the HTML style
    Write-Verbose "preparing report"
    $imagefile = "c:\scripts\db.png"
    $ImageBits = [Convert]::ToBase64String((Get-Content $imagefile -Encoding Byte))
    $ImageHTML = "<img src=data:image/png;base64,$($ImageBits) alt='db utilization'/>"
    $head = @"
    <style>
    body { background-color:#FAFAFA;
           font-family:Arial;
           font-size:12pt; }
    td, th { border:1px solid black;
             border-collapse:collapse; }
    th { color:white;
         background-color:black; }
    table, tr, td, th { padding: 2px; margin: 0px }
    tr:nth-child(odd) {background-color: lightgray}
    table { margin-left:50px; }
    img
    float:left;
    margin: 0px 25px;
    .danger {background-color: red}
    .warn {background-color: yellow}
    </style>
    $imagehtml
    <br><br><br>
    <H2>SQL Server Report: $Computername</H2>
    <br>
    #create the HTML document
    ConvertTo-HTML -Head $head -Body $fragments -PostContent "<i>report generated: $(Get-Date)</i>" |
    Out-File -FilePath $path -Encoding ascii
    Write-Verbose "Opening report"
    Invoke-Item $path
    ######################END SCRIPT##################################
    I have 2 questions for help in regards to the above script:
    1)  For the Login and Service Account portion I can't get my output to show up properly.  Here is the snip from the script:
    #Login & Service Account Information#SQL Host Information
    $smo = new-object ('Microsoft.SqlServer.Management.Smo.Server') $computername
    $fragments += "<h3>Login & Service Account Information</h3>"
    $fragments += $smo | select ServiceAccount, Logins | ConvertTo-HTML -Fragment
    Here is how the output shows for this portion:
    ServiceAccount
    Logins
    domain\svcAcct
                 Microsoft.SqlServer.Management.Smo.LoginCollection
    I would like top have the login information show in the above table of the all the different logins.  When I run the script without HTML for that portion and just output to console it shows the login info as I would expect.
    2)  The 2nd question is, how do I add a variable to the bottom of the script to email the report to said email address.  This is probably simple but can't get my head wrapped around this part.
    Thanks all in advance!

    Thanks AnnaWY, that resolved the portion on how to email the report.  I was also able to utilize the following code which does the same thing as well:
    #Send an email with the contents of the report
    $MailBody= Get-Content $path
    $MailSubject= "SQL Server Report"
    $SmtpClient = New-Object system.net.mail.smtpClient
    $SmtpClient.host = "smtp.server.com"
    $MailMessage = New-Object system.net.mail.mailmessage
    $MailMessage.from = "[email protected]"
    $MailMessage.To.add("[email protected]")
    $MailMessage.Subject = $MailSubject
    $MailMessage.IsBodyHtml = 1
    $MailMessage.Body = $MailBody
    $SmtpClient.Send($MailMessage)
    I still have not been able to resolve the portion regarding the login/service account information not showing up in the table correctly.  For the time being I have removed it from the environment report and instead included it as a script of its own
    in our Security Auditing process.

  • Regarding report scripts

    Hi all,
    I am using two report scripts in ASO cube,
    1. to export Budget data
    2. to export actual data
    The amount of data in the cube is same for these two scenarios and all the other dimensions are also fixed at the same state in the two report scripts.
    Exporting of budget data taking less than minute but export of actual data taking nearly 12 minutes.
    Can anyone suggest me with possible issue if they faced such a similar problem.
    Question may not be completely clear but I can provide inputs for individual understanding.
    Thanks in advance.
    Regards
    Rav

    i tried this and it works
    go to database right clk> edit properties>dimension tab
    just clik on members in dimension it will show u highest to lowest
    take that order and keep the same order in ur report script for the one which is taking much time
    hope it will help

  • RE:  Essbase Report Scripts

    Hi all
    i really thanks for your support ...
    Here is my question
    I need a Essbase report script which in essence is a basic query where we would say all lev 0 cost centers excluding the some of the rollup points.
    i.e i need to delete some level 0 members using Rule script and we are in 6.5.4 version please help me out in this situation
    Please i really need this script or else please let me know is this possible using report scripts..
    Please ...
    Thanks
    jai
    Edited by: user9314481 on Mar 11, 2010 5:59 AM

    Hi all
    I am not able to find a solution for this issue , please help me out...
    I need a Essbase report script which in essence is a basic query where we would say all lev 0 cost centers excluding the some of the rollup points.
    i.e i need to delete some level 0 members using Rule script because my level 0 members are combination of product 'A ' and Product 'B' but now my users are interested in Product 'B' data and we are in 6.5.4 version please help me out in this situation
    Please i really need this script or else please let me know is this possible using report scripts..

  • ??? Sign flip on Attribute using report script ???

    We are using an Essbase report script to extract data that we then process with HAL. Since the system we are loading into uses natural balances, we need to flip the sign on a revenue accounts (have 'Revenue' attribute in Essbase).Is there a way to do the sign flip on data based on the value of an attribute? I could do it once the data is back in HAL, but it would be easier if we could do it on the data extract.Thanks,TomB

    I'm using example 4.
    This is what I have: 
    $UpdateUserAttributesArray = 'sn','givenName','initials','displayName','info','mail','departmentNumber','department','telephoneNumber','ipPhone','title','physicalDeliveryOfficeName','employeeType'
    Function StudentNameChange {
        $Attributes=BuildUserTable $UpdateUserAttributesArray
        Set-ADuser $User.sAMAccountName -Replace @{mail="$User.mail";targetAddress="$User.mail";proxyAddressess="SMTP:$User.mail";sn="$User.sn";cn="$User.sn + $User.givename"}
    $UpdateUserAttributesArray sets the value for the import file.
    StudentNameChange should set the updated value has needed.
    The script runs but no settings are changed.
    Set-AdUser $User.sAMAccountName  -mail $User.mail -surname $User.sn
    Like that.,
    Replace is only for optional attribute.
    Function does not specifi $user so that may also be missing.
    I think you need to spend some time learning the basics of PowerShell. It looks like you are just gluing things together thazt you have found with no understranding of how any of the bits work.
    Try just setting one user at a command prompt until you see how the CmdLet and PowerShell work.  Post single simple questions as you try each parameter.
    # build a test user object
    $user New-Object PsObject@{
    SamAccoutnName='somename'
    Mail='[email protected]'
    SN='lastname'
    GivenName='John'
    proxyAddresses='...<list of addresses>'
    #start like this and add items until you understand what is working.
    Get-AdUser $user.SamAccountName |
    Set-AdUser -Surname $user.sn -GivenName $user .GivenName -Replace @{Mail='$($user.Mail'}
    #use Rename-Object to change CN.
    You need to learn the simple bits before you try to do grand things.
    ¯\_(ツ)_/¯

  • Help with Report Script export

    Hi All,
    I am trying to automate report script export using maxl.
    export database 'DP_A1423'.'DP_A1423' using server report_file 'MFHSB6WK' to data_file 'reportexport.txt'; it is executing with out any issues> But, i am not able to file file on server.
    export database 'DP_A1423'.'DP_A1423' using server report_file 'MFHSB6WK' to data_file 'G:\\Hyperion\\export.txt';  if i am giving it location, it throwing me error. Unable to Open File ['G:\\Hyperion\\export.txt']
    Can someone please point me in right direction.
    Thanks in advance.

    >>Cameron did revisit the use of MDX.
    ^^^I did.  And I didn't say it was wrong.  Only that there is no blanket rule better for MDX vs DATAEXPORT vs report scripts. I suppose you were saying that.
    What I did see was:
    1)  Large number of output rows tends to favor report scripts
    2)  Large amounts of data (particularly if in a BSO database and suppressing lots of data) tends to favor MDX.
    Which is really the best (read fastest) depends on the extraction requirements in question. Kind of stinks but there it is.
    Regards,
    Cameron Lackpour

  • Running a Report Script outside EAS

    I have some users who would like to run a predefined report script by themselves. Is there a way to do this without giving them access to EAS? Running 11.1.2 , ASO
    Thanks,
    Paul

    ptooks wrote:
    The report extract is over 100,000 rows and can not realistically be retrieved from an Excel template. I have been unable to run the report thru either Maxl or EssCmd - apparently, you can not perform columnar export on an ASO cube? Is this correct? There must be a way to run this report outside EAS?I have a question to all..Is it possible to assign particular report to project in Shared service and assign it to the user? So that user can access from Workspace rite?
    Is this possible please let me know...I have minimal knowledge on shared services & Workspace.

Maybe you are looking for

  • Macbook Pro DVI and Video Out woes..

    Hey, this seems to be a known issue although specifics are difficult to nail down. I've had my macbook pro since shortly after they were launched and been using the DVI - S-video adapter since day one, and it's been outputting to all TVs with no prob

  • Itunes and Ipod Classic stop before song ends after transfer to new computer

    I purchased a new Windows 7 computer and transferred my library from my XP computer. I restored my library and all seemed well with the world. I synched my IPod classic 120GB with over 8000 songs. I was listening to the IPOD on my docking station whe

  • Java API for working with Pivot Tables...?

    Hi, I want to create/modify an existing pivot table in an excel sheet. Is there any open source available to work on pivot tables. I have seen few articles mentioning that POI supports updation of data, though the apache site says that it does not su

  • My G4 won't detect an expansion USB

    Hey all- Looks like alot of us early adopters are on the boards tonight. Here's my problem; I did a clean erase and install on my G4, and everything is pretty good so far. however my G4 can no longer read several of my devices I use (Scanner and tabl

  • Cryptographic IOS versions on Catalyst Switches

    1. Where can one find the differences between Catalyst switch IOS with cryptographic features and without cryptographic features? 2. In order to access Cat switches over SSH and HTTPS, do we require Cryptographic versions of the Cat IOS? 3. What does