Trend Calculation in Web Analysis

I am creating a sales and margin trend analysis in web analysis and am having problems making the trend calc dynamic. I select period and use a sub variable to select (CMCY) and then show subset to show the previous 2 months to give a 3 months trend view. I can use the trend calc to develop a revenue trend based on the revenue measure but I have to use advanced and select the actual months ex Revenue:Oct, Revenue:Nov, Rev:Dec. The calc works correctly this way, but next month it will not. How can you grab current month, then CM-1, CM-2 into the trend calc directly so you don't have to reformat the report each month? Thanks for the help.

I have never done this before but may work just like following.
Following is from HR user guide:
Count
Count is a mathematical function that returns the number of values in a group of numeric values,
rows, columns, or cells. Count excludes #missing and #error when obtaining the count. The
function syntax is:
Examples:
The following example returns the count of three rows, 1, 6, and 8:
Count(row[1], row[6], row[8])
The following example returns the count of 3 columns:
Count( column[E], column[G], column[I] )
The following example calculates the count of two columns located on different grids:
Count( grid1.column[E], grid2.column[E] )
The following example calculates the count of the cell located at row 4, column D:
Count(cell[D,4])
The following example calculates the count of aggregate row 3 in grid 5:
Count(grid5.row[3])
CountA is a mathematical function that returns the number of values in a group of numeric
values, rows, columns, or cells. CountA includes #missing and #error cells when obtaining the
count only for rows or columns that are not suppressed.
Example
In the following example, if a grid has 4 rows with the values 10, 20, 30, and, #error. The following
formula in the 5th row returns the count of four rows:
CountA([1:4])
The following example returns the count of four rows:
CountA(row[1], row[6], row[8] row[where data yields #error])

Similar Messages

  • Problem in calculation with web analysis

    Hi, Experts..
    Here is an interesting quetion...with Web Analysis
    I need to calculate mat ov/kg for a site which is obatained by (total value/total volume). When i went for calculation option in analysis tool manager and apply formula this,It is taking for only one site calculation not happening for the other sites.Totally we have 60 sites with us and would not be flexible to calculate it individually.
    Is there any possibility to run calc scripts...in web analysis... or how to solve this problem?

    It might be because you have set up the 60 sites individually within the Web Analysis grid? We had some difficulty when first using Web Analysis and needed to put the calculations at the highest level using the calc manager. You also have to be careful if there are lots of columns, due to the way the calculation manager applies calcs and formats due to the inheritance.
    Another option would be to push the calculation back to the cube, which is best practice as it's easier, more scalable for deployments.

  • Performance of a report in Web Analysis??

    Hi Guys,
    •How do u improve the performance of report ?
    •In a general store 10 products are there, In that only 8 products are sold. I need a report for the products which are not sold(for 2 not sold). How can u do that report?(apart from Product normal dimension are there,we have a data warehouse for all)
    Thanks

    Hi, I agree with Gerd - there's not much tuning you can do in Web Analysis (as compared to FR).
    In looking at the query see if you can:
    - move single hierarchy members into the POV
    - have children and parent in the same row
    - arrange dimensions in inverse outline order (faster for essbase retrieves)
    - remove excessive formatting/suppression (or conditional formatting/suppression)
    - push report calculations back to the data source
    We have also found that using lots of dynamically calculated members also slows down reports, so try and limit the number of these.
    Maybe build your report up from the basic report to see which dimensions are causing the issue. Or alternatively start with your report and remove columns ;-)
    With regard to wishing to show only 2 items, you could add advanced conditional suppression to suppress rows with values.

  • Web Analysis Report performance

    Hi All,
    We are performing a drill to bottom level action by double click the account dimension in Web Analysis and SmartView. It will returns 9000+ rows records. In WA, it takes 160 seconds but SmartView only takes 20 seconds. We tried to increase the Java Heap Size from the WA Application Server and Java Plug-In Client but doesn't help much. Any idea why their is a big difference in performance? From the application log file in Essbase, we can see WA and SmartView are talking to Essbase in two different syntax.
    Thanks,
    Manoj

    Hi, I agree with Gerd - there's not much tuning you can do in Web Analysis (as compared to FR).
    In looking at the query see if you can:
    - move single hierarchy members into the POV
    - have children and parent in the same row
    - arrange dimensions in inverse outline order (faster for essbase retrieves)
    - remove excessive formatting/suppression (or conditional formatting/suppression)
    - push report calculations back to the data source
    We have also found that using lots of dynamically calculated members also slows down reports, so try and limit the number of these.
    Maybe build your report up from the basic report to see which dimensions are causing the issue. Or alternatively start with your report and remove columns ;-)
    With regard to wishing to show only 2 items, you could add advanced conditional suppression to suppress rows with values.

  • Calc defined in Web Analysis not working properly with substitution vars

    Hi all,
    Most likely many of you have already faced this, and I would appreciate any guidance. Most likely is a rookie mistake.
    1.- We have a couple of substitution variables in Essbase, CurrYear and PrevYear
    2.- We can see those substitution variables perfectly in Web Analaysis, when designing the report ($CurrYear and $PrevYear) for the Years dimension
    3.- We use this susbtitution variables into a calculation defined in Analysis Tool (i.e $CurrYear:Actual / $PrevYear:Actual) where 'Actual' is the value for scenario.
    4.- The value of the substitution variables is changed in essbase (i.e. CurrYear equals FY10 and Prev Year equals FY09) to update for the current year
    5.- In the reports, whenever we use $CurrYear and $PrevYear, outside a calculation defined in analysis tools, it works properly
    6.- However, the calculations defines as in (3.-) before, do not work. I get 'value not found'
    7. If I 'refresh' the formula in the calculation, by editing it and taking out/reentering the operands again, it now works.
    We have tried restarting Web Analysis services, but we still get the same behaviour
    We have several of this calculations in about 15 reports, so, even while it is manegeable, the idea of using the substitution variables was to avoid this.
    We are using Hyperion 9.3.1
    Thank you in advance to anyone who can point me in the right direction
    Hector

    Hi,
    Oracle support recommended that we apply patch 9.3.1.3, since they were unable to replicate in their environment with said version. After applying the patch, we still have the same problem, they are further investigating.
    Regards,
    Hector

  • How to set  the Common Pov in Web Analysis

    Dear All,
    Can any one tell me how to set the common Pov for two diffrent reports underon data source in the Web analysis.

    How could it not be 5A?. If you have A for each member and then you select 5 members you are going to get 5A. If you don't want 5A then what do you want the Avg of A across the 5 members?
    The tools are working the way they are designed to, your requirement is a little out of the ordinary. Unfortunately, Web Analysis does not have conditional logic.
    Try taking my previous suggestion and adding another member in Essbase called "Count", make it dynamic calc and the formula should be ' 1; '
    The purpose here is to get a value of one in the count member for each member you are going to select in your filter. So, if you select five members in the filter, Web Analysis will now return 5A and it will return the result of "Count" which will be 5. Create a calculated member that divides the 5A value by the count value 5. That will give you the average A for the 5 members, then you can divide by 12.

  • Queries on Web Analysis

    HI,
    I have couple of queries on Web Analysis which are as follows:
    1) Does the "Subset of UDA" option works for Multi-level combo box (Its not working in my report for time dimension)?
    2) Is it possible to use "Keep Only" option on multiple columns at the same time (I know it works thro' 'Browse' option)?
    3) Can we put a calculation in a column which gives percentage between the column total and row total?
    4) Can we link two dimensions alone in two different spreadsheets on a report? (Scenario: I've two dimensions in the row & accounts (measures) dimension in the column. Two spreadsheets with same two dimensions in the rows but different accounts (measures) in the columns. User wants to drill-down the rows only on one spreadsheet and expects that this change should be reflected in the second spreadheet as well)
    Thanks in advance,
    Vasanth

    Hi there did you get any answers to any of the following questions? In particular point 4.

  • Upgrading to 11.1.1.4 / Web Analysis

    Hi There,
    I have three questions.
    We had a ticket opened a while back on another issue for Web Analysis and Oracle recommended we upgrade from 11.1.1.3 to 11.1.1.4. I see that 11.1.1.4 is a full upgrade across all products (ie. FDM, HFM, Essbase, Reporting, etc.). I am wondering if it's possible to just upgrade Reporting & Analysis or do we have to bring everything up to 11.1.1.4.
    My second question is has anyone else upgraded their reports to 11.1.1.4 and was it successful?
    My third question is does anyone know if 11.1.1.4 gets rid of the Web Analysis #Div/0 issue when you attempt to use calculations that involve dividing zeroes and missing values.
    Thx,
    Mike

    Generally you need to upgrade all components - so shared services etc would need to be upgraded for reporting and anaylsis to talk to it.
    Oracle support would also probably ask you to upgrade all components to reproduce any issues you are seeing before any future tickets were raised.
    Oracle are fairly good at giving all the details in the readmes and install docs, available here:
    http://docs.oracle.com/cd/E12825_01/nav/portal_4.htm
    Cheers, Iain

  • ** How to simulate the conditional statements in web analysis

    i have an "average" member in the Measures dimension on ASO application.
    i wrote a MDX formulae to it as IIF(A=0 OR A=MISSING), B/12, A/12
    In the web analysis when i view the data at level-0 it will display correct value but when i apply filters on other dimensions the value is increasing, i have ~ consolidation operator applied to the average member and i have the measures dimension as dynamica hierachy and its an accounts dim.
    "As per the Average member it should take the average but the average is gettting doubled when we apply filters"
    so i have tried to apply a average formulale in web analysis rather than in essbase, when i apply filters also it is working fine but when the A value is 0 i am getting 0 value but as per the requirement it should be B/12
    so please guide me does can i use any coniditional statements in web analysis?
    if not when i drill up how does my essbase gives the correct result instead of consolidating.
    Any Thoughts or suggestings that would be really greatfull..

    How could it not be 5A?. If you have A for each member and then you select 5 members you are going to get 5A. If you don't want 5A then what do you want the Avg of A across the 5 members?
    The tools are working the way they are designed to, your requirement is a little out of the ordinary. Unfortunately, Web Analysis does not have conditional logic.
    Try taking my previous suggestion and adding another member in Essbase called "Count", make it dynamic calc and the formula should be ' 1; '
    The purpose here is to get a value of one in the count member for each member you are going to select in your filter. So, if you select five members in the filter, Web Analysis will now return 5A and it will return the result of "Count" which will be 5. Create a calculated member that divides the 5A value by the count value 5. That will give you the average A for the 5 members, then you can divide by 12.

  • Web Analysis: Percent Function & Missing values

    Hi All,
    Our users have made some complaints after we upgraded to Web Analysis (from Analyzer) where they're seeing 'Evaluation Error' on columns in reports. It was an easy fix for Sum'd columns where we treated #Missings as '0', however we're having a difficulty with the Percent columns/calculations.
    The main problem is users do not want to see a great big Evaluation Error in the middle of a report. Ideally we'd have something like N/A which was small and unobtrusive.
    I dont' think we can change the options for Missing Values in the Calc Def because each option presents a different problem: Exclude means divide by nothing, treat as 0 means divide by 0, include means divide by missing. All result in an evaluation error.
    Has anyone got any suggestions? The simplest sounding solution would be to somehow change the appearance of Evaluation Error but I don't know if that is possible.

    Gotcha. Ok. Have you thought about creating a new hidden calculated ColumnB whereby you multiply the values in ColumnA by -1 and then set your formatting based on the result in ColumnB. If the value in B is positive then you know A was a negative number so you can go from there, in a round about way? I don't have time at the moment to think it all the way out but something to think about. If your formatting involves just colors you could use Traffic Lighting to set the color on ColumnA based on result in ColumnB. Traffic Lighting out of the box is limited but it's a start until you have time to build your own.
    -Karen

  • New Requirement in Web Analysis

    Hi Experts,
    We are designing a new Chart report in Web analysis, in "Rows" their are three members and the "Columns" contain two members.
    Our Client requirement is that Two specific Dimension members Of "Rows" should show Data specific to One dimension member of "Columns" and One specific Dimension members Of "Rows" should show Data specific to One dimension member of "Columns".
    Is it possible?
    Can Anyone please help on this.
    Regards,
    ACE

    Got the answer!
    It is calculated through 'Analytical Tool Manager'.

  • Requirement in Web Analysis

    Hi Experts,
    We are designing a new Chart report in Web analysis, in "Rows" their are three members and the "Columns" contain two members.
    Our Client requirement is that Two specific Dimension members Of "Rows" should show Data specific to One dimension member of "Columns" and One specific Dimension members Of "Rows" should show Data specific to One dimension member of "Columns".
    Is it possible?
    Can Anyone please help on this.
    Regards,
    ACE

    Got the answer!
    It is calculated through 'Analytical Tool Manager'.

  • Question with web analysis

    Hi,Experts..
    Here is a criitcal situation for me..
    we are using web analysis as a reporting tool.In generatin one report..the "Rate difference must be calculated".
    The importatnt thing is rate difference is a fact value(not available in the cube) which calculated from "version-1 volume minus version-2 volume" (1003->volume - 1000->volume).whwn i try to do in analysis tool functionality in web analysis,the rate difference will be coming as in 2 columns for both version...
    My idea is to write a calculation script.but while writing calculation script the rate difference will not be there in the cube level..if i write the scripts how can i validate...
    How to proceed to this?

    Hi,
    I'm not quite sure how your outline is- & your complete reporting requirements(,for the report you mentioned).
    However, I presume, Version is one of the dimensions having *1000* & *1003* as members. And, Volume is one of the members in your Measures+ dimension.
    If yes, what's the issue if we select Version(s) in Column & Volume in the row. You can certainly add a column-level calculation for seeing the desired difference.
    Let us know incase of any concerns.
    -Natesh
    P.S.:- This should've been posted in "Query & Reporting" forum. Experts for this sit there :D

  • Freeform Grid Formulas Update in Web Analysis Studio but not in Workspace

    I have created a Web Analysis document that contains a freeform grid. The grid has only one data object, which is built on an Essbase data source. The freeform grid contains calculations that I have input. While working in the Web Analysis studio, I can change the subscription controls that modify the values in the freeform grid and my formulas update correctly. However, when I view the document in the Workspace, the formulas do not update when I use the subscription controls to select different members. Has anyone had a similar problem? And if so, how did you solve it?
    Version Information:
    Web Analysis Studio Ver 9.2.0.0.0.206
    Client Information
    Version: 9.2.0.0.0.206
    Class Version: Java HotSpot(TM) Client VM
    VM Version: Java HotSpot(TM) Client VM
    VM Vendor: Sun Microsystems Inc.
    Java Vendor: Sun Microsystems Inc.
    Java Version: 1.4.2_10
    OS Name: Windows XP
    OS Version: 5.1
    Total Memory: 66715648
    Free Memory: 56602920
    Locale: English (Australia)
    Hyperion System 9 BI+ Workspace Version 9.2.0.2.0.206
    UI Version 9.2.0.2.0.206
    Server Version 9.2.0.0.0.196
    Financial Reporting 9.2.0.0.0.0560

    Thanks for your thoughts, Andy. I think you may be right. I've logged a Support Call with Oracle. They're trying to reproduce the "error". I'll update this thread when there's a resolution so that others will know the status of freeform grids in the HTML Workspace under version 9.2.
    Regards, Lee

  • Using conditional formatting on negative values in Web Analysis 931

    Hi All,
    Can I please have your thoughts on the below:
    We open a web analysis report in Analyze View.
    The scenarios are in the columns and we are trying to apply conditional formatting on negative values.
    We right click the scenario in the columns and click Formatting...
    We then tick the Conditional Formatting check box and we want to add a condition on negative numbers.
    However we can only enter positive values as the - sign is not accepted. This means we cannot apply conditional formatting on negative values.
    Does anyone know how this can be done? Am I missing the obvious?
    Thanks for your help.
    Seb

    Gotcha. Ok. Have you thought about creating a new hidden calculated ColumnB whereby you multiply the values in ColumnA by -1 and then set your formatting based on the result in ColumnB. If the value in B is positive then you know A was a negative number so you can go from there, in a round about way? I don't have time at the moment to think it all the way out but something to think about. If your formatting involves just colors you could use Traffic Lighting to set the color on ColumnA based on result in ColumnB. Traffic Lighting out of the box is limited but it's a start until you have time to build your own.
    -Karen

Maybe you are looking for

  • BOM in Scheduling agreement (Type LZ)

    HI I am using scheduling agreement (Type LZ) for maintaining my sales plan for a period of 4 months. (1st one month - daily & subsequent months as weekly requirements). Ii would create delivery and invoices for each supply. Pricing previously was bas

  • In Pages how can I add text under a Photo and keep word wrap correct?

    Creating pages of a book, I'm having no trouble adding a photo to the body of the text and wrapping the text. However I want to add a description of the photo just below the photo, but have not been able to. The text box is not in the correct locatio

  • What software do I need to make OCR/searchable PDF's?

    I recently bought an Epson scanner so I can digitize a mountain of documents I've accumulated over the years. I played with it a little bit before a failing hared drive forced me to get a new laptop (MacBook Pro), at the same time upgrading to Maveri

  • Cant set password on BEFW11S4, or WPA, help!

    hi, i have all macs, and im trying to set up security on my BEFW11S4 wireless router.. im pretty handy, but im not a network expert. it seems the menus im given in the web-based admin utility do not give me the options to set WPA or a username/passwo

  • Photoshop 7.0 Wierdness

    I use Photoshop 7.0 primarily for drawing. I'm currently working on a monotone drawing that must be reproduced in different "tints". My issue is that a file I created of an image in a brown tint is about 10X as big as several other files of the same