data filter key

phondajphondaj Member Posts: 60
why data filter cant bo key on vendor tabel
is any other way to sort vendor's transactions with data filter fild

:S
i got it, thnx

Comments

  • kapamaroukapamarou Member Posts: 1,152
    I don't know if I get this right but i'll try. You need to sort by a field that is a flowfield.
    This cannot be done since a flowfield is not a "real" field. For example on SQL server there is no Balance field in the customer table. The field comes from the sift tables or the SQL view from 501 and on.

    You can do it either by using a temporary table with real fields which you populate and use for sorting, or you can add a new field called "Real Balance", process all records calculating the balance and storing it to your new field and then sorting by this new field. There are some ways to achieve what you want but you'll need to do a bit of coding.

    Try to find the best solution for your scenario...
Sign In or Register to comment.