This topic contains 1 reply, has 0 voices, and was last updated by michoel 8 years ago.

  • Author
    Posts
  • #7064 Score: 0

    jsutton
    • Contributions: 0
    • Level 1

    Hello,

    I’m been pulling my hair out for months and really struggling with this one: I simply want to create a report or a saved search for the balance sheet detail of accrued expenses – grouped by vendor. The problem is, the balance is created by entering a journal entry (which I’ve found is the entity(line) field). Then the bills or checks that post against those journal entries, that is name field on those transactions is just entity. The system can’t seem to marry the two…has anyone else had this problem?
    This is a cached copy. Click here to see the original post.

  • #7065 Score: 0

    michoel
    • Contributions: 0
    • Level 1

    I haven’t tested this, but you may be able to get it to work by grouping on a Formula field, something like –

    Code:
    CASE WHEN {type} = ‘Journal’ THEN {name} ELSE {​mainname} END

You must be logged in to reply to this topic.