Hi Krishna,
Is load date a date type object or string? and load time?
Try using below if load date is in date format
="Last Data Load: "+FormatDate(Max([Load Date]);"MM/dd/yyyy")+" "+ [Load Date] Where(Load Date]=Max([Load Date]))
Thanks
Mallik
Hi Krishna,
Is load date a date type object or string? and load time?
Try using below if load date is in date format
="Last Data Load: "+FormatDate(Max([Load Date]);"MM/dd/yyyy")+" "+ [Load Date] Where(Load Date]=Max([Load Date]))
Thanks
Mallik