Hi THere,
I am creating a manual crosstab and would like to count the number of records that occur between two sets of dates. I am using the following formula
if month({gameauditstartdate}) in [1] then
({gameauditstartdate})
else
0
I would like to be able to select the more than just the month as the data goes back a few years. Can someone point me in the right direction please.
REgards,
K
I am creating a manual crosstab and would like to count the number of records that occur between two sets of dates. I am using the following formula
if month({gameauditstartdate}) in [1] then
({gameauditstartdate})
else
0
I would like to be able to select the more than just the month as the data goes back a few years. Can someone point me in the right direction please.
REgards,
K