Table filter...

mokinhasmokinhas Member Posts: 3
Hi.
Can anyone help me... I have the following problem...
I create a field in my table Customer, that is a flowfield, and in my table filter I want to do a filter and use an * (ex.:Initial Entry Global Dim2 = Filter = SAV* ) in my filter, but when I open my form he doesn't accept the *.
What can I do to solve this problem???

Thanks......

Comments

  • AlbertvhAlbertvh Member Posts: 516
    Hi mokinhas

    Maybe you should try and use the Global Dimension 2 Filter field as the link to Initial Entry Global Dim2.
    Which form are you opening, is it the customer card?
    You could then add in the onopenform
    setfilter(Global Dimension 2 Filter,'SAV*');

    Albert
  • mrinal.kapoormrinal.kapoor Member Posts: 9
    Hi,
    Instead of giving filter as 'SAV*', give the whole range of dimensions starting with SAV. eg: Give the filter as 'SAV-00001..SAV-99999'

    This will solve ur problem.
    Cheers..
    Mrinal Kapoor
    Functional Consultant
    ITTIL
  • mokinhasmokinhas Member Posts: 3
    Hi.

    Thanks to both...
Sign In or Register to comment.