Hi Ken ...I've looked in the forum but i didn't find what i'm looking for.....i'm kinda new with crystal and i have a question for you....
I have a report that's based on a query .
How can I make the report up to date without re-running the query ?
I want a one-touch report that makes the select during build-time so the data is continuously up to date.
How can I do that ? Do I absolutely need a query ? (I used one cause I have a calculated field in my select statement and it's not possible (or it is?) to do that without "plugging" on a previously made query)
here's my select : (it's not very big or complicated !)
select dept ,
cpu ,
cpu_speed ,
count(dept) as nbr
from workstat
where dept <> ''
and cpu <> ''
group by dept,
cpu,
cpu_speed
Thanks for you attention!
P.S. E-mail me if I wasn't clear enough!
Olivier Gagnon
ogagnon@microtecsecurite.com
I have a report that's based on a query .
How can I make the report up to date without re-running the query ?
I want a one-touch report that makes the select during build-time so the data is continuously up to date.
How can I do that ? Do I absolutely need a query ? (I used one cause I have a calculated field in my select statement and it's not possible (or it is?) to do that without "plugging" on a previously made query)
here's my select : (it's not very big or complicated !)
select dept ,
cpu ,
cpu_speed ,
count(dept) as nbr
from workstat
where dept <> ''
and cpu <> ''
group by dept,
cpu,
cpu_speed
Thanks for you attention!
P.S. E-mail me if I wasn't clear enough!
Olivier Gagnon
ogagnon@microtecsecurite.com