<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: @Prompt Functions: The Next Step &#8211; Optional Prompts</title>
	<atom:link href="http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/</link>
	<description>Business Objects tips, tricks, articles, blog, guides...</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-3/#comment-2247</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Sat, 07 Jan 2012 03:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-2247</guid>
		<description>Hi LeAnn, I don&#039;t think that Business Objects will be ale to enforce this in anyway.  So even if you build in some SQL logic your users will have to comply or face an error of your choosing.</description>
		<content:encoded><![CDATA[<p>Hi LeAnn, I don&#8217;t think that Business Objects will be ale to enforce this in anyway.  So even if you build in some SQL logic your users will have to comply or face an error of your choosing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeAnn</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-3/#comment-2245</link>
		<dc:creator>LeAnn</dc:creator>
		<pubDate>Thu, 05 Jan 2012 15:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-2245</guid>
		<description>I have a report that includes 4 optional fields. I would like the user to populate at least 1 (any of the 4) when executing queries. Does anyone have any idea how I can enforce this?</description>
		<content:encoded><![CDATA[<p>I have a report that includes 4 optional fields. I would like the user to populate at least 1 (any of the 4) when executing queries. Does anyone have any idea how I can enforce this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acidaa</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-3/#comment-2062</link>
		<dc:creator>Acidaa</dc:creator>
		<pubDate>Sat, 24 Sep 2011 11:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-2062</guid>
		<description>Hi Julian ,

i want to show the user @Prompt for Date(mon-yyyy) , when selecting a date from list the below query should be executed :

--------------------------------------------
MyDate in (
TO_CHAR(ADD_MONTHS(to_DATE(@Variable(&#039;date plz&#039;),&#039;Mon-YYYY&#039;),-12),&#039;Mon-YYYY&#039;),
TO_CHAR(to_DATE(@Variable(&#039;date plz&#039;),&#039;Mon-YYYY&#039;),&#039;Mon-YYYY&#039;)
)
--------------------------------------------

else if selecting none then , the below query executes:

--------------------------------------------
MyDate  in (
to_char(Add_Months(sysdate,-1),&#039;Mon-YYYY&#039;),
TO_CHAR(ADD_MONTHS(Add_Months(sysdate,-1),-12),&#039;Mon-YYYY&#039;))
--------------------------------------------

how i can achieve that ??</description>
		<content:encoded><![CDATA[<p>Hi Julian ,</p>
<p>i want to show the user @Prompt for Date(mon-yyyy) , when selecting a date from list the below query should be executed :</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
MyDate in (<br />
TO_CHAR(ADD_MONTHS(to_DATE(@Variable(&#8216;date plz&#8217;),&#8217;Mon-YYYY&#8217;),-12),&#8217;Mon-YYYY&#8217;),<br />
TO_CHAR(to_DATE(@Variable(&#8216;date plz&#8217;),&#8217;Mon-YYYY&#8217;),&#8217;Mon-YYYY&#8217;)<br />
)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>else if selecting none then , the below query executes:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
MyDate  in (<br />
to_char(Add_Months(sysdate,-1),&#8217;Mon-YYYY&#8217;),<br />
TO_CHAR(ADD_MONTHS(Add_Months(sysdate,-1),-12),&#8217;Mon-YYYY&#8217;))<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>how i can achieve that ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petros</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-3/#comment-2035</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Tue, 30 Aug 2011 08:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-2035</guid>
		<description>Thank you very much Julian, I will try that and provide my feedback, as soon as I go back to the client. I will also try the same scenario and see what happens, on another client who has BO XI on Oracle DB. I suspect that this might be a bug of SAP BO.</description>
		<content:encoded><![CDATA[<p>Thank you very much Julian, I will try that and provide my feedback, as soon as I go back to the client. I will also try the same scenario and see what happens, on another client who has BO XI on Oracle DB. I suspect that this might be a bug of SAP BO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-3/#comment-2014</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Wed, 17 Aug 2011 12:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-2014</guid>
		<description>Hi Petros, I would make sure that the user is using a supported web browser, not IE 9, if IE 8 the user must use compatibility view.  Also make sure that zoom is set to 100%.</description>
		<content:encoded><![CDATA[<p>Hi Petros, I would make sure that the user is using a supported web browser, not IE 9, if IE 8 the user must use compatibility view.  Also make sure that zoom is set to 100%.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petros</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-2/#comment-1989</link>
		<dc:creator>Petros</dc:creator>
		<pubDate>Wed, 03 Aug 2011 12:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-1989</guid>
		<description>I am working on SAP BO XI 3.1. 
I have a report which contains two separate queries (data providers), each one having its prompts. 
When user is in view mode and selects to refresh all data providers, then everything works as expected (the prompt dialog box pops up with all prompts defined). 
However when trying to refresh only one data provider, then the prompt dialog box pops up empty! 
When switching to edit mode, you have again the ability to run the queries separately and get the prompt dialog box properly. 
Any ideas why this happens?

thank you in advance!</description>
		<content:encoded><![CDATA[<p>I am working on SAP BO XI 3.1.<br />
I have a report which contains two separate queries (data providers), each one having its prompts.<br />
When user is in view mode and selects to refresh all data providers, then everything works as expected (the prompt dialog box pops up with all prompts defined).<br />
However when trying to refresh only one data provider, then the prompt dialog box pops up empty!<br />
When switching to edit mode, you have again the ability to run the queries separately and get the prompt dialog box properly.<br />
Any ideas why this happens?</p>
<p>thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalia</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-2/#comment-1855</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Fri, 03 Jun 2011 11:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-1855</guid>
		<description>Julian, thanks your answer come to me late, but i do that you say...just use the DocID.</description>
		<content:encoded><![CDATA[<p>Julian, thanks your answer come to me late, but i do that you say&#8230;just use the DocID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-2/#comment-1853</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 03 Jun 2011 00:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-1853</guid>
		<description>Hi Natalia,
I would suggest that you consider using the &quot;CUID&quot; and not the &quot;ReportName&quot; of &quot;Object ID&quot;.  This is a best practice since it continues to work even after the report is migrated to another environment using Import Wizard.  &quot;Object ID&quot; does not, those IDs are unique to every environment and &quot;ReportName&quot; is a non-unique value even within the same environment.  So, once you know the target document&#039;s CUID you could do something like this:
&lt;code&gt;iDocID=Aa6GrrM79cRAmaOSMGoadKI&amp;sIDType=CUID&lt;/code&gt;

This would solve your object not found issue.  You can use Query Builder to find your object&#039;s CUID with this script:
&lt;code&gt;SELECT *
FROM   ci_InfoObjects
WHERE  si_id = 640375&lt;/code&gt;

Keep the messages coming until we get this figured out.</description>
		<content:encoded><![CDATA[<p>Hi Natalia,<br />
I would suggest that you consider using the &#8220;CUID&#8221; and not the &#8220;ReportName&#8221; of &#8220;Object ID&#8221;.  This is a best practice since it continues to work even after the report is migrated to another environment using Import Wizard.  &#8220;Object ID&#8221; does not, those IDs are unique to every environment and &#8220;ReportName&#8221; is a non-unique value even within the same environment.  So, once you know the target document&#8217;s CUID you could do something like this:<br />
<code>iDocID=Aa6GrrM79cRAmaOSMGoadKI&#038;sIDType=CUID</code></p>
<p>This would solve your object not found issue.  You can use Query Builder to find your object&#8217;s CUID with this script:<br />
<code>SELECT *<br />
FROM   ci_InfoObjects<br />
WHERE  si_id = 640375</code></p>
<p>Keep the messages coming until we get this figured out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalia</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-2/#comment-1852</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Thu, 02 Jun 2011 16:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-1852</guid>
		<description>so.. i’m now calling all right the openDocument script. But doesn’t work at all… so please help me!
this is the url report that i use like index:
http://dwhserver.intranet:8080/businessobjects/enterprise115/desktoplaunch/InfoView/CrystalEnterprise_Webi/view.do?objId=640375
and in the link i want to linked other report in the same document; is use this url:
../Program/openDocument.jsp?sType=wid&amp;iDocId=640375&amp;sReportName=tab3&amp;sRefresh=Y&amp;lsSModulo=&quot;+CodificarHTML(&quot;181-0&quot;)
i want to pass the Modulo number and this prompt calls Modulo.

it response:  “There was an error retrieving data from the server:
The object was not found.”
what i do wrong?

(sory for all the messages)</description>
		<content:encoded><![CDATA[<p>so.. i’m now calling all right the openDocument script. But doesn’t work at all… so please help me!<br />
this is the url report that i use like index:<br />
<a href="http://dwhserver.intranet:8080/businessobjects/enterprise115/desktoplaunch/InfoView/CrystalEnterprise_Webi/view.do?objId=640375" rel="nofollow">http://dwhserver.intranet:8080/businessobjects/enterprise115/desktoplaunch/InfoView/CrystalEnterprise_Webi/view.do?objId=640375</a><br />
and in the link i want to linked other report in the same document; is use this url:<br />
../Program/openDocument.jsp?sType=wid&amp;iDocId=640375&amp;sReportName=tab3&amp;sRefresh=Y&amp;lsSModulo=&#8221;+CodificarHTML(&#8220;181-0&#8243;)<br />
i want to pass the Modulo number and this prompt calls Modulo.</p>
<p>it response:  “There was an error retrieving data from the server:<br />
The object was not found.”<br />
what i do wrong?</p>
<p>(sory for all the messages)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalia</title>
		<link>http://www.businessobjectstips.com/tips/web-intelligence/prompt-functions-the-next-step-optional-prompts/comment-page-2/#comment-1851</link>
		<dc:creator>Natalia</dc:creator>
		<pubDate>Thu, 02 Jun 2011 16:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.businessobjectstips.com/?p=473#comment-1851</guid>
		<description>so.. i&#039;m now calling all right the openDocument script. But doesn&#039;t work at all... so please help me!
this is the url report that i use like index:
http://dwhserver.intranet:8080/businessobjects/enterprise115/desktoplaunch/InfoView/CrystalEnterprise_Webi/view.do?objId=640375
and in the link i want to linked other report in the same document; is use this url:
=&quot;&lt;a&gt;&quot; 
+&quot;ir a Tab3&quot;
+ &quot;&lt;/a&gt;&quot; 

but it response: &quot;There was an error retrieving data from the server:
The object was not found.&quot;

what i do wrong?

(sory for all the messages)</description>
		<content:encoded><![CDATA[<p>so.. i&#8217;m now calling all right the openDocument script. But doesn&#8217;t work at all&#8230; so please help me!<br />
this is the url report that i use like index:<br />
<a href="http://dwhserver.intranet:8080/businessobjects/enterprise115/desktoplaunch/InfoView/CrystalEnterprise_Webi/view.do?objId=640375" rel="nofollow">http://dwhserver.intranet:8080/businessobjects/enterprise115/desktoplaunch/InfoView/CrystalEnterprise_Webi/view.do?objId=640375</a><br />
and in the link i want to linked other report in the same document; is use this url:<br />
=&#8221;<a>&#8221;<br />
+&#8221;ir a Tab3&#8243;<br />
+ &#8220;</a>&#8221; </p>
<p>but it response: &#8220;There was an error retrieving data from the server:<br />
The object was not found.&#8221;</p>
<p>what i do wrong?</p>
<p>(sory for all the messages)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

