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.