Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I suspect that the QuoteDate in the FCLLCLQuotation table is a timestamp rather than date, only represented as integer date - hence nothing is linked. To fix, change to:
date(floor(QUTN_QtsDateTime_0NDT)) as QuoteDate
I suspect that the QuoteDate in the FCLLCLQuotation table is a timestamp rather than date, only represented as integer date - hence nothing is linked. To fix, change to:
date(floor(QUTN_QtsDateTime_0NDT)) as QuoteDate
Thanks Michael! It worked.