Include Nulls in Filter

edited August 2014 in FastReport VCL 5
I am trying to create a filter to include nulls but it is excluding nulls.


I have tried this
(<TaxSummary."Summ_No">=<PaySummary."Summ_No">) or (<TaxSummary."Summ_No"> = null)


and this:
(<TaxSummary."Summ_No">=<PaySummary."Summ_No">) or (VarToStr(<TaxSummary."Summ_No">) = '')


and both exclude nulls, how can I include Nulls?

Comments

  • gpigpi
    edited 7:45AM
    What TfrxReport.EngineOptions.ConvertNulls value?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.