Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2823

Re: I need to Display 00/00/0000 for the date parameter when it is null

$
0
0

Hi,

 

I tried this on two separate machines and both worked fine!

 

The only change needed is to change the YYYY to yyyy:

 

'Distn Date From : ' &

(If NOT HasValue({?FROMDISTNDATE}) then '00/00/0000' else totext({?FROMDISTNDATE}, 'dd/MM/yyyy')) &

'  Distn Date To : ' &

(If NOT HasValue({?TODISTNDATE}) then '00/00/0000' else totext({?TODISTNDATE}, 'dd/MM/yyyy'))


-Abhilash


Viewing all articles
Browse latest Browse all 2823

Trending Articles