crystaldev1
Programmer
I'm using CR2008 and Oracle database. I have a report using 3 linked tables in the dtabase expert (tableA, tableB, tableC). I have a formula as follows: if {tableA.value} > 5 then "Over 5" else "Under 5". I also would like to add a count summary in the group (e.g. Count of tableA.value).
I would like to know if there are options to perform grouping on server. I am aware of this option in the report which does not work if database fields are used in the report. Also, ideally, I would like to use cross-table if possible to do it with server-side processing. Thanks.
I would like to know if there are options to perform grouping on server. I am aware of this option in the report which does not work if database fields are used in the report. Also, ideally, I would like to use cross-table if possible to do it with server-side processing. Thanks.