If I try to summarise the table I receive the message that main tables cannot be summarised.
The below formula is for the whole BAQ isn't it? I'm just rying to do a calcualted field.
FOR EACH Record:
ACCUMULATE Record.DateVal (MAXIMUM).
END.
DISPLAY (ACCUM MAXIMUM Record.DateVal ).
The below formula is for the whole BAQ isn't it? I'm just rying to do a calcualted field.
FOR EACH Record:
ACCUMULATE Record.DateVal (MAXIMUM).
END.
DISPLAY (ACCUM MAXIMUM Record.DateVal ).
--- In vantage@yahoogroups.com, "michael.hutcheson@..." <michael.hutcheson@...> wrote:
>
> Hey people,
>
> I'm building a BAQ and need the minimum of a date. I have tried the following:
>
> MINIMUM(OrderHed.RequestDate)
>
> Format: 99/99/9999
> Date Type: Date
>
> I have also tried
>
> MIN(OrderHed.RequestDate)
>
> and left the format as blank. However, the BAQ does not run saying there is an error with the calculated field.
>
> Any ideas?
>
> Michael
>