Sage 100

 View Only
  • 1.  Back to that unposted thing I was asking about - s

    Posted 04-04-2014 10:06
    Back to that unposted thing I was asking about - so, those of you who know Excel a whole lot more than me (which is everyone) - would it be possible to have one column on a sheet be the standard financial stuff, then one column from the General Journal Entry files, then a third column of adding them together? (Then you would hide the first two.) Could you link the GL accounts?


  • 2.  RE: Back to that unposted thing I was asking about - s

    Posted 04-04-2014 10:11
    I'm no expert either but a vLookup might work.


  • 3.  RE: Back to that unposted thing I was asking about - s

    Posted 04-04-2014 10:12
    I can think of several ways to do this so I will post them individually as I can: With BizInsights, you have a function to pull Net Unposted Balances. I'm am pretty sure this is limited to unposted journal entries and will not include allocation entries or recurring entries.


  • 4.  RE: Back to that unposted thing I was asking about - s

    Posted 04-04-2014 13:05
    Option #2 is in line with Therese. Pull your Unposted Balance data from GL_GeneralJouralDetail and GL_TransactionJournalDetail into two workstation. Then pull sums of each from the detail via the Sumif function and use the VLookup from the resultset.


  • 5.  RE: Back to that unposted thing I was asking about - s

    Posted 04-04-2014 13:07
    Options #3, use Access with PTQ's to pull and summarize the data from both General Journal and Transaction Journal with a union query and pull that data into Excel. If you are using the Premium edition, you can use a view in MS SQL instead and just pull form the view.