I am trying to create Date Filter for Price Profile Lines, but we do not always fill in the End Date. I have a Start Date Filter of:
NP('DateFilter",H9)
I am trying to use a similar function to filter out Expired Values, but I want to allow values that have no End Date. This does not work:
NP("DateFilter",,H9|@@)
NP("DateFilter",,H9|"''")
<>NP("DateFilter",,H9)
Has anyone been able to do this?