<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Survey App</title><link>/b/appmarket/posts/survey</link><description>Overview 
 Collecting information from users can be difficult, through use of third-party platforms or otherwise, especially when attempting to integrate this data with your current system. This app allows you to create, send, and receive custom surveys</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Wed, 12 Jul 2023 22:00:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v20.0.2 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Added support for Records&lt;/li&gt;&lt;li&gt;Deprecated the use of CDTs&lt;/li&gt;&lt;li&gt;Deprecated the use of database views&lt;/li&gt;&lt;li&gt;Improved UX in creating new surveys&lt;/li&gt;&lt;li&gt;Improved process model memory utilization&lt;/li&gt;&lt;li&gt;Improved documentation&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Wed, 28 Jun 2023 22:00:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>1</slash:comments><description>&lt;div&gt;&lt;strong&gt;v2.0.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Added support for Records&lt;/li&gt;&lt;li&gt;Deprecated the use of CDTs&lt;/li&gt;&lt;li&gt;Deprecated the use of database views&lt;/li&gt;&lt;li&gt;Improved UX in creating new surveys&lt;/li&gt;&lt;li&gt;Improved process model memory utilization&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Wed, 07 Sep 2022 07:12:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>Stephen Kane</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I need to know whether a survey produced in this app can be used by non Appian users please?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Thu, 21 Jul 2022 07:37:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>fredericon</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m facing some issues importing this application to Appian 22.1 (getting some errors). Is this still available for latest versions ?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Fri, 21 Dec 2018 19:55:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>aneeshv713</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I fixed the issue with the SQL Query and wrote it in this format to create the view. &lt;/p&gt;
