smarlists and historic formula


Here are my dimensions:

Years

-> FY15

-> Fy16

-> FY17

Account

-> type (smartlist: new or old)

-> Account 1

-> Account 2

-> 3 account

Here's my question

Lets say if my product is 'new in FY15' I would like account 1 + 2 for FY15-> account 3

For the 17 year 3 that my product becomes 'old', I would still like the intersection of account 1 + 2 for FY15-> account

How to achieve this if I had 20 years of data and I don't really know when the product gets the tag like new? I tried MDSHIFT but I don't think it's the right approach.

Please advice

You can try something on these lines - do not know if she would take into account your requirement completely

You can create a temporary account that can have a formula like

IF (Type == 'New')

tempaccount = account1 and Account2;

ON THE OTHER

tempaccount = #MISSING;

ENDIF;

then you create another account that account temp is PrvCount = @COUNT(SKIPBOTH,tempaccount,"FY00":"FY16");

Now, assuming that the 'old' transition 'new' is only once and there are values present for all historical periods where the product was new, you can use this formula on Account3 number to get the right year - something like below

IF ("PrvCount" == 1)

Account3 = FY00-> tempaccount;

ELSEIF ("PrvCount" == 2)

Report4 = FY01-> tempaccount;

< .......like="" wise="" for="" all="" years......="">>

ON THE OTHER

Report4 = tempaccount;

ENDIF;

Ideally, I would have used @Concatenate and @NAME to drive the logic in Account3 carefully by the conduct of the Member year dynamically, but doesn't look as if it was possible to return a cell value in this function.

again, this is not a very careful approach, but something that you can try if it works for you.

Kind regards

Sunil

Tags: Business Intelligence

