I have a database that someone setup and I have a problem with formating it. I'm just starting to learn Crystal Reports and the problem is as follows;
Field ID|AnotherID | Title | Variable 1| Var 2| Var3
1 123 Factor 00.000 00.250 00.350
2 123 Amt water 00.000 50.500 70.300
3 123 Concent 00.000 25.000 50.000
4 123 Pounds 00.000 12.500 25.000
I would like it to look like
Field ID|AnotherID | Title | Variable 1| Var 2| Var3
1 123 Factor 0.000 0.250 0.350
2 123 Amt water 0.000 50.5 70.3
3 123 Concent 0.000 25 50
4 123 Pounds 0.000 12 25
Basically, I have 3 different format types that are grouped together in a table and I want to format them differently. Field 1 would be x.xxx Field 2 would be xx.x
Field 3 and 4 would be xxxx
Any help would be appreciate. I was told that it basically could not be done. If it is possible, I would like to format the report properly because right now it does not look right. Also, I do not have the authority to change the tables, if I could I would not be writing this.
Thank you.
Field ID|AnotherID | Title | Variable 1| Var 2| Var3
1 123 Factor 00.000 00.250 00.350
2 123 Amt water 00.000 50.500 70.300
3 123 Concent 00.000 25.000 50.000
4 123 Pounds 00.000 12.500 25.000
I would like it to look like
Field ID|AnotherID | Title | Variable 1| Var 2| Var3
1 123 Factor 0.000 0.250 0.350
2 123 Amt water 0.000 50.5 70.3
3 123 Concent 0.000 25 50
4 123 Pounds 0.000 12 25
Basically, I have 3 different format types that are grouped together in a table and I want to format them differently. Field 1 would be x.xxx Field 2 would be xx.x
Field 3 and 4 would be xxxx
Any help would be appreciate. I was told that it basically could not be done. If it is possible, I would like to format the report properly because right now it does not look right. Also, I do not have the authority to change the tables, if I could I would not be writing this.
Thank you.