M
mikewilday
I have a table of fields with set values. I want to create a report that
would take those values and sort them (per individual - not across all
records) and create a report for each record sorting the fields based on the
highest and lowest value.
So in my record:
Name: John Aker
Field Name: Dogs - Value: 5
Field Name: Cats - Value: 8
Field Name: Horses - Value 12
I want to create a report for Each name - with the fields sorted... ie.
John Aker
Field Name: Horses - Value 12
Field Name: Cats - Value 8
Field Name: Dogs - Value 5
See the field names are sorted based on the value of the field and presented
accordingly in a report
would take those values and sort them (per individual - not across all
records) and create a report for each record sorting the fields based on the
highest and lowest value.
So in my record:
Name: John Aker
Field Name: Dogs - Value: 5
Field Name: Cats - Value: 8
Field Name: Horses - Value 12
I want to create a report for Each name - with the fields sorted... ie.
John Aker
Field Name: Horses - Value 12
Field Name: Cats - Value 8
Field Name: Dogs - Value 5
See the field names are sorted based on the value of the field and presented
accordingly in a report