Field |
Field Type |
Null |
Notes |
Description |
RESPONDERS |
int |
|
Default = 0 |
The number of people whose responses are attributed to the white mail segment. |
RESPONSES |
int |
|
Default = 0 |
The number of gifts attributed to the white mail segment. |
TOTALGIFTAMOUNT |
money |
|
Default = 0 |
The total amount of gifts attributed to the white mail segment, stored in its base currency. |
AVERAGEGIFTAMOUNT |
money |
|
Default = 0 |
The average amount of gifts attributed to the white mail segment, stored in its base currency. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ORGANIZATIONTOTALGIFTAMOUNT |
money |
|
Default = 0 |
The total amount of gifts attributed to the white mail segment, stored in the organization currency. |
ORGANIZATIONAVERAGEGIFTAMOUNT |
money |
|
Default = 0 |
The average amount of gifts attributed to the white mail segment, stored in the organization currency. |