Portal Surveys

Hopefully somebody will be able to help me out here. Were running a number of Surveys in portal and have been looking at reporting on and displaying the results using Application Express (HTML DB). I'm wanting to allow users to search results over a date range (functionality which Portal doesn't currently offer) I have been trawling through the tables in the Portal Schema to find the tables that store the data captured from the surveys.
I have found the OPC_SURBVEY_QUESTIONS, OPC_SURVEY_ANSWERS, OPC_SURVEY_RESPONCES, OPC_SURVEY_SUB, OPC_SURVEY_TRIGGERS, OPC_SURVEY_ADMINISTRATIONS tables but cannot find the table that holds the results of text based question/answers. Are these text answers stored in a table anywhere or are they held in the file system. OPC_SURVEY_ANSWERS only seem to hold answers to radio/checkbox/dropdown type questions.

Text ones are stored in the wwv_things and wwv_text. The following should get you all of the survey answers:
(Note that the 53 in the SQL is your Survey number from opc_survey_administrations)
select qu.question_seq as "QUESTION NUMBER", qu.question,
case when re.answer_number = -1 then (
select TO_CHAR(b.text)
from portal.wwv_things a, portal.wwv_text b
where a.title like '53*%'
and a.title = '53*' || TO_CHAR(qu.question_number) || '*' || re.respondent
and a.textid = b.id
and a.subscriber_id = b.subscriber_id
else (select an.answer
from OPC_SURVEY_ANSWERS an
where an.question_number = qu.question_number
and an.answer_number = re.answer_number)
end As "ANSWER",
re.*
from OPC_SURVEY_RESPONSES re,
OPC_SURVEY_QUESTIONS qu
where re.question_number = qu.question_number
and re.survey_name like '<YOUR_SURVEY_NAME>'
order by re.respondent, qu.question_seq

Similar Messages

  • Using Portal Surveys within iSupplier during supplier registration

    I'm exploring using Portal Surveys within iSupplier during supplier registration. Can you confirm and explain this possibility (having suppliers take a survey during self-registration) and whether or not the surveys can be enabled by operating unit (having different surveys based upon operating unit assignment).
    I’m unfamiliar with this functionality and any insight or clarification on your part will be greatly appreciated.

    Hi All, got the solution for this.
    While debugging the procedure "FND_REGISTRATION_UTILS_PKG.publish_event" we found that it is calling a business event. We followed the below steps to resolve the issue:
    1)     For the business event “oracle.apps.fnd.umf.reg.user_approved” we need to disable existing seeded work flow subscription
    2)     Keep the internal name of workflow as same, modify the standard workflow by adding new custom process to it.
    3)     Create a new subscription under the business event to call custom process of work flow from it.
    4)     Create custom package of “POS_URL_PKG” and call this from the above created custom work flow process
    5)     Custom package “POS_URL_PKG” gets the Custom URL which needs to be send to user
    Regards,
    S.K.

  • Portal Survey builder portlet

    Hi!
    Portal 9.0.4.1 Survey works ok. What troubles me, what privileges must a user have to be able to use survey builder portlet? So far i've found out that PORTAL_ADMINISTRATORS can do that. But this group has way to much privileges in portal to be used for some user only for building surveys. My questions is? Is there a way to create a portal user group that has privileges to use the survey builder portlet - and only that? I've tried to assign "manage" privileges to portlet DB provider in "providers" navigator... no success.
    Regards,
    Mihael

    Hi MIHAEL,
    I ran into the same problem and after researching on Metalink I found that this is a somewhat documented internal bug, with no work around or fix available.
    You can find info by searching this bug number on the Metalink forum - [Bug:2907863]
    Here are some excerpts from Metalink:
    "The fix for the bug would require either forcing a refresh of the Portlet Repository at the end of an upgrade - which is very undesireable - or reworking the way the Survey system provides security which would be a very extensive and hazardous change.
    This bug is not feasible to fix.
    Fix by:10.0 version. not yet released"
    Hope this helps...

  • Survey portlet wrong languaje

    I've made a survey portlet using the wizard but it shows the "next","previous", and "finish" buttons, and my language is set to spanish so i like to have my portlet showing spanish text in buttons.
    can anybody tell me how to do that?
    Thanks in advance

    Hi Krishnamurthy,
    This is NOT supported as you've said and there is no valid workaround for this issue.
    You may check the Metalink Note:333867.1 - Portal Export and Import Utility Supportability Scenarios for further information.
    - Export and Import of OracleAS Portal Survey components.
    Not supported.
    OracleAS Portal does not currently support the import and export of the OracleAS Portal Survey components.
    Any new Surveys created or modified in the source will not show up in the transport set, nor will they be migrated to the target.
    Cheers,
    Pedro.

  • How to access survey and poll portal?

    hi,
    i got through the document and that say, this is the out of box facility. how can i make a portal link, by clicking that i can access the survey and poll facility?
    please give me steps?
    dhananjay

    You have to add the "Sruvey builder" portlet to an existing page to allow for creation of survey's polls. During creation, you can choose a page to publish the survey to.
    Otherwise, you can create a page and add the Survey FORM portlet to it. Then edit the portlet to display your created survey/poll.
    See the portal admin guide for additional info.

  • To save survey in the portal

    Hi experts.
    I have created a iview in the portal that connect with CRMD_ORDER of CRM.
    In the portal I create an activity than have a survey when I try to save the survey the portal is releaded to the next page: res://ieframe.dll/unknownprotocol.htm#sapevent:WFF_EVENT
    Can you help me?
    Thanks

    hi,
    Try making an entry of the CRM system in the host file of your DNS or your local system.
    regards,
    kris

  • Survey : Features of Sun Portal Server 7

    Dear All,
    I am doing a survey on the user friendlinest as well as the features of the sun portal server 7.
    1. What is the feature that attracts you the most? Why?
    2. What is the feature that least attracts you? Why?
    3. What is the ranking given on GUI design based on usability & friendlinest ? (1-5 ; 1 being the highest)
    Please add on anything that you feel important. Your feedback will be our deciding factor on implementing this portal.
    Really appreciate the feedback.
    Sincere Regards,
    Easwary
    Message was edited by:
    easwary

    Love the wiki portlet feature in sun portal server .. It uses jspwiki and has xinha HTML Editor (with insert portlet option where in you can insert any portlet channel within your wiki page)
    If you are considering more community features then probably you should have a look at 7.1u1 (to be released soon) which is web2.0 rich
    More here..
    http://developers.sun.com/portalserver/reference/faqs/index.jsp#q1
    https://portal.dev.java.net/public/Roadmap.html

  • Survey in portal

    Hi experts,
    I have a requirement in portal as we have polling in Portal, now client has asked me to configure Survey(Questionnaires) in portal and based on the answers, some analysis should be done and output should be displaye in percentage or graphs.
    how to achieve this? help me out!!
    Regards,
    Siva

    Hi  Siva,
    There is an option for Quick Polls in portal where user can give there votes accordingly and total result can also be displayed graphically.
    Pls refer this link http://help.sap.com/saphelp_nw70/helpdata/en/8b/47c43d99243851e10000000a114084/content.htm.
    Thanks & Regards,
    Adity

  • Error in Survey in Assessments from Portal

    Hi,
    I am getting a strange error.   In Opportunity if we go to assessemnt we have 3 surveys.  When I am tring to open one particular survey we are getting the below BSP message.   Pleae help me in this.  This is Not coming all the systems only in Production system.
    Thanks
    naveen
    Business Server Page (BSP) Error
    What happened?
    Call of BSP page terminated due to error.
    Note
    Following error text processed in system:
    <bsp:bee>: (BEE XML) <htmlb:textView> does not have any "htmlb" attributes
    Error Type:
    Your SAP Business Server Pages Team

    Hi Naveen,
    what was the reason for that error and how did you resolved it?
    We have the same error at a particular survey in CRM 7.0 WEB UI.
    Kind regards for your help
    Hannes

  • Error 400 when trying to access management portal

    Hi
    When i go to windowsazure.com and click portal in the top navigation bar, i am sent to login.
    When i try to login with my Microsoft account, i am sent to an error message stating that:
    400 The server does not understand the request.
    This happens from multiple pc's and multiple browsers, so i'm guessing its server related.
    Can anyone help?
    BR David Bojsen 
    Regards David

    Hi,
    Based on your description, it seems that you have met an account issue, I would suggest you contact with support, may be it's the best choice for you. Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/
    Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can not find my website in the management portal, but it is still showing it exists when i want to publish to it

    I created a site it vanished from my portal, and I no longer have access to it although it shows it exists under azurewebsites.net.
    what could happened?

    Hi,
    First, check your Azure portal, do you log in with the corresponding account? Could other sites in your portal run normally? If everything is correct, I think you need to contact with azure support, here is the support channel:
    http://www.windowsazure.com/en-us/support/contact/
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to log in to the portal - missing Directory Service?

    Hi!
    I'm unable to log in to the Management Portal, getting this error message:
    "We are having trouble logging you into the portal. Your subscription does not have an associated directory and this is preventing us from logging you in. Please contact support."
    I've tried to call Microsoft regarding this issue, each of the four times I was routed forward, given phone-numbers for Azure support and redirected, each call ended with basically the same reply "uuhhh... I don't support Azure, sir, and I don't know
    how to help you..." - Microsoft needs to inform their frontline people better!
    Anyways, at some point I was told that I have to "file a ticket" in the Azure support forums, and that a representative will call me up after. So here is the ticket, and I'm anxiously awaiting a reply.
    In case I'm not clear - I have an urgent need to access the portal, as I need to put some more assets in there, aka *you're losing money, Microsoft!* (maybe that'll get your attention.. ;) )
    Thanks in advance,
    Thomas Qvidahl, supporter and fan of Azure, though faith is waning..
    Best regards,
    Thomas Qvidahl
    Senior consultant, MCITP: EA & SP2010, MCT
    EVRY Card Services AS
    Nordland, Norway

    hi Thomas,
    We apologize for the inconvenience that caused by this encountered issue.
    Firstly, I suggest you  could try David Messner's solution from this thread (
    http://social.technet.microsoft.com/Forums/windows/en-US/8713e5ca-965f-4e81-b6ea-8a9e95c58b79/we-were-unable-to-find-any-subscriptions-associated-with-your-account?forum=windowsazuremanagement ).
    If it doesn't work, I would like to suggest you to try the one that mentioned by Tabrez at: 
    http://social.msdn.microsoft.com/Forums/en-US/7a2acffb-6419-4a3d-8fb4-c8258790a2bb/why-cant-i-sign-up-for-the-1month-free-trial
    [quote]
    Contact support here:   https://support.microsoft.com/oas/?prid=14238.
    -tm
    [/quote]
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Returning Hyperlinks in Portal Pagelets

    I created a component that stores announcements in a table that are posted in a pagelet in an employee portal. I would like to embed hyperlinks in the announcements, but they are presented as raw text in the return set.
    Is there a trick that I can use by changing the xsl code?
    The administrators will use an html editor to generate the code and will paste it in a text field to be saved to the database. When the pagelet launches, it will display a list of current announcements like:
    * There will be a Spring Book Fair at the Main Street Location, click here for more info.
    * All Manager Surveys are due by May 23

    Would't be easier to create component with a long field on it?
    The announcements that should be presented in the pagelet could be entered using the Rich Text Editor (introduced in PT8.50), which automatically stores the data in HTML and presents it as HTML, so you can have hyperlinks. PeopleTools provides all the necessarily features to accomplish this.
    See following demo I had created on Interwindow Communication and pay attention to the right pagelet, with hyperlinks.
    http://www.youtube.com/watch?v=pQrf8hqz4Go

  • Adding users to roles in the new preview portal (new RBAC feature) does not work

    When I click the Invite Users/Add button for any of the 3 roles in the new preview portal, the page doesn't load and instead, it instantly redirects to an HTTP 520 error page. Can anyone please look into this and fix it? It's been this way since last week,
    which is when I checked it out but it is quite possible it has been this way for longer.

    Hi,
    It seems there are some issues in azure preview portal, please note this portal is in preview version, if you find some issues, please try to contact with azure experts, here is azure support channel:
    http://www.windowsazure.com/en-us/support/contact/, it is a good choice for you.
    Sorry for any inconvenience.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Failed to import publish settings file in Azure Toolkit for Eclipse with Java downloaded from Azure Management Portal

    I tried to deploy the Hello World JSP application to Azure from Eclipse following the instructions at http://msdn.microsoft.com/library/azure/hh690944%28VS.103%29.aspx. Got the following error when trying to import Publish Settings file downloaded from Azure
    Management portal:
    Importing MyMSDN.publishsettings file failed. Reason: failed to parse file. Ensure publish settings version is 1.0.
    Could someone help me solve this problem? Thanks.

    Hi huihuang,
    It seems there is some issue with your publishsettings file, could you open this file and copy the content here? Or please have a look at this article:
    http://gauravmantri.com/2012/09/14/about-windows-azure-publish-settings-file-and-how-to-create-your-own-publish-settings-file/ for more information about it.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for