DataItemTableview - filter on multiple doc types

markcle
markcle Member Posts: 65
Hi All

I want to have a report that runs identically from sales orders and blanket sales orders. Is it possible to change the where clause below to Order or Blanket Order:
DataItemTableView = SORTING("Document Type", "No.") WHERE("Document Type" = CONST("Blanket Order"));

Answers