Hello,
I recently created a report and when I looked at the SQL it produced it exactly what I wanted...
SELECT DISTINCT..FROM...WHERE...ORDER BY.
At the end I wanted to display the data prompt values formatted to Monthname, Day, Year to Monthname, Day, Year. I created a calculation for this. Why when you do this...does your SQL statement no longer show DISTINCT? I tried to group, associate, ungroup, sort, unsort, everthing with the calculation but the SQL remained just a SELECT. When I delete the calculation from the report the SELECT DISTINCT comes right back. Can anyone explain this functionality of Impromptu?
Thanks,
Mark
I recently created a report and when I looked at the SQL it produced it exactly what I wanted...
SELECT DISTINCT..FROM...WHERE...ORDER BY.
At the end I wanted to display the data prompt values formatted to Monthname, Day, Year to Monthname, Day, Year. I created a calculation for this. Why when you do this...does your SQL statement no longer show DISTINCT? I tried to group, associate, ungroup, sort, unsort, everthing with the calculation but the SQL remained just a SELECT. When I delete the calculation from the report the SELECT DISTINCT comes right back. Can anyone explain this functionality of Impromptu?
Thanks,
Mark