Hi,
I'm having compile errors with the below, I want to ensure the expiry date is greater than or equal to todays date. What am I missing?
!Select tipcf400.amnt
!from tipcf400
!where tipcf400._index2 = {"S00000005",2," CA"} and
!tipcf400.cnsc = " PV1" and
!tipcf400.exdt < utc.num()
!Selectdo
!myPriceV = tipcf400.amnt
!endselect
I'm having compile errors with the below, I want to ensure the expiry date is greater than or equal to todays date. What am I missing?
!Select tipcf400.amnt
!from tipcf400
!where tipcf400._index2 = {"S00000005",2," CA"} and
!tipcf400.cnsc = " PV1" and
!tipcf400.exdt < utc.num()
!Selectdo
!myPriceV = tipcf400.amnt
!endselect