Hi, I have a main report that has a StartTime and EndTime
I have shared these variables to my subReport. To use as a start time and end time in my line chart. Both {@StartTime} and @EndTime are a datetime variable. This is my code below. I keep getting a error that it need a date
{NUMERICLOG.TIMESTAMP} in DateTime ({@StartTime}) to
DateTime ({@EndTime})
More Info Below
{NUMERICLOG.TIMESTAMP}=(DateTime)value
so does the @StartTime and @EndTime that is what it shows.
This is the Format I recieve on my SharedVar
shared datetimevar End = 2/25/2003 9:35:53PM
shared datetimevar Start = 2/25/2003 2:50:33PM
If you need more Info. I will provide it.This is Killing me
I have shared these variables to my subReport. To use as a start time and end time in my line chart. Both {@StartTime} and @EndTime are a datetime variable. This is my code below. I keep getting a error that it need a date
{NUMERICLOG.TIMESTAMP} in DateTime ({@StartTime}) to
DateTime ({@EndTime})
More Info Below
{NUMERICLOG.TIMESTAMP}=(DateTime)value
so does the @StartTime and @EndTime that is what it shows.
This is the Format I recieve on my SharedVar
shared datetimevar End = 2/25/2003 9:35:53PM
shared datetimevar Start = 2/25/2003 2:50:33PM
If you need more Info. I will provide it.This is Killing me