cancel
Showing results for 
Search instead for 
Did you mean: 

@prompt syntax error

Former Member
0 Kudos

Hi Everyone,

I m trying to create a condition object in universe designer with syntax:

State IN @Prompt('Enter Value','A','Store\State',MULTI,FREE,,)

I m getting the error:

Parse failed:Invalid definition(UNV0023).Error parsing default values parameter(7th parameter)

Can anyone please help me in solving this.

Thanks,

Neeraj

Accepted Solutions (1)

Accepted Solutions (1)

arijit_das
Active Contributor
0 Kudos

Use something like:

State IN @Prompt('Enter Value','A','Store\State',multi,free)

Former Member
0 Kudos

On using syntax mentioned by you its giving the error:

Parse Failed:Exception DBD [Microsoft][ODBC Microsoft Access Driver] Syntax error in From clause.State:42000

arijit_das
Active Contributor
0 Kudos

It should be:

@Select(Store\State) IN @Prompt('Enter State','A','Store\State',multi,free)

Former Member
0 Kudos

Thanks Its working fine now..............

Answers (0)