R
Ryan Langton
I have a table that contains multiple numeric rows. I need a VIEW that
calculates another row displaying the percentages of each numeric row. For
example, my table has 4 columns, the first record may look like this:
FieldA = 10, FieldB = 40, FieldC = 50.
I need to generate a string field that shows the breakdown of those fields
and percentage of the total, for example: FieldD would be = "FieldA 10%
FieldB 40% FieldC 50%".
I hope I've explained that well enough, it is a unique situation. What is
the best way of doing this? (I can nearly do it just in a regular query but
I cannot put all fields into the string)
calculates another row displaying the percentages of each numeric row. For
example, my table has 4 columns, the first record may look like this:
FieldA = 10, FieldB = 40, FieldC = 50.
I need to generate a string field that shows the breakdown of those fields
and percentage of the total, for example: FieldD would be = "FieldA 10%
FieldB 40% FieldC 50%".
I hope I've explained that well enough, it is a unique situation. What is
the best way of doing this? (I can nearly do it just in a regular query but
I cannot put all fields into the string)