I have a report that is currently looping through the Purchase Header Table. There is a CODE field (field class normal) in this header which relates to the Sales Header table. Some orders are linked to the sales headers in this way, some arent. I want the report to only look at the ones where there IS a link so i use the code:
SETFILTER("Special Order", '%1', TEXT0001);
Where Text0001 is set to: <>''
However its not finding ANY results.
I have also tried going into the Purchase Header Data item itself and setting the DataItemTableView to:
Special Order= FILTER(<>'')
and this doesnt work either. What am I missing?
0
Answers
SETFILTER("Date Field",'<>%1',0D);