Filtering table on the basis of number series in reports

jetins9810jetins9810 Member Posts: 55
edited 2006-02-27 in Navision Attain
Dear All

Please let me know the Can i filter the table on the basis of
number seriel through coding in reports.

For example in posted Invoices i have lotes of entries and entries are
differenciate on the basis of number series.
Like for simple purchase we have number series POSP0001....
Purchase for Research we have number series PORA0001....
For fixed assets we have number series like POFA0001...
and so on....

in a report i want the i pick all the records whose number series
contain the Character FA in the middle. Is that possible through coding
if yes pl help me. Welcome all

Thanks in advence..

Jetins :roll:
With Thanks & Regards
Jetinder Saini...........
CorporateServe Solutions Pvt. Ltd......India

Comments

  • krikikriki Member, Moderator Posts: 9,112
    SETFILTER("My Code-Field",'%1','*FA*');

    But speed will be low, because Navision will read the whole table to find the records.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • bthorbthor Member Posts: 16
    You can filter on the No. Series field in the Sales invoice table.


    Bjarni Þór
  • kinekine Member Posts: 12,562
    Better sollution is to add some setup with options where you will assign the "meanings" to the no. series. You can use this setup to go through the entries. And if there is no no. series field in your table, you can add it there. For example this field is used on document headers...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.