Information for a Line Item Disappears when in Top Level

Hello,

 

Good day!

 

I hope every one is having a nice day. 

 

I would like to ask for any information that may help in troubleshooting this issue.

 

I have a line item in a module called, "Credit Account". I have it in formula which basically says: If the Company is 'A' then use account number '12345', ELSE, use '67890'.  This is working fine, and the accounts are populated in the line item BUT only on the lower levels of the company hierarchy. If I go to the Topmost Level/ the Conso Level, it is not showing up -- it's just blank. The information must show up at the top level as per the requirement -- an output to a csv/excel. 

 

What am I missing? 

 

Thanks so much!

 

Jonathan

Tagged:

Best Answers

  •  Hi @jspascual 

     

    If your line item is text, by default the Summary method will be set to None.  You can show the text at Parent level by changing it to First non-blank or Last non-blank.

     

    Capture.JPG

    Capture2.JPG

     

    Regards,

    Andre

     

  • Hi @jspascual 

     

    As @andre.lie mentions you need to change the summary method to allow the formula to show the value at the higher level. 

     

    But you need to consider a few points:

    1. Does your hierarchy have multiple items below and is bringing the last or first the correct code you want to see? (as in @andre.lie example he has many cities and if they all had a code which code would you want to see?)

    2. It may be the case that you only have one item today but in the future this may change you may have two items and this can cause errors in the future (has happened to me!). How do you deal with this?

    3. Do I need to have another formula at the top level to account for this and change the formula to bring this in to avoid the issue (where a subsidary view can help).

     

    Also I notice in your formula you have hard coded codes is this just for the result of the example your explaining or it is actually hard coded? Worth considering is this sustainable for the future?

     

    I hope this helps!

     

    Thanks,

     

    Usman

Answers

  • Hi @usman.zia ,

    I definitely agree with your points.

    Regards,
    Andre
  • Thanks for all of your input. 

     

    Thanks!

     

    Jonathan 

  • Thanks, @andre.lie

     

    I do have a follow up question on this. 

     

    This works when the other companies have data on them.

    However, when only company 'A' has data for a given period, the top level should only show the account specific for 'A' company. 

     

    Is it possible?

     

    Thanks,

     

    Jonathan