VS.Net 2002
builtin Crystal Reports
SQL
************************************
I have crosstab with data like this:
..... Col1 Col2 Col3 Total
_______________________________
Name_a 1 2 3 6
Name_b 2 5 7 14
Name_c 6 0 15 21
Name_d 0 12 22 34
_______________________________
Total 9 19 47 75
I would like to select(show) only records which row total
values are between 7 and 30.
In the example that would be rows 2 and 3.
Any sugestions?
Thank you.
Marin
builtin Crystal Reports
SQL
************************************
I have crosstab with data like this:
..... Col1 Col2 Col3 Total
_______________________________
Name_a 1 2 3 6
Name_b 2 5 7 14
Name_c 6 0 15 21
Name_d 0 12 22 34
_______________________________
Total 9 19 47 75
I would like to select(show) only records which row total
values are between 7 and 30.
In the example that would be rows 2 and 3.
Any sugestions?
Thank you.
Marin