cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Prompt Definition (IES 00005)

0 Kudos

Hi all.

I have a derived table with prompts in the where clause and is not validating due to the error Invalid prompt definition.  I was able to get that the issue is with one prompt

@Prompt('Pre-set Day Filter:', 'C', 'Time\Day Date Range', Mono, Constrained, Persistent, { 'Today' }, USER :1)

I have the object Day Date Range already defined and validates just fine.  Is there something someone can shed some light on?

Thanks in advance!

Eileen

Accepted Solutions (0)

Answers (1)

Answers (1)

nscheaffer
Active Contributor
0 Kudos

What version of BusinessObjects are you on? What is the 'C'? When I build a prompt in WebI on a character field it puts an 'A' in there for me. Other than that I don't see anything wrong.

Noel

0 Kudos

I am in the information design tool 4.1 building a universe.  The C is for Character.

jeff_crisp
Explorer
0 Kudos

Valid letters for Datatypes are:

'A' - String data

'N' - Numeric data

'D' - Date data

'DT' - Date_Time data

'K - Data Type Independent

nscheaffer
Active Contributor
0 Kudos

Check out another post of mine for a tip related to Prompt function syntax.

Noel