Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am setting a variable in variable overview from document setting to evaluate a set analysis like
=min({$<DATEA={'$(>=DATE(vCurrentdd-10))'} >} DATEA))
It evaluates to "-". However, in straight table this expression shows the next business day in the database correctly.
May be:
=Min({$<DATEA={"$(>=Date(vCurrentdd-10, 'YourDateFieldFormatHere'))"}>} DATEA)
=min({$<DATEA={'$(>=DATE($(=vCurrentdd-10)))'} >} DATEA))
or
=min({$<DATEA={'$(>=$(=DATE($(=vCurrentdd-10))))'} >} DATEA))
min({$ <DATEA={">=$(=Date(vCurrentdd-10, 'YourDateFieldFormatHere') ) ">} DATEA)