Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Invalid Expression

Hi all,

Could someone explain why this expression isn't valid in the script.

if(max(UNIT.SOLD_DATE) > AddMonths(today(),-3), 'Active') as BUYER_BUYING_STATUS,

I'm trying to group buyers that have bought within the last 3 months if they have mark them as 'Active'.

Thanks

Gareth

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Aggregations in the script like Max(UNIT.SOLD_DATE) need a GROUP BY clause.

View solution in original post

2 Replies
swuehl
MVP
MVP

Aggregations in the script like Max(UNIT.SOLD_DATE) need a GROUP BY clause.

sasiparupudi1
Master III
Master III

Please provide script with sample data so that we can help you