Pooja Prajapati
Pooja Prajapati

Reputation: 1

I am creating calculation field which compares the specific category with different cagtegory

This is the code I am trying to execute

IF [Category]= [Parameter ]. [Category] THEN [Sales]
END

getting an error :

" expected THEN to match IF at character 0"

please help.

Upvotes: 0

Views: 196

Answers (1)

Alex Blakemore
Alex Blakemore

Reputation: 11896

You probably need [Parameters.Category] instead

Upvotes: 1

Related Questions