&lt;p&gt;CREATE OR REPLACE FORCE VIEW APPIANETASC_BLAB_WRITE.SRVY_SURVEYRESPONSESVIEW&lt;/p&gt;
&lt;p&gt;(&lt;/p&gt;
&lt;p&gt; &amp;nbsp; ID,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; SURVEYID,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; SURVEYEEUSERNAME,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; RESPONSEDATETIME,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; ISUPDATED,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; ISIGNORED,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; STATUS,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; QUESTIONID,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; QUESTIONTYPE,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; QUESTIONLABEL,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; ANSWERVALUE,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; QUESTIONOPTIONID&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;AS&lt;/p&gt;
&lt;p&gt; &amp;nbsp; SELECT CONVERT (&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;id&amp;#39;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;surveyId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || &amp;#39;:&amp;#39;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || question.&amp;quot;questionId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || &amp;#39;:&amp;#39;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || ( &amp;nbsp; CASE&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHEN answer.&amp;quot;answerid&amp;quot; IS NULL THEN -1&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ELSE answer.&amp;quot;answerid&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;END&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || &amp;#39;:&amp;#39;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || CASE&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHEN VALUE.&amp;quot;answervalueid&amp;quot; IS NULL THEN -2&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ELSE VALUE.&amp;quot;answervalueid&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;END),&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;UTF8&amp;#39;),&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;surveyId&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;surveyeeusername&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;responsedatetime&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;isupdated&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;isignored&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;status&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;question.&amp;quot;questionId&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;question.&amp;quot;type&amp;quot; &amp;quot;questionType&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;question.&amp;quot;label&amp;quot; &amp;quot;questionLabel&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VALUE.&amp;quot;value&amp;quot; &amp;quot;answerValue&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;questionoption.&amp;quot;questionoptionid&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; FROM &amp;quot;SRVY_SurveyResponse&amp;quot; response&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LEFT JOIN &amp;quot;SRVY_SurveyAnswer&amp;quot; answer&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON response.&amp;quot;responseid&amp;quot; = answer.&amp;quot;surveyResponseId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LEFT JOIN &amp;quot;SRVY_SurveyAnswerValue&amp;quot; VALUE&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON answer.&amp;quot;answerid&amp;quot; = VALUE.&amp;quot;surveyAnswerId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JOIN &amp;quot;SRVY_SurveyQuestion&amp;quot; question&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON answer.&amp;quot;questionId&amp;quot; = question.&amp;quot;questionId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LEFT JOIN&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;SRVY_SurveyQuestionOption&amp;quot; questionoption&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON &amp;nbsp; &amp;nbsp; VALUE.&amp;quot;value&amp;quot; = questionoption.&amp;quot;value&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AND answer.&amp;quot;questionId&amp;quot; = questionoption.&amp;quot;surveyQuestionId&amp;quot;;&lt;/p&gt;
&lt;p&gt;But , now I get an error when I click on Responses View in the Record --&amp;gt; 2018-12-21 19:47:52,470 [ajp-nio-8009-exec-9] ERROR com.appiancorp.rest.record.data.RecordRestService - Unable to retrieve record summary for record w/ type RecordType [id=921, uuid=66256e67-ee8a-412d-b851-9634390896c6, name=Survey, sourceTypeStr={http://www.appian.com/ae/types/2009}DataStoreEntity, sourceUuidStr=d8579ffe-2fa5-421c-940d-ba2eaa0feaa2@_a-0000dad0-86bd-8000-7e03-010000010000_3187] and id 1&lt;/p&gt;
&lt;p&gt;com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error in rule &amp;#39;srvy_getsurveyresultsforsurveyid&amp;#39; (called by rules &amp;#39;srvy_uigridshowsurveydata&amp;#39; &amp;gt; &amp;#39;srvy_uirecordresultsview&amp;#39;) at function a!queryEntity_18r3: An error occurred while retrieving the data. (APNX-1-4198-000)&lt;/p&gt;
&lt;p&gt;Caused by: com.appiancorp.core.expr.exceptions.ExpressionRuntimeException$AppianExceptionProvider: Expression evaluation error in rule &amp;#39;srvy_getsurveyresultsforsurveyid&amp;#39; (called by rules &amp;#39;srvy_uigridshowsurveydata&amp;#39; &amp;gt; &amp;#39;srvy_uirecordresultsview&amp;#39;) at function a!queryEntity_18r3: An error occurred while retrieving the data. (APNX-1-4198-000)&lt;/p&gt;
&lt;p&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: An error occurred while retrieving the data. (APNX-1-4261-002)&lt;/p&gt;
&lt;p&gt;Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: Unexpected error executing query (type: [SurveyResponsesViewDT21324], query: [queryentity expression], order by: [[Sort[surveyeeUsername asc]]], filters:[(surveyId = TypedValue[it=1,v=1])]) (APNX-1-4164-028)&lt;/p&gt;
&lt;p&gt;Caused by: org.hibernate.QueryTimeoutException: could not execute query&lt;/p&gt;
&lt;p&gt;Caused by: java.sql.SQLException: ORA-01482: unsupported character set&lt;/p&gt;
&lt;p&gt;When I look at the error , it seems to be coming from the CONVERT statement in Oracle. &lt;/p&gt;
&lt;p&gt;SELECT CONVERT (&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;id&amp;#39;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.&amp;quot;surveyId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || &amp;#39;:&amp;#39;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || question.&amp;quot;questionId&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || &amp;#39;:&amp;#39;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || ( &amp;nbsp; CASE&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHEN answer.&amp;quot;answerid&amp;quot; IS NULL THEN -1&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ELSE answer.&amp;quot;answerid&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;END&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || &amp;#39;:&amp;#39;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; || CASE&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WHEN VALUE.&amp;quot;answervalueid&amp;quot; IS NULL THEN -2&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ELSE VALUE.&amp;quot;answervalueid&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;END),&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;UTF8&amp;#39;),&lt;/p&gt;
&lt;p&gt;Anyone knows how to fix this error?&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Mon, 17 Dec 2018 20:46:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>April Schuppel</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi [mention:0fbb7d3ec2d0432f886f0363f406d689:e9ed411860ed4f2ba0265705b8793d05], I suggest you post your question in Discussions &lt;a rel="nofollow" target="_blank" href="https://community.appian.com/discussions/"&gt;community.appian.com/.../&lt;/a&gt; - it will get more visibility there!&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Survey App</title><link>https://community.appian.com/b/appmarket/posts/survey</link><pubDate>Mon, 17 Dec 2018 20:21:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a291343f-c550-4742-a1c7-98a4ea99b10c</guid><dc:creator>aneeshv713</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Can someone send me the MySQL scripts converted to Oracle on this? I keep getting errors when I convert them myself.&lt;/p&gt;
&lt;img src="https://community.appian.com/aggbug?PostID=945&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>