com.microstrategy.web.beans.EnumPromptAnswerFormat |
Possible values for promt answer formatting
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | PromptAnswerFormatFlat | Specifies the flat string format for prompt answer. | |||||||||
int | PromptAnswerFormatList | Specifies the list format for prompt answer. |
Specifies the flat string format for prompt answer. Special characters are used to delimit individual answers within the format. This format is useful especially in DHTML.
Specifies the list format for prompt answer. A list is a list of values passed directly from Web browser. This format is useful especially in HTML.