harding1031
Programmer
CR 9.0
My chart is including the data that is being suppressed in my detail section. How can I force the chart to only read data that is displayed in the detail section. The data is coming directly from the data base. I was not able to put my formula in the selection expert because I have to use the DateTime function to exclude the data based on the date and time. The date and time are defined as strings in the database.
Ex.(DateTime({IMITREP.KT42A}+" "+left({IMITREP.KT43A},8)) <
DateTime(ToText({?Pm-@Input Date})+" "+{@Chart Start Time})) or
(DateTime({IMITREP.KT42A}+" "+left({IMITREP.KT43A},8)) >
DateTime(ToText({?Pm-@Input Date}+1)+" "+{@Chart Stop Time}))
TIA.
My chart is including the data that is being suppressed in my detail section. How can I force the chart to only read data that is displayed in the detail section. The data is coming directly from the data base. I was not able to put my formula in the selection expert because I have to use the DateTime function to exclude the data based on the date and time. The date and time are defined as strings in the database.
Ex.(DateTime({IMITREP.KT42A}+" "+left({IMITREP.KT43A},8)) <
DateTime(ToText({?Pm-@Input Date})+" "+{@Chart Start Time})) or
(DateTime({IMITREP.KT42A}+" "+left({IMITREP.KT43A},8)) >
DateTime(ToText({?Pm-@Input Date}+1)+" "+{@Chart Stop Time}))
TIA.