Method Community

 

Summarize Account Transactions with SQL Override

Last post 05-25-2012 10:03 AM by Anonymous. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-24-2012 5:48 PM

    Summarize Account Transactions with SQL Override

    I built a new screen, displaying a grid based off of the transactions table. I'd like to use the SQL override function to allow for a summarized view of transactions by account.

    After watching the finer points of the webinar, my main problem is that I can't add a new field to the Transaction table. This field is needed to insert the Action Result (sum) into. 

    How can I get around this? 

  • 05-25-2012 10:03 AM In reply to

    Re: Summarize Account Transactions with SQL Override

    Answer

    AutumnW:
    How can I get around this?

    Unfortunately there is no workaround for this - Transaction is the one table we lock down to prevent editing.  You'll have to tackle this screen in another way - possibly looping through the transaction table to get the information you need and storing that in another table for lookup.  

    ~C

Page 1 of 1 (2 items)