Options

Filtering a Dataitem

SoumyadipSoumyadip Member Posts: 209
hi

i want to filter a dataitem of a report by taking inputs from request form.
how can i achive it?

Soumya

Comments

  • Options
    Iqbal_FebrianoIqbal_Febriano Member Posts: 66
    On the YourDataItem-PreDataItem section you can put a SETRANGE or SETFILTER based upon the value you catch from a request form.
    If you can be more specific, maybe I can help you with some codes :)
    Be fast, be straight, be quiet
  • Options
    SoumyadipSoumyadip Member Posts: 209
    Thanks

    I have first data item Prod.Order & second dataitem is item ledger entry.
    if i give item no in first tab can i filter item ledger's info by that item no
  • Options
    RobertMoRobertMo Member Posts: 484
    Put following code in OnPreDataItem of Item DataItem:
    "Production Order".COPYFILTER("Source No.",Item."No.");
    
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Sign In or Register to comment.