Similar Questions

  • Property at the time of the balance and the formula of Member - dimension account

    Hello

    We have a member account including the Balance of time as 'Average' property and she member formula. When I pulled Q1 or CDA data in the report, is to show the average value of TB. But my requirement is to show the calculated value of the formula be insteaded of value avearge TB for this member of the account.

    Please let me know how I can accomplish this requirement

    Thanks in advance for your help.

    in the interface of planning go into the beam and pass the value of the average flow

  • Smarlist and validation rule

    Hello

    I have a member named "is it a project": who has a smarlist attached to what ""Yes "or" NO": If Yes: we want users to enter the amount in dollars and if it didn't it must be left blank." "" However, there are some users who always enter numbers even if it not a project. Is that what I can do to restrict them to enter data if they choose No..

    I tried with validation rules, but I can only change the color of the cell. but not prevent them from entering.

    Thank you.

    Data validation cannot prevent users enter or data backup.  It can be used to prevent users from data in the promotion approval process.

    You could write a business rule that withdrew their data based on the value of the smart list, however I generally hesitate to write rules that delete data in this way, as it tends to surprise users.

    Hope this helps,

    -Jake

  • I would change my CS6 Ps and LR formula creative cloud for the English versin

    Hello!

    I bought a few photographers classes in English and I must download the PsCS6 actions, but it does not work because my PS is in French and he didn't recognize a few words in English. I have a formula Adobe cloud I paid $ 11 each / month for the CS6 Ps and LR. I would change fof English version for both. Thank you!

    Creative Suite 6 or creative cloud? one is the perpetual CS6 the other is a subscription to Photoshop CS6, CC, 2014 and 2015 CC CC.  The perpetual Suite is installed via Adobe Application Manager and the Cloud via the creative Cloud Desktop Application software.  If the creative cloud you can be able to change the language through the creative application of Cloud Desktop preferences.

  • groups of vCOps and historical data

    I create a group in the vSphere vCOps UI containing a number of virtual machines.

    Once I created the group, I can start to see the metrics from the group.

    However, it seems that when I view the settings for the group in the custom user interface, it is impossible to get all values from before the time that the Group has been created.

    For example, I create the Group on Feb. 1.  Virtual machines have given individual and metrics for them individually since their creation a months ago on January 1.

    However, when I create the group, it seems that vCOps fails to extract data before 1 February.

    For example, I want to get application CPU MHz for the whole group of virtual machines.  Even if the data to calculate the Group exist if vCOps was to review the historical data of the individual VM, vCOps shows only data at the point when the Group was created and not before.

    Is that a correct understanding of the limitation of the groups regarding the preparation of reports on historical data?

    What you describe is how all the resources in vCOps behave with respect to the collection of data (these attributes or supermetrics). Metrics will begin to collect according to the assigned package attributes/supermetrics once the resource is created. Historical data prior to this existing/recovery resource is not available.

    So I would call not this specific behavior of "groups" because that is how all resources behave with respect to the collection of data.

  • Cannot find options and historic Panel. :(

    I just started using indesign in CS6, everything went smoothly, until the historical Panel disappeared. I don't remember what I did, I could press something accidentally, but it's over now. I tried to open the window and search history option, but it isn't here. What can I do to display again the historical Panel?

    As Peter says, InDesign doesn't have a historical Panel; a third-party plug-in could come from either DTPTools, either 65 bit, both have / had this kind of plugin.

    DTP Tools - history for Adobe InDesign/InCopy

    http://www.65bit.com/software/easyhistory/

  • Select with case statement and a formula of the IIR

    Hi, I was looking to get help regarding a statement writing box with a statement select statement all. I tried to reproduce a formula IIf access well that just wanted to check that the query I wrote is correct, any advice would be appreciated.

    [code]

    Select *.

    Of

    (

    Select name, month, duration, volume, time_spent, date1, date2,.

    -case when 'date' > = 'date1' then '1' other '0' end as departure,.

    -case when 'date' < = "date2" then '1' other '0' as end ending

    Of

    (

    Select *.

    of call_1 cd

    inner join call_2 ON cd.name = cl.queue cl

    )

    )

    ;

    [/ code]

    I want to know is where I have my ' select name, etc, I would change that to select * to make it easier instead of typing all the field_names outside, but I don't know how to do and also what follows is 2 IIF formulas from an access database for the start of the final case statements so I just wanted check I wrote it correctly.

    [code]

    departure: IIf ([date] > = [date1], 1, 0)

    [/ code]

    [code]

    ending: IIf ([date] < = [date2], 1, 0)

    [/ code]

    Any advice would be appreciated.

    Hello

    Whenever you have any questions, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.
    Explain, using specific examples, how you get these results from these data.

    If the output depends on what anyone outside the application itself (for example, when it is run) and then include a few different examples and the results you want of each given the same sample data. For example, "if I run on November 19, 2013, while the results should be... because... but if I run between November 21 and November 27, then the results should be... because...". »
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002

    318f20b8-a3d0-4FB4-bb0f-73785250b7d4 wrote:

    Hi, I was looking to get help regarding a statement writing box with a statement select statement all. I tried to reproduce a formula IIf access well that just wanted to check that the query I wrote is correct, any advice would be appreciated.

    [code]

    Select *.

    Of

    (

    Select name, month, duration, volume, time_spent, date1, date2,.

    -case when 'date' > = 'date1' then '1' other '0' end as departure,.

    -case when "date."<= 'date2'="" then="" '1'="" else="" '0'="" end="" as="">

    Of

    (

    Select *.

    of call_1 cd

    inner join call_2 ON cd.name = cl.queue cl

    )

    )

    ;

    [/ code]

    I want to know is where I have my ' select name, etc, I would change that to select * to make it easier instead of typing all the field_names outside, but I don't know how to do and also what follows is 2 IIF formulas from an access database for the start of the final case statements so I just wanted check I wrote it correctly.

    [code]

    departure: IIf([date]>=[date1],1,0)

    [/ code]

    [code]

    ending: IIf ([date]<>

    [/ code]

    Any advice would be appreciated.

    DATE is not a function of Oracle; in fact, it's a terrible name for a column or function, because it blends with the DATE data type.

    In Oracle, the function SYSDATE returns the date and time, according to the clock on the database server.  So, SYSDATE can return a value as November 19, 2013 06:33:15.   If you want to midnight the same day (i.e., November 19, 2013 00:00:00) and then use TRUNC (SYSDATE).

    String literals (for example the string which consists 5 characters d, a, t, e, and 1) go inside the single quotes. Numbers and the names of columns only.

    If you want to include all the columns, more some calculated values, in a SELECT clause, then you must use a name table or alias before the *.  (See select_2 below.  To do this, assign the alias j to display online.)

    Maybe you wanted to say something like:

    Select *-it's select_1

    de)

    Select j. *-it's select_2

    , case when SYSDATE > = date1 then 1 or 0 end as departure

    , case when SYSDATE<= date2="" then="" 1="" else="" 0="" end="" as="">

    de)

    Select *-it's select_3

    of call_1 cd

    inner join call_2 ON cd.name = cl.queue cl

    ) j

    )

    ;

    As mentioned in a previous answer, you should be careful about the use of "SELECT *" in production code.

    In select_3, it would be better if you explicitly listed the columns you need.  It can improve efficiency and maintenance.  In this request, queue and the name will be always the same, so you probably don't want to include both of them in the result set, in any case.

    In select_1 and select_2, it is acceptable to use "SELECT *", assuming that select_3 is fixed.

    Moreover, there is no point in using subqueries here.  You can get the same results simply in a single query, without any subqueries.

  • Analyzes operational Audit, data verification and historical process of flow

    Hello

    Internal Audit Department asked a bunch of information, we need to compile from newspaper Audit task, data verification and process Flow history. We have all the information available, but not in a format that allows to correct "reporting" the log information. What is the best way to manage the HFM logs so that we can quickly filter and export the verification information required?

    We have housekeeping in place, newspapers are 'live' partial db tables and partial purged tables which have been exported to Excel to archive historical newspaper information.

    Thank you very much.

    I thought I posted this Friday, but I just noticed that I never hit the "Post Message" button, ha ha.

    This info below will help you translate some information in tables, etc.. You may realize in tables audit directly or move them to another array of appropriate data for analysis later. The consensus, even if I disagree, is that you will suffer from performance issues if your audit tables become too big, if you want to move them periodically. You can do it using a manual process of scheduled task, etc.

    I personally just throw in another table and report on it here. As mentioned above, you will need to translate some information as it is not "readable" in the database.

    For example, if I wanted to pull the load of metadata, rules of loading, loading list of members, you can run a query like this. (NOTE: strAppName must be the name of your application...)

    The main tricks to know at least for checking table tasks are finding how convert hours and determine what activity code matches the friendly name.

    -- Declare working variables --
    declare @dtStartDate as nvarchar(20)
    declare @dtEndDate as nvarchar(20)
    declare @strAppName as nvarchar(20)
    declare @strSQL as nvarchar(4000)
    -- Initialize working variables --
    set @dtStartDate = '1/1/2012'
    set @dtEndDate = '8/31/2012'
    set @strAppName = 'YourAppNameHere'
    
    --Get Rules Load, Metadata, Member List
    set @strSQL = '
    select sUserName as "User", ''Rules Load'' as Activity, cast(StartTime-2 as smalldatetime) as "Time Start",
          cast(EndTime-2 as smalldatetime) as ''Time End'', ServerName, strDescription, strModuleName
       from ' + @strAppName + '_task_audit ta, hsv_activity_users au
       where au.lUserID = ta.ActivityUserID and activitycode in (1)
            and cast(StartTime-2 as smalldatetime) between ''' + @dtStartDate + ''' and ''' + @dtEndDate + '''
    union all
    select sUserName as "User", ''Metadata Load'' as Activity, cast(StartTime-2 as smalldatetime) as "Time Start",
          cast(EndTime-2 as smalldatetime) as ''Time End'', ServerName, strDescription, strModuleName
       from ' + @strAppName + '_task_audit ta, hsv_activity_users au
       where au.lUserID = ta.ActivityUserID and activitycode in (21)
            and cast(StartTime-2 as smalldatetime) between ''' + @dtStartDate + ''' and ''' + @dtEndDate + '''
    union all
    select sUserName as "User", ''Memberlist Load'' as Activity, cast(StartTime-2 as smalldatetime) as "Time Start",
          cast(EndTime-2 as smalldatetime) as ''Time End'', ServerName, strDescription, strModuleName
       from ' + @strAppName + '_task_audit ta, hsv_activity_users au
       where au.lUserID = ta.ActivityUserID and activitycode in (23)
            and cast(StartTime-2 as smalldatetime) between ''' + @dtStartDate + ''' and ''' + @dtEndDate + ''''
    
    exec sp_executesql @strSQL
    

    With regard to the codes of the activity, here's a quick breakdown on those...

    ActivityID     ActivityName
    0     Idle
    1     Rules Load
    2     Rules Scan
    3     Rules Extract
    4     Consolidation
    5     Chart Logic
    6     Translation
    7     Custom Logic
    8     Allocate
    9     Data Load
    10     Data Extract
    11     Data Extract via HAL
    12     Data Entry
    13     Data Retrieval
    14     Data Clear
    15     Data Copy
    16     Journal Entry
    17     Journal Retrieval
    18     Journal Posting
    19     Journal Unposting
    20     Journal Template Entry
    21     Metadata Load
    22     Metadata Extract
    23     Member List Load
    24     Member List Scan
    25     Member List Extract
    26     Security Load
    27     Security Scan
    28     Security Extract
    29     Logon
    30     Logon Failure
    31     Logoff
    32     External
    33     Metadata Scan
    34     Data Scan
    35     Extended Analytics Export
    36     Extended Analytics Schema Delete
    37     Transactions Load
    38     Transactions Extract
    39     Document Attachments
    40     Document Detachments
    41     Create Transactions
    42     Edit Transactions
    43     Delete Transactions
    44     Post Transactions
    45     Unpost Transactions
    46     Delete Invalid Records
    47     Data Audit Purged
    48     Task Audit Purged
    49     Post All Transactions
    50     Unpost All Transactions
    51     Delete All Transactions
    52     Unmatch All Transactions
    53     Auto Match by ID
    54     Auto Match by Account
    55     Intercompany Matching Report by ID
    56     Intercompany Matching Report by Acct
    57     Intercompany Transaction Report
    58     Manual Match
    59     Unmatch Selected
    60     Manage IC Periods
    61     Lock/Unlock IC Entities
    62     Manage IC Reason Codes
    63     Null
    
  • SmartView 11.1.2 - planning and Excel formulas giving problems

    Hello

    I use Smartview 11.1.2 with HP 11.1.2 when I open a form online and I write in a cell
    = 10

    and because I wrote a different number such as 5, there still with = 10

    so, someone has problems with you start to use a formula in a cell, and after that I tried to replace it with a value?

    Thank you

    It would be probably fixed in a patch. You may have to contact the Oracle Support for more information.

    HTH-
    Jasmine.

  • Import excel tables in InDesign and retain formulas

    Hello world

    I need to update the style and format of a bunch of old forms that were made in Excel, to match our new style guide. The problem is that many forms understand formulas... What can I do to make these in InDesign? And they will always be there if I create a PDF to fill out on-line that users can fill it with Adobe Reader?

    Thank you very much in advance for your help,.

    Christine

    InDesign cannot read and/or analyse Excel formulas. Excel puts the formula in a cell and adds last result, and which is read by InDesign to plain text. It is rather the opposite: to get a 'formula' in ID, you will need to fit in plain text in Excel (once again, see you in ID in plain text).

    Nothing to fear: Excel is very bad in the formatting of the text; ID, on the other hand, excels in the present.

    Table styles have absolutely nothing to do with it. They are for tables formatting , not for the calculations. Moreover, these Table Styles are integrated into IDS since the CS2 version - last is CS4.

  • How to save only a few forms and historical research

    I want to only do Firefox back up my personal emails and never save anything else (if someone has used my computer and uses e-mail address for example).

    When you autofill forms that you can use, try this addon -Auto form fill. I have not tried this and do not know if this supports the recording of information by user, instead of each site.

    Another option is to protect your profile with a password and allow other users to use a guest profile. This extension, which, oddly does not not part of the Addons.Mozilla seems to make this password protect profile in Firefox.

    I'm not 100% sure why this extension is not part of the site on Mozilla Addons, so I ask you to try first before you install it for everyday use. And of course, please save your profile data before trying these extensions.

    Thank you

  • When I click on a link to open in a new window the window appears in white with the exception of "Search bookmarks and historical." What can I do?

    This has happened for a while. I don't remember adding or changing my Firefox settings. When this happens and I need this extra window I'll and open Explorer.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > themes).

    • Makes no changes on the start safe mode window.

    See:

    If this does not work in mode without failure, then disable all extensions and then try to find out who is the cause by allowing both the problem reappears.

    • Choose "Disable all add-ons" on issues to troubleshoot Firefox in Safe Mode to set window to disable all extensions.
    • Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')
  • Transfer of warranty - and historical service

    Hello

    I want to pass on my Dell Inspiron laptop, the new owner asked if I can provide security as well. The laptop is still in the Dell one year standard warranty period.

    Reference Dell will allow the guarantee be transferred if the laptop is spent (or sold?). Must what information I provide? If it's possible, it's something I need to organize with Dell me before I spend the machine, or the new owner should settle?

    Finally, the new owner have access to the history of the laptop for example any communication between Dell and myself, or access my own personal information e.g. e-mail address I used to register the laptop, details of the Bill, any personal information that I have provided to Dell, when I bought the laptop.

    The potential new owner is a colleague from my work and they are trustworthy, but I want to just make sure that I am not leaving me open to anyone being able to access personal information.

    Thank you

    Please click on the link below...

    Guarantee and transfer of ownership

    www.Dell.com/.../19

  • All my products and historical order disappeared!

    There is really no other way to say that everything is gone.

    My order history is empty.

    My product is empty.

    I can't download the products that I bought and I do not see the license keys, that I bought.

    I am aware that Adobe says they remove the possibility to download any purcharsed produced after three years. I guess I have the right to license keys, I bought and my history of the order to stay on my account. Even with that said, I bought my products just over a year ago - September ~ 2012 - so the link to download should still be there.

    Products purchased:

    Dreamweaver CS6

    CS6 Fireworks

    InDesign CS6

    Photoshop CS6

    You can download trial versions of your programs through the following page and use your serial number to activate it.

    http://helpx.Adobe.com/x-productkb/policy-pricing/CS6-product-downloads.html

    An alternative link for these same trial versions is...

    http://prodesigntools.com/Adobe-CS6-direct-download-links.html

    But for this site, be sure to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    As far as serial numbers go, you contact Adobe Support by chat or phone when you have the serial number and activation problems.

    Here are some links to help get in touch:

    http://www.Adobe.com/support/chat/ivrchat.html

    http://www.Adobe.com/support/download-install/supportinfo/

  • Insertion of formula line and column in web analytics?

    Hello

    Can someone let me know if we can insert row and column formula in web analytics?

    Thank you

    Hello

    This help you? http://download.Oracle.com/docs/CD/E10530_01/doc/EPM.931/html_wa_user/ch09s23s23.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for