Hi,
I am currently having issues with trying to prompt in Webi 4.1 SP06 using FHSQL and a Stored Procedure. I am assuming what works for universes in 4.1.5 works in Webi for 4.1.6 with regards to @prompt. What i would like is to create the prompt on the SP in the FHSQL area of Webi, to allow a user to pull from a list of values already defined on the dimension in use.
I believe i have my syntax correct, up until calling out a dimension in the stored procedure for a list of values:
@Prompt('Portfolio Description','C', [?],Multi,Constrained),
I found information online regarding the syntax when using universes, but i am not sure if the syntax is the same for Webi.
@Prompt(‘message’,‘type’,[lov],[MONO|MULTI],[FREE|CONSTRAINED],[Persistent|non-persistent],[default value], User:0)
’message’ - Text of the prompt message. The text must be enclosed between single quotes, for example, ‘Choose a Region’.
'type' - Can be 'A' alphanumeric, 'N' number, 'D' date
'lov' - list of values that user can choose. This can be a hardcoded list or you can point to an existing object in the universe to grab a list.
Mono|Multi - user can either select from 1 value or list of values
Free|Constrained - user can enter value of their choice or be forced to select
Persistent|non-persistent - report prompt selections values will either be saved or not saved for the future default-value - you can populate the prompt with a default value