As per these articles we can apply Extended Prompt Syntax (to @prompt) for default values at the universe level.
http://www.dagira.com/2008/11/01/designer-xi-3-new-feature-extended-prompt-syntax/
http://www.businessobjectstips.com/tips/web-intelligence/extended-prompt-syntax/
http://service.sap.com/sap/support/notes/1311444
Example:
@Prompt('Displayed text ','A',{'Paris','London','Madrid'},Mono,Constrained,Persistent,{'Paris'}) - ({'Paris'} is the default value)
Question:
Is there any way to assign default values to prompts at Desktop Intelligence Free Hand SQL (report level)?
I tried that syntax and no default value showed at the prompt.
(Desktop Intelligence XI Version 12.4.0.966)
Thanks