Can anyone please guide me to sort the PriceList2 according to the LaborRateStartDate.
I was trying to get the difference from the CURRENT_DATE for all the fields.not sure how to proceed from there.
thanks in advance.
I was trying to get the difference from the CURRENT_DATE for all the fields
I would do it differently. You need to convert the string from the XML into an ESQL TIMESTAMP ( easy enough using CAST with a FORMAT clause, I think ). Then you can implement one of the standard sort algorithms using the simple comparison operators >, <, =.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum