Stupid Flowfilter question

SaalekSaalek Member Posts: 181
Hi

I have a little problem with a flowfilter field, and I need your help.

I have a Navision 4 SP 3 SQL database.
I table 15 (G/L Account), i created 2 new flowfilter fields.

1- Source Type filter: Option type, with Customer,Vendor,Bank and Fixed Assets values
2. Source filter: Code type and I conditioned Table relation. If Source type filter = Customer, show customer list, ...

My problem is that doesn't works. Allways shows the first condition form, in may case, customer list.
I tried using C/AL code but nothing.

If I filter the source type field, I push OK and I enter again to FlowFilter form, it works, but isn't a good solution because you need to enter 2 times to flowfilter form.

It's a bug or is imposible do that ???

Thanks.

Comments

  • DuikmeesterDuikmeester Member Posts: 304
    Shouldn't you use a FlowField instead of FlowFilter ;)
  • SaalekSaalek Member Posts: 181
    Hi

    I need flowfilter, because I need change "Amount" Field calcformula to show it filtered by this 2 new fields.

    Bye
  • ShedmanShedman Member Posts: 194
    The system doesn't save flowfilters in the database. You should probably progam it in the OnLookup-trigger using GetFilter("Source Type Filter").
  • SaalekSaalek Member Posts: 181
    Shedman wrote:
    The system doesn't save flowfilters in the database. You should probably progam it in the OnLookup-trigger using GetFilter("Source Type Filter").

    I tried it, but allways GETFILTER returned empty value.

    Bye
Sign In or Register to comment.