View the criteria in responses

Hello

I have an obligation to show the link to a report in the dashboard page, and when the link is clicked, it should show the report criteria page so that users can modify the report. Currently, when I do it shows me the results, if I use a filter that is not that it displays the error message. How can I view the criteria in responses without displaying the results.

Help, please. Thank you.

Try this:

(1) go to the criteria of demand response mode.

(2) copy the URL in the address bar.

3) go to the dashboard page and add an item "link or Image.

(4) paste the URL there.

When the user clicks on the link, it opens in standards mode, assuming that the user has access to answers.

(Don't forget to mark 'useful' or 'correct' for this post, and then close the thread. (Thank you.)

Tags: Business Intelligence

Similar Questions

  • View the criteria by programming

    Hi all


    Once I applied the criteria to view programmatically.


    How I should I should add equalIgnoreCase for this attribute. I use as

    vcRow4.setAttribute ("StgalMessageDesc", '%' + alertkeywordtxtbox + '%');

    have you tired

    vcRow6.setUpper(true);
    

    Timo

  • issues while applying the criteria to display programmatically

    Hello

    When I call the method am second time (code below). The query of the VO does not appear where clause related to view the criteria. Again it worked as expected in the first call.

    I use Jdev 11.1.1.6. annd below is the code to reproduce the problem using employees Table(HR Schema).

    Code snippet:

    {} public void testammethod (String pDeptList)

    ViewObjectImpl employee = getEmployee();

    System.out.println ("\n\n***initial query is:" + employee.getQuery ());

    VariableValueManager evm = employee.ensureVariableManager ();

    evm.setVariableValue ("pDeptId", 10);

    ViewCriteria vc = employee.getViewCriteria("getEmployeesOfDept");

    employee.applyViewCriteria (vc);

    System.out.println ("\n\n*** first stroke - query is:" + employee.getQuery ());

    employee.clearViewCriterias ();

    }

    Instead of clearViewCriterias(), try with

    applyViewCriteria (null);

    clearViewCriterias() Désimpute and removes all the view criteria, also well applied and unapplied View Manager of criteria.

    This means that you can apply any criteria to view against the View object.

  • view the prompt values in report answer?

    Hi all
    Can you tell me what is the best way to view the quick responses of the report response and how to view the dashboard prompt responses in dashboard?

    Sara

    Hi Sara,.

    You are right that this works in a dashboard. Presentation variables can only be set in several ways. Dashboard of the guests is the main method for setting & their update. A prompt response to request doesn't have the ability to update and set the variables of presentation.

    If you definitely want to do this in a request for a response, you have only a few options (not include presentation variables)
    (1) add the 'filter view' on demand. This isn't the most elegant solution, however, he accomplishes the purpose of show dates that were selected in the quick query
    (2) create 2 new logical columns to the RPD. Max (date) and MIN (DATE) based on the date that is filtered in the report. These you can reference in a narrative view to accomplish the display of dates.
    (3) create a javascript that reads the results of the query and displays the dates max. and min.

    I would recommend the method of the dashboard. Put printing shaped reports and dashboards provide more control over the display.

    To solve the problem in your dashboard. Follow these steps:
    (1) open your report
    (2) remove your existing filters on 'Time D0'. "' T00 calendar date.
    (3) CTRL + click on "D0 time." "' T00 calendar date" to add a new filter
    4) click on Advanced-> convert this filter in SQL
    (5) paste the following in: "D0 time." "' T00 calendar date" BETWEEN "@{DATEFROM}' AND ' @{DATETO}'"
    (6) save your report and test your dashboard.

    I don't have a working version of the DPR SampleSales upward, so I can't test the above syntax, but it must be correct. Just give it a shot and tell me if it works properly. I know that I said earlier that the variables of presentation work only with "is equivalent to / is in", but what I meant is that dash invite you only set you set presentation variables when the operator is "is equivalent to / is in. When you use a variable presentation, you can implement using any carrier you want. Hope that clears up any confusion.

    Good luck and if you found this post useful, please give points!

    Best regards

    -Joe

  • When I apply the criteria to view it doesn't work, but when I apply it through query it works. What is the problem with my approach?

    Mr President

    If I ask a condition through my option of criteria of view vo it doesn't.

    vc.png

    The result is that it doesn't.

    vc1.png

    And if I apply a condition through my query vo option it works.

    vc2.png

    The result is ok as follows when I apply vc in query

    vc3.png

    What is the right way to create a vc.

    Concerning

    The first thing that seems unfair, is that I don't know what version of jdev you use.

    If I ask a condition through my option of criteria of view vo it doesn't.

    and the image below, I do not understand. I see a view Definition of criteria dialog box but not when you apply the criteria.

    the third image shows the definition of criteria, but I don't see where you apply it to or source of dialogue.

    Timo

  • [ADF, JDev12.1.3] LOV entry: is it possible to change the criteria to view / query to use before the opening of the popup?

    Hallo,

    I would like to know if it is possible to change the criteria for the view or the query used by an LOV entry before the opening of the pop-up window (on the click the icon in the search).

    Thank you

    Federico

    You can change the implicit vc used by the LOV, overwriting the popuplistener and a different VC as

    {} public void onLauchLov (LaunchPopupEvent launchPopupEvent)

    String submittedValue = (String) launchPopupEvent.getSubmittedValue ();

    run the queries only if value is submitted

    If (submittedValue! = null & submittedValue.length () > 0) {}

    RichInputListOfValues lovComp = launchPopupEvent.getComponent ((RichInputListOfValues));

    BindingContext bindingCtx = BindingContext.getCurrent ();

    BindingContainer links = bindingCtx.getCurrentBindingsEntry ();

    JUCtrlListBinding lov = bindings.get ("JobId") (JUCtrlListBinding);

    VCM ViewCriteriaManager = lov.getListIterBinding () .getViewObject () .getViewCriteriaManager ();

    ensure that the criteria of display is disabled

    vcm.removeViewCriteria (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    Create a new view of the criteria of

    ViewCriteria vc = new ViewCriteria (lov.getListIterBinding () .getViewObject ());

    Use the name of the default view criteria

    '__DefaultViewCriteria__ '.

    vc.setName (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    create a display for all queryable attributes criteria

    VCR ViewCriteriaRow = new ViewCriteriaRow (vc);

    for this example, I put the query filter for 60 DepartmentId.

    You can determine when running in reading to a managed bean

    or the link layer

    vcr.setAttribute ("JobId", submittedValue + "%");

    Note also that the line of view criteria consists of all attributes

    who belong to the view list LOV object, which means that you can

    filter on multiple attributes

    vc.addRow (vcr);

    lov.getListIterBinding () .getViewObject () .applyViewCriteria (vc);

    }

    }

    Here's the LOV on the employee on the work of attribte based on http://www.oracle.com/technetwork/developer-tools/adf/learnmore/29-adf-model-driven-llist-of-values-169171.pdf

    Timo

  • How to call a display object with the criteria of the different point of view in each line an ADF BC table (Urgent)

    Hello world

    I use 11.1.1.7 version of Jdeveloper. I have a table adf BC. I need to call another ADF BC table inside the table. I need get the questionId from each row in the main table and fix the questionId as a point of view of the criteria drop inside the main table. I use to execute with parameter but always get the id of the last row question and criteria of this id as a point of view to each row of the table. How can I do this? 

    < af:table value = "#{bindings." AttachmentYesNoVO11.collectionModel}.

    var = "row" rows = "#{bindings." AttachmentYesNoVO11.rangeSize}.

    emptyText = "#{bindings." AttachmentYesNoVO11.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." AttachmentYesNoVO11.rangeSize}.

    rowBandingInterval = "0" id = "t2".

    "partialTriggers =": cb4: cb3 ".

    styleClass = "AFStretchWidth" inlineStyle = "height: auto;"

    width = "1250" >

    < af:column sortProperty = "#{bindings." AttachmentYesNoVO11.hints.Question.name}.

    sortable = "false".

    headerText = "#{bindings." AttachmentYesNoVO11.hints.Question.label}.

    ID = "c10" width = "300" >

    < af:inputText value = "#{row.bindings.Question.inputValue} '"

    label = "#{bindings." AttachmentYesNoVO11.hints.Question.label}.

    required = "#{bindings." AttachmentYesNoVO11.hints.Question.mandatory}.

    columns = "#{bindings." AttachmentYesNoVO11.hints.Question.displayWidth}.

    maximumLength = "#{bindings." AttachmentYesNoVO11.hints.Question.precision}.

    shortDesc = "#{bindings." AttachmentYesNoVO11.hints.Question.tooltip}.

    ID = "it1" lines = '8' readOnly = "true" contentStyle = "width: 330px; "margin: 10px" >

    < f: validator binding="#{row.bindings.Question.validator}"/ >

    < / af:inputText >

    < / af:column >

    < af:column headerText = "#{bindings." AttachmentYesNoVO11.hints.ApplicationId.label}.

    ID = "c1" width = "300" >

    < af:table value = "#{bindings." AttachmentVO1.collectionModel}.

    var = "row" rows = "#{bindings." AttachmentVO1.rangeSize}.

    emptyText = "#{bindings." AttachmentVO1.viewable? "{'No data to display.': 'Access Denied.'}".

    fetchSize = "#{bindings." AttachmentVO1.rangeSize}.

    selectionListener = "#{bindings." AttachmentVO1.collectionModel.makeCurrent}.

    rowSelection = 'single '.

    Binding = "#{uploadDownloadBean.downloadTable} '"

    rowBandingInterval = "0" id = "t1".

    partialTriggers =': cb5: cb6: cb7: cb10 ">"

    < af:column id = 'c12' width = '0 '.

    headerText = "Download File" >

    < af:commandButton text = "#{row.bindings.FileName.inputValue}" id = "cb23" > "

    < af:fileDownloadActionListener

    filename = "#{row." Bindings.FileName.inputValue}.

    Method = "#{uploadDownloadBean.downloadFile} '"

    contentType='"#{row.bindings.MimeType.inputValue}"'/ >

    < / af:commandButton >

    < / af:column >

    < / af:table >

    < / af:table >

    User, because the two tables have a relationship, we call matter detail relationship, you can use a link view defining the relationship, and the framework will be the selection detail for you automatically.

    The next thing is that you can not put a table in a column of a table. This is not supported by the table component. You can use a picture of the tree for this, or tables cascading as I show in JDeveloper 11.1.2.1: cascade Tables | JDev & ADF Goodies

    Timo

  • applying the criteria of bind views

    I have a seemingly simple question, but my search for an answer has been futile so far.

    I have a view object, and I would like to link it using two different values in the view criteria.

    For example, at the top of the page I want to display the data in the view object where irCode = 'P '. Below, I want to display the data where irCode! = « P ».

    I've seen the criteria defined for this attribute using a variable binding, but I do not see where to put the value of this variable to link on the links page.

    Did I ask for possible? The work is to have 2 almost identical view objects, each with the irCode located in the place where clause.

    Thank you all for all the ideas.

    You don't have to create two VO definitions. Follow these steps instead:
    (1) do not put any requirement about "irCode" in the WHERE clause, but create two criteria of VO view named (one for 'irCode = 'P' ' and one for 'irCode! = « P » ») ;
    (2) open the dialog model data ApplicationModule and adds two instances of VO (based on this definition of VO);
    (3) select the 1st instance VO in the AM data model and click on the button 'change... '. ». Apply 1 VO criteria (the one of "irCode = 'P');
    (4) select 2nd instance VO in the AM data model and click on the button 'change... '. ». Apply the 2nd criterion of VO ('irCode! = « P »).

    In this way, you will have a single VO definition but AOS will contain two VO instances with different criteria when running.

  • Applying the criteria for the view of life

    Hello

    I have table on my page is to link to a view object. On this VO I applied a few criteria view with literal values (no bind variable). VC are marked as "query automatically. How can run these VC performance via CommandLink and show them in the table. I expose some actions in AM?

    Concerning
    Tadej

    Hello

    I create a method in the ApplicationModule, it would expose the page and run it with the commandLink.
    In the method, you can get and manipulate the criteria and run the viewObject.

            ViewCriteria v = getViewObject().getViewCriteria("CriteriaName");
            // SET the values if you need to search with new values
            getViewObject().applyViewCriteria(vc);
            getViewObject().executeQuery();
    

    Is that what you wanted?

    Gabriel.

  • The view object that extends to the level of responsibility.

    Hi all

    It is possible to extend the object from view to the level of responsibility?

    Please tell me what steps to extend the view object at the level of function/level of responsibility.

    Thanks in advance.

    Yohanna Pachanekar

    Substitution of VO & AM can happen only at the site level. However, controller extension can be customized/substituted at all levels, including the level of responsibility also.

    Thank you
    -Anil
    http://oracleanil.blogspot.com/

  • Photo, what are the criteria for images selected from the collections of photos?

    With Photo on my Mac when I'm in the view "of the years', I see all my photos. When I switch to 'Moments' I see all the photos, especially older. When I go to "collections", then I self pictures? What are the criteria for images selected in 'collections' of photos? Thank you

    You should see all the photos in the Moments, the years, Collections, unless you have the "Summarize" option enabled in Photos > Preferences > General.  Then some pictures will be omitted, but the rules are not documented.

  • View the details of the defragmentation

    I am running Windows Vista and make defrag for the first time.  I don't know how to view the details while the defragmentation is running.  Do you need a response there.  This isn't like XP or previous OS from MicroSoft.

    Thanx, Syd

    It has changed the way it was in XP.

    Many people did not want the installation of XP Defrag.

    Unfortunately, there is no way to have it as if it were in XP.

    If you wanted it this way, you need to use 3rd party tools defragmentation.

    See you soon. Mick Murphy - Microsoft partner

  • View the contents of the URL

    Hi all

    Currently I am developing an application in which I need to view the contents of the data from the URL to the screen. I mean I don't want to open the URL in the default browser of BB. I want to display the field that is added to the screen.

    Is it possible to view the contents of the URL without using browser...? Please give some suggestions.

    Thank you best regards &,.

    Craig

    Hello

    Thanks a lot for your valuable response. Now, I got the universal application. In fact, I want the limited functionality. So now reference that I can change my request.

    Thank you again...

    Kind regards

    Craig

  • I can't view the Windows Firewall State

    I can't even view status of the Windows Firewall, I have only the option "use recommended settings" and get a jolt of grand circle. I have tried everything out there. This is apparently a big problem with no reliable solution. I installed and run so much, I've lost track. Recently, I removed my AVG for MS Security.

    Hello

    Thanks for posting your question in the Microsoft Community.

    I understand that you are unable to view the status of the Windows Firewall. Correct me if I'm wrong.

    I imagine the inconvenience that you are experiencing. I will try to help you in the matter of fixing.

    Please follow the steps and check the question below:

    a. click Start, type services.msc in the box start the search.
    b. right-click on Services.msc and then click run as administrator.
    c. check the firewall service Windows is running.

    If not, start the service.

    Your response is very important for us to ensure a proper resolution.

     

    In the future if you fall on any question relating to Windows, please do not hesitate to post your request here on Microsoft Community, we will be more than happy to help you.

  • Completion of the framework and the criteria for success in SCORM 2004

    I understand in SCORM 2004 to be able to specify performance criteria and success separately means that I can put a course so that it can be marked as completed without success if a user has taken but had "deferred success" (i.e. failed ) based on views of the slide or quiz status. It helps the instructor to distinguish completion of understanding / superficial deep commitment (assuming that the quiz is properly looking).

    So, I guess if I'm creating a course that is not a quiz, but I would point out if it was completed or not, I only need to define the criteria for completion in CP9. Is that correct, or should I set the end criteria and success to be the same (i.e. x % views of slide)? It might not make much difference, but I would like to know what is recommended.

    TIA

    You should always set these two criteria.  So use slide views would be wise.

Maybe you are looking for