Parent -Account Name

Mike...
My Case Statement to create the formula that is no Parent Exists use Account Name else use Parent Name is not working...yours did in seconds (when you did it so speedy I was wow)...is the field not null? This is the statement I am using...it returns in the Pivot as "Unspecified" (that is also what it exists in the Pivot for just parent field normal if you aggregate by that as a row)
CASE WHEN Account."Parent Account" IS NULL THEN Account."Account Name" ELSE Account."Parent Account" END
Thanks Debbie

The Parent Account field is populated with 'Unspecified' in the data warehouse when no parent account is identified. The formula is:
CASE WHEN Account."Parent Account" = 'Unspecified' THEN Account."Account Name" ELSE Account."Parent Account" END
Mike L

Similar Messages

  • Apple ID sub-account moved to iCloud retains parent ID name

    Cross posted from iPhone discussions:
    This one puzzles me.
    Moved family pack accounts to iCloud individually with no problems.
    The sub-account my spouse uses seems to retain my name as the user Apple ID when she sends mail from her iPhone 4s.
    I've visited https://appleid.apple.com and changed the name on her Apple ID to her name.
    When someone replies to email sent from her phone the reply fills in my name (which was the parent account name) with her email address and
    <On Dec 24, 2011, at 10:56 AM, Steven Durgin wrote:>
    This does NOT happen when she sends email from her desktop.
    Is there a phone setting I'm missing? Something to do with Contacts? (her address book "Me" card is properly set up) Or is this an iCloud thing.
    Any ideas out there before I set up a call with Support?
    steve

    Here's the simple settings solution well tucked in on the phone:
    Settings > iCloud > Account > Advanced > Name
    This is where the name associated with the email address sent from the device is set. That's pretty well hidden, at least from me!

  • Parent account key name/description in report

    Hi Experts!
    So here is the code where i am retrieving postings detail (invoice rows, BP, system amount, doc number, distribution rule and project)
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Set @FromDate = (Select min(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate]>='[%1]')
    Set @ToDate = (Select max(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate] <='[%2]')
    SELECT T0.[CardCode], T0.[CardName], T0.[NumAtCard], T0.[DocNum], T0.[TaxDate], T1.[ItemCode], T1.[Dscription], T2.[groupmask], T2.[FatherNum], T1.[AcctCode], T2.[AcctName], T1.[OcrCode], T1.[Project], T1.[TotalSumSy], T0.[Comments]
    FROM
    OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN OACT T2 ON T1.AcctCode = T2.AcctCode
    WHERE
    T0.[TaxDate] >= @FromDate
    AND T0.[TaxDate] <= @ToDate
    AND T2.[groupmask] >= 4
    My issue is that i want to have for each account the parent account code and the parent account description. (as well as the Group mask name/description)
    How can i do that?

    Hi Nicolas Constant...
    Try This
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Set @FromDate = (Select min(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate]>='[%1]')
    Set @ToDate = (Select max(T0.[TaxDate]) from OPCH T0 where T0.[TaxDate] <='[%2]')
    SELECT T0.[CardCode], T0.[CardName], T0.[NumAtCard], T0.[DocNum], T0.[TaxDate], T1.[ItemCode], T1.[Dscription],
    T2.[groupmask], T2.[FatherNum],t3.AcctName As FatherActName, t4.AcctName As MaskName, T1.[AcctCode], T2.[AcctName], T1.[OcrCode], T1.[Project], T1.[TotalSumSy], T0.[Comments]
    FROM
    OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN OACT T2 ON T1.AcctCode = T2.AcctCode
    inner join OACT t3 on t2.FatherNum=t3.AcctCode
    inner join OACT t4 on t4.groupmask=t3.GroupMask and t4.Levels='1'
    WHERE
    T0.[TaxDate] >= @FromDate
    AND T0.[TaxDate] <= @ToDate
    AND T2.[groupmask] >= 4
    Hope helpful
    Regards
    Kennedy

  • My developer account name is not the same as my Apple id Name

    So I'm going to sign up for a IOS developer program in the Apple Developer Program ... Well you see my account used to be owned from my mom and i changed it to my account when i turned 13 well im currently 16 now and I know how to develop apps but i cant run them on my phone and stuff with out a developer ios program which ***** but i have to deal with it i guess so here is the problem...
    My name is Matthew
    This is the first Question i get... Well im oh well my name is matt not Robyn (she is my mom)
    then i click My apple id i sign in and it takes me here:
    so basically what im saying is , is that my name is not transferring over to my developer account.
    Im extremely confused it is the same account and i have tried everything i can think of.
    I am not going to make another account...
    PLEASE HELP ME!!!

    A developer account is a much more serious thing than an iCloud account. There are legal implications involving bank accounts and international laws. Depending on what software you develop, you may be required to notify the NSA. Everything that happens with your developer account needs to be under your parent's name. When you turn 18, the best thing to do would be to open your own developer account and transfer your apps.

  • How to change admin account name?

    My parents started up my MacBook Pro and gave it a stupid admin account name. I though I knew how to change it, but I still see it in the User list and in the terminal.
    I read about logging in as root user to change it, but just thought of doing a factory reset. I don't have anything important on it yet.
    Any Advice?

    I just found ChangeShortName software.  Looks good.  Any suggestions on 'cool' short names?

  • Parent account on historical pipeline analysis

    Hi,
    I've a little problem with Oracle CRM on Demand Answers: When I use the subject area "historical pipeline" analysis I do not have acces to the parent account. There is an account area in which I have tons of fields but not the parent account.
    So is there any possibility to get this field in the report. Unfortunately I cannot pass by another subject area.
    My solution:
    I create a report on another subjectarea which lists all parents and children. And then do a case statement to get all lines in which the parent account is empty. I suppose them to be the right parents.
    My report on the historical pipeline I'll filter on the criteria of this first report.
    So I have only the parent accounts.
    Unfortunately I do not have the indirect grandchilden included with this solution. And it's pretty static. But I'd like to have a prompt with which I can filter the report or not on the parent account.
    Any solutions ? :)
    Cheers,
    Myriam

    Hi
    Would it be possible to pass value of Account Name column to Parent Account column during Drilldown Navigation.
    so that in target report only child accounts get filtered.

  • Fonction @PARENT(Account) or @CURRMBR(Account) don't work just on 1 cube

    Hi all,
    I have a problem in HBR in a Planning application with two cubes.
    The fonctions @PARENT(Account) or @CURRMBR(Account) dont work on one cube but are ok on the second one.
    I have no error message, the fonction doesn't take the right value on let my block on missing.
    It's not a problem of block creation (create missing block on) on when i tried a direct call to the parent, it's ok.
    This kind of fonction have some properties to set ? The native XREF réference on this dimension can be the problem ? I'm a bit lost
    Thanks for help

    I add some details to precise my words :
    Dimension Account:
    x
    WHOST06 Dyn Calc
    WHOST06_INPUT
    y
    z
    This two scripts are KO :
    FIX(@UDA(Period,[ScenarioPrev]),WHOST06_INPUT,BegBalance)
    BRUT
    IF("Method"->"BegBalance"==1);
    "History"="Brut"->@PARENT("Account")->[Scenario_Source]->[Year_Source]->[Version_Source]->"YearTotal"/"Brut"->"MBINNS06"->[Scenario_Source]->[Year_Source]->[Version_Source]->"YearTotal";
    ENDIF
    or
    with
    "History"="Brut"->@MEMBER(@SUBSTRING(@NAME(@CURRMBR("Account")),0,7))->[Scenario_Source]->[Year_Source]->[Version_Source]->"YearTotal";
    But with a direct call, it's ok
    /*"History"="Brut"->WHOST06 ->Scenario_Source]->[Year_Source]->[Version_Source]->"YearTotal";
    Any idea for my trouble ?

  • Account Name field of 4663,4660 displays System Account(FileServer$) instead of userName when Deleting a Folder

    Account Name field of 4663,4660 displays System Account(FileServer$)
    instead of userName when Deleting a Folder : 
    A Folder with files & subfolders are deleted.The following sequence events 4656,4663,4660,4658 are logged for parent folder,subfolders
    and files in the security event log.For parent folder and subfolders events, the Account Name field of event id 4656 displays the user who deleted the folder,but the Account Name field of event id 4663,4660 diplays the SYSTEM account ie)FileServer Name instead
    of username.This is not occuring for files inside the subfolders
    Actually we correlate 4663,4660 with handle id and process id to make sure the file/ folder is deleted.Using this above correlation we
    can not able to find out user ,because it shows servername$ for folder deletions not files.So my question is why windows logging servername$ in 4663,4660 events only for folder deletions.
    The above issue happening only for 
    * parent folder and sub folders and not for files inside them.
    * deletion through network share and not locally.
    Sample Events of 4656,4663,4660
    Log Name: Security
    Source: Microsoft-Windows-Security-Auditing
    Date: 11-09-2012 20:03:41
    Event ID: 4656
    Task Category: File System
    Level: Information
    Keywords: Audit Success
    User: N/A
    Computer: FS01.test.com
    Description:
    A handle to an object was requested.
    Subject:
    Security ID: S-1-5-21-34352134455-267854504-159913591-49381
    Account Name: vijay
    Account Domain: test.com
    Logon ID: 0x7e95119f
    Object:
    Object Server: Security
    Object Type: File
    Object Name: \Device\HarddiskVolume4\ShareA\testFolder
    Handle ID: 0x7498
    Process Information:
    Process ID: 0x4
    Process Name: 
    Access Request Information:
    Transaction ID: {00000000-0000-0000-0000-000000000000}
    Accesses: DELETE
    Access Mask: 0x10000
    Privileges Used for Access Check: -
    Restricted SID Count: 0
    Log Name: Security
    Source: Microsoft-Windows-Security-Auditing
    Date: 11-09-2012 20:03:41
    Event ID: 4663
    Task Category: File System
    Level: Information
    Keywords: Audit Success
    User: N/A
    Computer: FS01.test.com
    Description:
    An attempt was made to access an object.
    Subject:
    Security ID: SYSTEM
    Account Name: FS01$
    Account Domain: test.com
    Logon ID: 0x3e7
    Object:
    Object Server: Security
    Object Type: File
    Object Name: \Device\HarddiskVolume4\Shared\testFolder
    Handle ID: 0x7498
    Process Information:
    Process ID: 0x4
    Process Name: 
    Access Request Information:
    Accesses: DELETE
    Access Mask: 0x10000
    Log Name: Security
    Source: Microsoft-Windows-Security-Auditing
    Date: 11-09-2012 20:03:41
    Event ID: 4660
    Task Category: File System
    Level: Information
    Keywords: Audit Success
    User: N/A
    Computer: FS01
    Description:
    An object was deleted.
    Subject:
    Security ID: SYSTEM
    Account Name: FS01$
    Account Domain: test.com
    Logon ID: 0x3e7
    Object:
    Object Server: Security
    Handle ID: 0x7498
    Process Information:
    Process ID: 0x4
    Process Name: 
    Transaction ID: {00000000-0000-0000-0000-000000000000}

    HI,
    When you configure the Auditing Entry for the user account on the shared folder,  if the setting is Files only, it might be the cause of your problem . If so, you can try to configure "Apply onto" as The folder, subfolders and files.
    Best regards, Jason Mei Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when i enter account name and password for one account, i cannot access other accounts, because windows saves username

    Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when I enter account name and password for one account, i cannot access other accounts, because windows saves username. how can i prevent this from happenning. I really need to access all my accounts and dont want it to save automaticlly.

    Why have 5 accounts if you need to access all of them.. just have one account?
    Sorry I cannot follow why you would even use the PC to control the Time Capsule. Apple have not kept the Windows version of the utility up to date.. so they keep making it harder and harder to run windows with apple routers.

  • How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

  • My iCloud account name was inputted incorrectly when my iPhone was set up. I made a new iCloud account but my phone still automatically loads the old and unusable iCloud account. How can I update my phone to load the new and correct account?

    My iCloud account name was inputted incorrectly during initial phone set up. I created another iCloud account name but it is still the old and wrong iCloud account that automatically loads whenever I access the iCloud tab on my phone. How do I replace it my new and correct account name?

    She won't after the change.
    Note you can use the same Apple ID in
    Settings > iTunes & App Store > Apple ID: > here to share purchased music, apps and books.
    Other than that each of you should use your own Apple ID for iMessage, FaceTime, iCloud, Game Center, etc.

  • I can no longer see my account name, but get a Guest user account, I can no longer see my account name, but get a Guest user account

    I can no longer see my account name so I can gain access to my information, but now all I get is a Guest user account and it won't let me log into that account. All it lests me do is re-start the computer and use it in restricted mode. Can someone please help me!

    Recommendation for your consideration
    Hopefully your original user account was an "administrator". I have two admin accts in case one admin. acct gets "trashed.
    Lets see what other forum members offer: my solution requires use of terminal and works. CLI (Command Line Interface) might be intimidating for you but we'll see what others possibly offer.
    As I say the solution I have works well and will allow you to create new user(s) replacing your former users whatever type they were. I promise to check back today if no solution to you is offered...
    Let 'er rip and...
    cheers

  • Can not receive Mac mail -error Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.  Account name: "MacMail"

    Can not receive Mac mail -error Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that your DNS settings in the Network pane of System Preferences are correct.  Account name: "MacMail"
    What are the correct mail account settings and more importantly the correct DNS settings
    Thank you for any help you may be able to provide
    Cheers
    Chris (iMac i7)

    Do not delete the old account yet. sign up for an iCloud account if you haven't.
    I understand .mac mail will still come through. Do not delete the old account yet.
    You cannot use .mac or MobileMe as type of Account, you have to choose IMAP when setting up, otherwise Mail is hard coded to change imap.mail.me.com to mail.me.com & smtp.mail.me.com to smtp.me.com, no matter what you try to enter.
    iCloud Mail setup, do not choose .mac or MobileMe as type, but choose IMAP...
    On second step where it asks "Description", it has to be a unique name, but you can still use your email address.
    IMAP (Incoming Mail Server) information:
              •          Server name: imap.mail.me.com
              •          SSL Required: Yes
              •          Port: 993
              •          Username: [email protected] (use your @me.com address from your iCloud account)
              •          Password: Your iCloud password
    SMTP (outgoing mail server) information:
              •          Server name: smtp.mail.me.com
              •          SSL Required: Yes
              •          Port: 587
              •          SMTP Authentication Required: Yes
              •          Username: [email protected] (use your @me.com address from your iCloud account)
              •          Password: Your iCloud password
    Also, you must upgrade your password to meet the new criteria:  8 characters, including upper and lower case and numbers.  If you have an older password that does not meet these criteria, when you try to setup mail on your mac, using all of the IMAP criteria listed above, it will still give a server error message.  Go to   http://appleid.apple.com         then follow directions to change your password, then go back to setting up your mail using the IMAP instructions above.
    Thanks to dpepper...
    https://discussions.apple.com/thread/3867171?tstart=0

  • Unable to log in to the user account (name) at this time

    I get this error message when I try to log-in in my main admin account. And this is not a lost password issue I know im typing the write password because when I type a wrong one the box shakes when I type the right one it gives me that message.
    I tried alot of stuff to gain access to it but I cannot, the only thing that I can do is go in as root user and extract the files that I had in there, but I have no physcial access to the login it self, I started making a different account name for it but I dont want to lose all my prefrenses although I think the only thing that is making it this way is File Vault (its swtiched on for the locked out account)
    Any thoughts?

    I'm also getting the dreaded "You are unable to log in to the user account __ at this time" but believe this happened when I inadvertently tuned off an external hard drive without ejecting it first. At first, I thought it was a File Vault problem, but my user.sparseimage file is still there and accessible once I changed the permissions to those of another user account.
    What I have come to believe, based on other postings I have read on this topic, at least in my case, is that I must have corrupted the logged in user on the netinfo file. The solutions I've seen so far for fixing the netinfo file seem pretty complicated, though I do have a backup of that file.
    I have yet to decide whether the netinfo problem is easily fixable or if I would better employ my time moving my iTunes and iPhoto files off that sparse image and into another user account. I'm open to suggestions.
    Bill
    iBook G-4   Mac OS X (10.4.7)   1.33 GHz, 768 MB memory, 60 GB HD, iPod Shuffle

  • Data being Displayed while the Account Name not getting Displayed in FR

    Hi,
    We are facing a strange issue when is user is trying to run a Hyperion Financial report. The data and Entity Name is being displayed whereas the Account name is not being displayed for a particular entity. The user has access to the Entity and accounts. Any Clues ??
    Thanks,
    Addy
    Edited by: Addy on Jan 11, 2011 5:15 PM

    The first thing that pops to my mind is does the format of the cell have Replace checkbox checked with a blank description. thus any results coming back will display as blank.
    Also the customized header is check and it is showing blank.
    A quick test if you have Smart View is can the user access the same data? if yes then the report has a filter of some sort, if the user cannot access the data in smart view, there is a security problem perhaps with the data
    JTS

Maybe you are looking for

  • How to get the total page number when using Crystal Report in JSP

    In my JSP, I use the class CrystalReportViewer to generate and display the report views. But this class only sypply the function to get the info of the active view. Thus with this info, I only can get the active view's page number. How can I get the

  • Is there any report to see the Latest GR receipts materials wise

    Dear Experts,                           is there any report to see the Latest GR receipts materials wise , thanks in advance regards rajakarthik

  • How to run different programs and use their output in other programs

    Dear java members, I am trying to figure out how to get data from a file, database, or program and use that information in another program. Can you help please? I have looked through several texts and while the information is there somewhere I have n

  • Serious problem adobe presenter addin

    I am using Office 2010 32 bit version and have presenter 7.07 installed. It still brings the "serious problem with add-in" and wants to know whether I want to disable it. I said no and then reopened PowerPoint.How can I avoid this problem? Thanks for

  • Creating Links in Adobe Presenter/Breeze

    Here is the situation I need help with - I need to create a CD with the following: A "Breezo" autorun file (easy enough), but in that "Breezo" autorun, I need to have links to a series of 11 published "Breezos" and it all needs to be on a CD. Is this