Hello,
I'm having a problem with making a hyperlink formula. I have types of int and datetime that I'm trying to plug into the querystring. My ints end up looking like #,###.## and my datetimes have spaces in them like MM/DD/YYYY HH:MM:SS How do I convert these db fields in the formula so the ints look like -# and the datetimes look like mm/dd/yyyy. THis is my formula so far:
"//localhost/devreports/webform3.aspx?alertid=" + CStr({rpt_AlertReadRate;1.alertid}) + "&afid=" + CStr({?@affiliation}) + "&sd=" + CStr({?@startdate}) + "&ed=" + CStr({?@enddate})
Thanks,
ghesse
I'm having a problem with making a hyperlink formula. I have types of int and datetime that I'm trying to plug into the querystring. My ints end up looking like #,###.## and my datetimes have spaces in them like MM/DD/YYYY HH:MM:SS How do I convert these db fields in the formula so the ints look like -# and the datetimes look like mm/dd/yyyy. THis is my formula so far:
"//localhost/devreports/webform3.aspx?alertid=" + CStr({rpt_AlertReadRate;1.alertid}) + "&afid=" + CStr({?@affiliation}) + "&sd=" + CStr({?@startdate}) + "&ed=" + CStr({?@enddate})
Thanks,
ghesse