Get surveys using filtered with the ID (space) data control manager surveys

Hi all

I need to get surveys using surveys Manager DataControl a space specific webcenter. I did not find any function under the control of data for surveys Manager for passing the scopeId as argument parameter.

Is it possible to filter the polls based on the id of the scope?

Can someone help me?

Kind regards
Suma

According to the documentation.

http://docs.Oracle.com/CD/E17904_01/WebCenter.1111/e10148/jpsdg_polls.htm#CIHIIJHG

There is no scope ID to filter the polls based on spaces.

But in any case, to achieve your desired goal, I would say that...

Create surveys Mutiple (surveys) and on each Survey (Polls) you can have questions to take the poll.

Thus,.

Space 1-> 1-> Question 1 survey

Space2-> eurobarometre2-> issue 1

Space3-> poll3-> Question 1.

All by posting the question you can use take survey taskflow or datacontrol where you will need to provide a SURVEY_ID in the pollId parameter.

I hope that clarfiies your request.

Kind regards
Hoque

Tags: Fusion Middleware

Similar Questions

  • my wifi password has been changed and now I want to get back in touch with the new password HOW

    my wifi password has been changed and now I want to get back in touch with the new password HOW

    Hey gerritfrompretoria,

    If you are not prompted to use the new password to your Wi - Fi network when trying to connect, you may have to remove the network on your system. This can be done by the following steps.

    1. Open system preferences in the Apple menu
    2. Choose the network
    3. Select a Wi - Fi connection on the left
    4. Click Advanced... in the bottom right
    5. Choose your network from the list of preferred networks
    6. Click on the '-' at the bottom of the list
    7. Click OK
    8. Click on apply

    Once removed try to connect to your Wi - Fi network normally and you will be prompted for the password.

    Sincerely

  • When you try to open sites, get a white screen with the title - trc.1emv2.

    Original title: Hi I have connection problems.

    When you try to open sites, I get a white screen with the title - trc.1emv2 - I left it sometimes for several minutes and nothing happens. I wonder if this could be a virus? This problem started two weeks ago, but I have not downloaded anything > it could be a virus.

    Hello

    1. have you enabled all the parent controls?

    2 do you have limited access to all Web sites?

    3. what browser do you use?

    You can view the following items and see if it helps:

    Difficulty of your web browser hijacked

    What is the browser hijacking?

    Hope this information is useful.

  • Windows xp does not start, I can't even in safe mode. I just get a black screen with the mouse arrow. What can I do

    Windows xp does not start, I can't even in safe mode. I just get a black screen with the mouse arrow. What can I do

    You have all the features non-essential related to the machine?
    Have you installed a new hardware or software recently?

    Try to do a repair install and see if it corrects the problem.

    How to perform a Windows XP repair install

  • I get a screen blue with the Dell logo on it and no office mouse pointer or even. __

    Remember - this

    Only, I get a screen blue with the Dell logo on it and no office mouse pointer or even.

    is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Check with Dell to see if there is a disc of diagnosis of material that you can download or order for your computer to test and see why it is not booting.  Also check the LEDs on the front that can display a code error, or for a series of beeps which may indicate an error code.

    "Arlingtonal" wrote in the new message: * e-mail address is removed from the privacy... *

    * Remember - this *.

    I get a screen blue with the Dell logo on it and no office or even the mouse pointer.*

    is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    * You have problems with programs
    * Error messages
    * These recent changes made to your computer
    * What have you tried to solve the problem

  • Hello. I have Photoshop CS4. Can I use this with the latest Mac OSX version10.10.1?

    Hello. I have Photoshop CS4. Can I use this with the latest Mac OSX version10.10.1?

    Hi Sonste,

    Greetings.

    For many people, it worked, and for some, it didn't.

    CS 4 could give you a run-time error java you can download an installation

    Java for OS X 2015-001

    Suggest you check the link call

    http://www.Mac-forums.com/OS-x-operating-system/317803-Adobe-CS4-Yosemite-10-10-a.html

    Concerning

    Rohit

  • How to use photoshop with the same account on more than one laptop?

    How to use photoshop with the same account on more than one laptop?

    a single user license entitles you to two facilities simultaneous/activations.  so, what's the problem?

  • Need help get data with the most recent date of entry into

    Hey guys;

    I need help with fine tuning a query to get the one with the most recent implementation.

    Here's my current query:

    /**********************************************
    Select sge.seal_group_id,
    SGE.equipment_id,
    SGE.effective_date
    of seal_group_equipment EMS.
    seal_group sg
    where equipment_id = 48801
    AND EMS. SEAL_GROUP_ID = SG. SEAL_GROUP_ID
    and sge.end_date is null
    Group of sge.equipment_id, sge.seal_group_id, sge.effective_date
    After having sge.effective_date = max (sge.effective_date)

    ******************************************************/

    Which produces the following results:
    SEAL_GROUP_ID - EQUIPMENT_ID - EFFECTIVE_DATE
    25-48801 - 01/01/1993-00: 00:00
    11730-48801 - 22/08/2003 08:42:11


    What I really need, is to show only the line with the most recent date of entry into
    I hope someone can help
    Thank you

    MAX will not work because the SEAL_GROUP_ID could depart. I would say analytical:

    select seal_group_id,
    equipment_id,
    effective_date
    from (
    select sge.seal_group_id,
    sge.equipment_id,
    sge.effective_date,
    RANK() over (partition by equipment_id order by effective_date desc) r
    from seal_group_equipment sge,
    seal_group sg
    where equipment_id = 48801
    AND SGE.SEAL_GROUP_ID = SG.SEAL_GROUP_ID
    and sge.end_date is null)
    where r = 1;
    

    Keep in mind if two records have the same effective_date, they would both appear.

    Note: query above has not been tested, since there is no script provided.

  • Firefox Version 27 Action Menu error in Reporting Services. An error has occurred with the extraction of data.

    Hello, since I've updated for Firefox 27.0.1 on Windows 7, I have a problem with Reporting Services on a Sharepoint site. It is a site of Sharepoint 2010 with SQL Server Reporting Services 2012 Sharepoint integrated mode. I was already on Firefox version 26 and didn't meet with this problem.

    When a report is opened and you use the Actions link on the Reporting Services toolbar, I get the following error messages.

    An error has occurred with the extraction of data. Please, refresh the page and try again.

    I tried updating to the beta version of Firefox 28 but the same error occurs. I see that someone else is having the same problem here. http://SharePoint-community.NET/forum/topics/reporting-service-and-Firefox-27

    Any help would be appreciated. Thank you!

    Ryan

    Firefox version 28.0 has corrected this problem. Thank you!

  • Pivot with the mathematics involved data

    As noted below, I have the data from the source as "t".

    with t as)
    Select '2010-04-02' 'date', username 'AA', 'ww' feature, AM_amt 12, 44 double PM_amt
    Union of all the
    Select ' 2010-04-02' 'date', 'AA' userid, feature "rs", 1 AM_amt, 2 PM_amt of the double
    Union of all the
    Select '' 2010-04-02 ' date', 'BB', userid, 'ww' characteristic, AM_amt 32, PM_amt 102 of the double
    Union of all the
    Select '2010-04-02' 'date', 'BB' username, function "rs", 2 AM_amt, 1 PM_amt of the double
    Union of all the
    Select '2010-04-03' ' date', userid 'AA', 'ww' feature, AM_amt 20, 55 double PM_amt
    Union of all the
    Select '2010-04-03' 'date' username 'AA', feature 'rs', 4 AM_amt, 5 PM_amt of the double
    Union of all the
    Select '' 2010-04-03 ' date', 'BB', userid, 'ww' characteristic, AM_amt 35, 30 of the double PM_amt
    Union of all the
    Select ' 2010-04-03', 'date', 'BB' username, function "rs", AM_amt 5, PM_amt 0 of the double. "
    ) select * from t;


    I want to get to a SQL with the following logic:
    by date, userid, do am_amt where featured = "ww" divided by am_amt where featured = 'rs '. Do the same with pm_amt. Then download average 2 date values and user_id. ignore the value completely if am_amt or pm_amt where featured = 'rs' is equal to 0. The result should resemble the SQL below.

    Select "AA" userid, 17 '2010-04-02', 8 '2010-04-03' double
    Union of all the
    Select 'BB' userid, 59 '2010-04-02', 7 '2010-04-03' double

    Help, please. Thanks in advance.

    Hello

    Here's one way:

    WITH   got_ratios     AS
    (
         SELECT       userid
         ,       "date"
         ,                 SUM (CASE WHEN feature = 'ww' THEN am_amt END)
                / NULLIF (SUM (CASE WHEN feature = 'rs' THEN am_amt END), 0)       AS am_ratio
         ,                 SUM (CASE WHEN feature = 'ww' THEN pm_amt END)
                / NULLIF (SUM (CASE WHEN feature = 'rs' THEN pm_amt END), 0)      AS pm_ratio
         FROM       t
         GROUP BY  userid
         ,            "date"
    )
    SELECT       userid
    ,       SUM (CASE WHEN "date" = '2010-04-02' THEN (am_ratio + pm_ratio) / 2 END)     AS "2010-04-02"
    ,       SUM (CASE WHEN "date" = '2010-04-03' THEN (am_ratio + pm_ratio) / 2 END)     AS "2010-04-03"
    FROM       got_ratios
    GROUP BY  userid
    ;
    

    Thanks for posting the sample data in a useful format; This helps a lot.
    It would also help if you posted the results clearly, for example

    USERID 2010-04-02 2010-04-03
    ------ ---------- ----------
    AA             17          8
    BB             59
    

    Always tell what version of Oracle you are usiing.
    The above query will work in Oracle 9 (and), but it might be easier using SELECT... Rotate the feature introduced in Oracle 11.

    Really, you need to store dates in DATE columns, not VARCHAR2 and use a name that doesn't have to be cited, such as reading_date or dt.

  • If you have any with the itemrender have a control label and onther a gri data

    Hi friends,

    If you have any with the itemrender have a control label and onther a data grid control.

    In my application, I used list control. The list control's item converter. In my case if I click on the name list control, releated data corresponding to the data grid need to view and control the list as label.

    < mx:List width = "750" id = "Lst_userlist" verticalScrollPolicy = "off" horizontalScrollPolicy = "off" rowCount = "20".
    labelField = "sec_user_first_name + sec_user_last_name" labelFunction = "BindUserName" buttonMode = "true" itemClick = "Click_UserList (event)" > "

    < mx:itemRenderer >

    < fx:Component >

    < mx:VBox horizontalScrollPolicy = "off" verticalScrollPolicy = "off" >

    < s:Label id = name = "{data .sec_user_first_name + data .sec_user_last_name 'lbl_userhead'} ' buttonMode ="true"color =" #000000 "/ >" "

    < mx:DataGrid height = "100%" id = "membershipGrid" alternatingItemColors = "[#DCDCDC, F8F8FF #]" "5" paddingLeft = horizontalScrollPolicy = "off" color = 'black '.
    horizontalGridLines = "false" verticalScrollPolicy = 'auto' verticalGridLines = rowCount = "{membershipArrColl.length 'false'}" rowHeight = "25" "
    borderSkin = "{null}" showHeaders = 'true' borderVisible = "false" dataProvider = "{membershipArrColl}" width = "750" visible = "false" includeInLayout = "false" >

    < mx:columns >
    < mx:DataGridColumn width = "180" headerText = "Name" minWidth = "150" sortable = "true" wordWrap = "true" >
    < mx:itemRenderer >
    < fx:Component >
    < mx:HBox horizontalScrollPolicy = "off" >
    < fx:Script >
    <! [CDATA]
    override public function set data(value:Object):void {}
    Super.Data = value;

    if(Data.home_sec_organization_id==Data.sec_organization_id)
    {
    FileImg.Load ("/ist_shared/ist_images/ist_icons/Modern/gif/16/hot/user_favorites_16_hot.gi f");
    }
    on the other
    {
    FileImg.Load("/ist_shared/ist_images/ist_icons/Modern/gif/16/dis/user_remove_16_dis.gif");
    }
    lbl_Gridcloumn_name. Text = Data + .sec_user_first_name""+ data.sec_user_last_name;
    }

    []] >

    < / fx:Script >
    < mx:Image id = "fileimg" buttonMode = "true" toolTip = "This is organization at the home page of the user" / >
    < s:Label id = "lbl_Gridcloumn_name" width = "200" buttonMode = "true" textDecoration = "underline" toolTip = "User Menu [{data.sec_user_name}]" click = "outerDocument.Click_Name (event); »    / >

    < / mx:HBox >
    < / fx:Component >
    < / mx:itemRenderer >
    < / mx:DataGridColumn >
    < mx:DataGridColumn width = "120" minWidth = "110" headerText = "Username" sortable = "true" dataField = "sec_user_name" / >

    < mx:DataGridColumn width = "100" minWidth = "80" headerText = "OrgName" dataField = "sec_org_name" >

    < / mx:columns >

    < / mx:DataGrid >



    < / mx:VBox >
    < / fx:Component >

    < / mx:itemRenderer >
    < / mx:List >

    Please help a whole for me...

    Thank you

    Mamoudou R.

    If I understand correctly, you want to display a different set of data in a DataGrid control for each selected item in a list?

    I would just use link:

    
    
    

    This assumes that this list is filled with the data elements in a format similar to this:

    {

    label: "Label 1 list."

    data:]

    {col1: "col1", col2: "col2"},

    {col1: "col1", col2: "col2"},

    {col1: "col1", col2: "col2"}

    ]

    }

  • Problem with iterator and EJB data control

    My project components:

    JDeveloper 12.1.3

    Back end & the intermediate layer, JPA, EJB 3, controls data EJB

    JSF pages simple front end (no fragment), bounded task flow

    Hello

    I have a weird problem with iterators in my project, project using EJB 3 & JPA and EJB data controls

    When the user come to a page (this page is part of a stubborn workflow) and add a record to a table (linked to an iterator) and without saving changes, leave the page (means output delimited task flow)

    do something else and again back to the first page iterator always keep this line is entry and it cause problems in my system

    If I close the browser and come to this page for sure the line is not there

    I expect when the user leaving a stubborn workflow each thing belongs to this workflow should be deleted. Is this true?

    Or someone has the same problem? Any suggestions / or work around?

    Respect of

    Mohsen

    Have you read the link I posted? Have you named the BA a transactional data control?

    When you leave the workflow you issue a rllback and the new line should have disappeared.

    Timo

  • Even table with values of different data controls

    JDev ADF BC Web services 11.1.1.5.0

    I have an array element in the user interface and two controls of data with the same set of attributes.
    One is a data based VO control and another is a data bean control in which attributes will fill a web service.

    I display a tabled text entry, a search button, and a table to the page.
    Now, if I get the value of parameter of the Webservice, the table automatically displays table of results of the Web service data control.
    And if not, the table must be empty and then it should belong the VO control data base.

    User af:switch for this component. A side holds the web service table and the other the vo we. The condition for the switch is the result of the web service call.

    Timo

  • DIM-00014: could not open the Windows NT Service Control Manager.

    Hello
    11 g R2, on Win 2008 I created the user oracle of the United Nations. It is in ora_dba and local Administrators group but cannot create oracle instance:
    C:\Users\oracle>oradim -edit -sid TEST -startmode auto -srvcstart system
    DIM-00077: Failed to change service configuration.
    O/S-Error: (OS 5) Access is denied.
    
    C:\Users\oracle>oradim -new -sid TEST -startmode auto -srvcstart system
    DIM-00014: Cannot open the Windows NT Service Control Manager.
    O/S-Error: (OS 5) Access is denied.
    
    C:\Users\oracle>oradim -new -sid TEST -startmode auto
    DIM-00014: Cannot open the Windows NT Service Control Manager.
    O/S-Error: (OS 5) Access is denied.
    Thanks for the help.

    Start the command with administrator privileges prompt

  • Updating of the human task data control

    Hello

    Recently I had to make some changes to the structure of data in a file .task for my initiator task of BPM. However, I saw that the data controls were not updated. However, I could manually add the simple type attributes in the PayloadType.xml file. But it seems that it is not possible to add new XSD to the file .task, as I create a lot of files XML for this XSD, even then, it doesn't seem to work. Could someone help me please? I am currently at a very advanced stage of development in my project, and I would really rather not create from scratch.

    I use 32 bit JDeveloper 11.1.1.5 as my IDE.

    Kind regards
    Abdel Davis

    To update the changes to the XSD / human task try this:

    1. click on the tab 'Application '.
    2. expand the accordion to "data controls.
    3. right click data that have been changed commands-> click on "Edit reflect"-> click 'refresh the data control.

    Hope this helps,
    Dan

Maybe you are looking for