Data set from Access Query
ID Code 105 Code 466 Code GTL Code 100
1268 24.87 46812.32
( note that Code 105 and Code 466 are empty cells)
To sum all the codes for ID 1268 I'm using the crystal formula below...which gives me nothing
{Total_022908.GTL}+
{Total_022908.100}+
{Total_022908.466}+
{Total_022908.105}
However, if I remove the empty cells and you the formula below... I get something
{Total_022908.GTL}+
{Total_022908.100}
What can I do to be able to sum all of our codes for all ID's ( I have over 5000 ID's) and each ID may have a value in different codes so I would like to list all of the codes in the formula.
ID Code 105 Code 466 Code GTL Code 100
1268 24.87 46812.32
( note that Code 105 and Code 466 are empty cells)
To sum all the codes for ID 1268 I'm using the crystal formula below...which gives me nothing
{Total_022908.GTL}+
{Total_022908.100}+
{Total_022908.466}+
{Total_022908.105}
However, if I remove the empty cells and you the formula below... I get something
{Total_022908.GTL}+
{Total_022908.100}
What can I do to be able to sum all of our codes for all ID's ( I have over 5000 ID's) and each ID may have a value in different codes so I would like to list all of the codes in the formula.