Eroor in webtemplaye when using condition list

I have 3 conditions in my query to show top 10 sales , Assests and market value
when I run my query on web from Query designerthe activation and deactivation of condition works fine,but when I cretae a webtemplate & use the web item and run it , displays the following warning and not avtivationg or deactivating the condition
Its displays the following error
An error occured during loading
Problems with this web page might prevent it from being displayed properly
Line 20
Char 1
error : invalid character
code 0

Hi,
Is the Conditions web item assigned to the correct Dataprovider in your web template?
Assuming it is - are you seeing all three conditions in the Conditions Web item when you execute the query?
Regards
Gill

Similar Messages

  • Problem Setting Item on a Page when using a List

    I have setup a List of reports. On the Page where the List displays, the user selects a Project Manager from a select list. In the List target section, I set the item for the project manager on the report page to the project manager selected on the List page.
    When I click on the report in the list, I am directed to the correct page, but the project manager item is not being set to the project manager selected on the original page. The report is showing information for all project managers.
    I am able to accomplish what I want if I use buttons, but I would prefer to use a list of all the reports. Why is the item not being set as indicated in the target section of the list?

    It sounds like you have two different items on two different pages for your project manager value. ApEx will treat them separately unless you tell it otherwise, via a calculation/process. In otherwords, if you want the second list set to the value of the first one then do it in a page process on the second page. Something like:
    :P2_PM_ID := :P1_PM_ID;
    This particular example would be a 'page rendering' process with the process type of PL/SQL Expression. There are certainly other options possible as well.
    Earl

  • Orange mail software problem when using distribution lists : some lists cannot be used for writing e-mails. The problem does not exist when using Internet Explo

    When writing an e-mail directly on the Orange e-mail service (not on Thunderbird) I am facing the following problem : some distribution lists cannot be used to complete the adressees. The same lists can be used without difficulty if I use Internet Explorer instead of Firefox. The Orange hotline told me that probably my Firefox version was not updated. Unfortunately I checked that, and apparently the automatic updating works. I have also updated the plug ins, without any result.

    Please could you specify which webpage you mean ?
    The process with Orange is the following :
    - 1. click on "Write an e-mail" on the mail webpage
    - 2. click on "To" to reach the Contacts which opens a new window
    - 3. click on "Distribution lists"
    - 4. click on the selected list then click on "add". The list appears ot the box corresponding to the addresses .
    UNTIL THEN EVERYTHING WORKS WELL
    - 5. click on the button "validate", which closes the window previously opened and normally
    - 6. reloads the initial page with the complete list on the line "To". Instead of that I get the last e-mail address I previously used .
    Question : at which step of this process should I try your suggestions ? I tried when the initial page was reloaded with the wrong address, but it did not work to get back the rignt distribution list;
    Note that the whole process functions with OTHER Distribution lists. The only difference is that the problematic one has a larger number of adresses (62) however inferior to the maximum indicated by Orange (100).
    I also remind that there is no problem when using Internet Explorer instead of Firefox.
    Thanks for your help !

  • Reminder does not work properly, when using multiple lists

    I am using Reminders on my iPhone 5 with iOS 6.1.. I am using several Lists for Reminders, such as Job, Home, General et cetera.. Everytime I am not using the standard List, set a Reminder in the future and save the event, the event will be displayed on the standard List with the current timing. Very annoying as I need to amend the Reminder for a second time.

    I opened my Word for Mac 2011, opened a document, and Then opened my Dashboard on top of that and used the Dictionary to look up a definition, and changed the month on the Calendar widget, and changed my stock graph interval.  It all worked just as it was supposed to: fine.  You apparently have a corrupted file somewhere.  I do not know where.
    Hope this helps

  • Preventing Child Class Dependency when using conditional disable to specify Class in Development Environment

    Hello
    I am developing an application which I would like to execute on both normal and real-time systems using LabVIEW Proffesional Development System 2012 SP1
    To control how the application interacts with the user, I have created a class which defines the type of user-interface behaviour which should allow me to have nice dialog boxes when the system is executing on a windows machine and have no dialog boxes (or other non-Real-Time friendly code) when operating on a real-time target.
    The parent class is the code that is suitable for Real-Time and the child class is the one with dialog boxes.
    To control which class is loaded, I have a conditional disable structure. This will work fine when the application is built into a executable or real-time executable but the problem arises when I want to use the code during development on the real-time target.
    I find that with the application under a real-time target (RT PXI), the correct conditional-disable case is activated so the parent class is used, but the child classes are also listed under the dependancies - I pressume this is because they exist on the block diagram in the disabled case of the conditional disable diagram.
    This means that I cannot deploy the code to the Real-Time target as it is unhappy with the child class code - even though this will never be run.
    To save posting my real project, I have created an example with a Parent and Child class and a Conditional Disable Flag called "CLASS" to demonstrate the problem.
    If you run Test.vi you will see that the Child class still gets locked (i.e. is a dependancy) during execution even though it is not called.
    So - basically my question is: Is there anything I can do about this or will I just have to do-away with the conditional disable and just put the correct Class constant on the block diagram during testing?
    Thanks in advance
    John.
    Solved!
    Go to Solution.
    Attachments:
    Example Proj.zip ‏18 KB

    I feel your pain.  I ran into a similar problem a short time back.
    Apparently Official NI stance is that you need to put a conditional Disable structure IN EVERY ONE OF YOUR CLASS VIs.  In the Windows VIs, you simply have an empty conditional disable case with the windows code in an appropriate other case and vise versa on the RT.
    I too would much prefer the method you describe...
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • Error 1108 - when using a list

    Hi All
    APEX 3.0 -0 I do not have the patch installed yet.
    I created a vertical unordered list to use as a side bar navigation region. I created a region on my Page 0 so it will be visible on all pages.
    But now when I run my page I get the following error:
    ORA-00928: missing SELECT keyword
    Error ERR-1108 Unable to process item current condition.
    Also I noticed on the page that instead of admin| logout the page displays (nobody)| logout.
    So I tried to logout and back in and I get the same error on my page 101 (login page).
    this is very strange. I have no authorization scheme set yet. I even set the pages to public but that did not work.
    Is there a work around?
    Thank You for any advice you can give
    Moe

    Chad,
    If I remove the list from page 0 my pages run as expected.
    The navigation list is composed of a main link RFP (directs to page 18) and two sub list items to related pages.
    I'm not sure if I answered your questions completely but..
    thank you
    Moe

  • Error when using navigation list

    hi all;
    i'm using jdeveloper10.1.2 i created a jsp page which contain two cascading lists it worked fine,i copied the application to another pc when i try to run this page on jdeveloper i get this error at runtime
    javax.servlet.jsp.JspException: Failed to obtain specified collection at org.apache.struts.taglib.html.OptionsCollectionTag.doStartTag(OptionsCollectionTag.java:222)
    how i can solve this problem.???

    Verify that you're using the same version of Struts with both deployments. Check if strust.jar file size is the same. This looks like struts version issue.
    Noel.

  • JSLink not working when using any list ViewStyles other than default.

    Hi,
    I have a custom field and i am doing client side rendering of it using JSLink for ListView form. I started by applying the JSLink in custom field class.
    public override string JSLink
    get { return myJSLinkPath; }
    set { base.JSLink = value; }
    Everything seems to work fine and i can see my custom field get rendered properly. Till this point i was using the default sharepoint list view style. After sometime i decided to use the shaded listview style which is <ViewStyle ID="17"
    /> to get the alternating row color style in my list. After applying this style, my JSLink stopped working, infact it is not even registered on page now. I have tried different ways to set JSLink property like it is mentioned in the following link but it
    didnt worked.
    http://www.martinhatch.com/2013/08/jslink-and-display-templates-part-1.html
    So my question is, how to apply JSLink while using the shaded (or any other) viewstyle?

    Arham,
    When you register your display template, I'm guessing you're using both ListTemplateID and BaseViewID in the registration code?
    It's likely that the BaseViewID is different for the Shaded ViewStyle. You should still see your code registered on the page in the Head element, but when it runs I think the registration is getting ignored.
    Using the debugger in IE or chrome should allow you to step through the Display Template registration and double check what the value of BaseViewID should be.
    You can of course override this if you want, I use a similar method in a blog post on fixing the clash with multiple web parts and JSLink on a page which may help you.
    http://www.myfatblog.co.uk/index.php/2013/09/listview-web-part-issues-with-jslink-and-display-templates-a-solution/
    I'll give this a test on my dev environment when I get home and see if I get the same results when adding the JSLink through the webpart properties.
    ##EDIT##
    Ok, I tried this at home using a Field Display Template and it worked on all the different styles, however this was with the JSLink deployed through the list view web part properties, not declaratively in the field declaration.
    It does prove however that it's not the BaseViewID causing the problem.
    ##/EDIT##
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • When using condition 'IN '

    when defining the condition 'IN' the condition restricts the user to
    limit the entry to first value
    for ex: line_type IN ('Samples','Order',Return)
    it automatically sets it has
    line_type IN ('Samples')
    how do i acheive to set a condition like line_type IN ('Samples','Order',Return)

    Thanks for the feed back Russ,
    I was able to figure out the solution but, it took some time
    what i was doing was while creating condition i was using 'Create Calculation' option to paste Several Line Types( this is because i had around 15 -20 Line Types to be hard-coded)
    and when ever i did that it would take the first value from the range and would chop of the rest.
    workaround was not to use 'create calculation' instead type in all the range values manually.
    btw i was using discoverer desktop 10g

  • No search results when using custom list search

    Hi,
    I've built a custom list in SharePoint Online , which was supposed to be a new tracker. It was a combination of 3 different DBs. I combined the data in excel, scrubbed it and synced the data into my sharepoint list using Access. The question: Why
    don't I have any entries showing when I use the seach box within my list? It comes up with nothing found? I don't have SharePoint Admin rights, I'm just a site owner. Which elements should I look into first to make sure that my entries are found? Any help
    will be greatly appreciated. Thank You.

    Hi WSBR.Darius,
    After you added data into the custom list, if you want to search the items, you also need to run a crawl for your content source.
    However, for SharePoint 2013 Online, continuous crawls are enabled in SharePoint Online, with crawl frequencies managed by Microsoft. You need to wait for finishing continuous crawl.
    More information about Search feature in SharePoint Online:
    https://technet.microsoft.com/en-us/library/jj819291.aspx?f=255&MSPPError=-2147217396
    In addition, as this issue is about SharePoint 2013 online, I suggest you create a new thread on Office 365 forum, more experts will assist you with SharePoint Online.
    Office 365 forum:
    http://community.office365.com/en-us/f/default.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Error: "Function or method not supported." when using RF List Mode on NI 5673E

    Hi,
    I am trying to use the RF List Mode in NI RFSG 5673E. I tried running the sample code "RFSG Configuration List Frequency and Power Sweep.vi" but an error would show up:
    "Error: niRFSGCreateConfigurationList.VI <ERR> The LO reported the following error: Function or method not supported." with the error code: BFFA4239. 
    I also tried running other sample codes that contain the Configuration List VI's but the same error appeared. I am using NI RFSG 1.8.5.
    I would really appreciate any help on this. Thanks!

    Hello jdlabrador,
    I setup a 5673E here and tried to run the same example.  I did not encounter an error.
    Other reports I've found pertaining to this error usually involved a large number of steps - there was not enough space on the hardware to accommodate them.  The error text you're seeing is a little different in that it states that the Create Configuration List method isn't supported for the LO.
    Do each of the modules in your 5673E (5450, 5611, 5652) pass a self-test in MAX?  
    Have you associated the 5450 and 5652 with the 5611?
    Could you post a screenshot of the fully-expanded Devices and Interfaces tree from MAX?
    Since RFSG 1.9.5 is available, it may be a good first-step to upgrade to it.  
    Best regards,
    Matthew H.
    Applications Engineer
    National Instruments

  • RoboHelp 6 crashes-Robo 5 project when using conditional build tags

    Hi there
    I had no build tags in my project, and it was an R5 project.
    I just upgrated to R6. I need to use the tags & when I put a
    build tag or two in the project on the topic level and compile it
    and it crashes. Based on a prior thread (related to merged cells in
    tables) I removed any merged cells I had in my tables and I was
    able to replace them with table captions. I also tried to place the
    build tag only on the folder level and only on the TOC level both
    crashed. Unfortunately it still crashes when I compile it without
    the merged cells in a table. I did create a brand new project and
    test and I was in fact able to compile it.
    My project was "somewhat lost" meaning I renamed it and then
    compiled it and it didn't fully compile. Two folders showed up in
    the compiled project, however all the folders were in the project
    folder when I looked via explorer. I found the CHM file from prior
    to renaming it and I decompiled it from that CHM file and
    recompiled it with the hhp builder tool.
    Any thoughts? PS. I am only a year using this product, so
    please keep that in mind :)
    Thank you Rebecca

    Hi Peter
    Thank you for the suggestion. I created a new project, new
    folders, imported the files a few at a time & compiled it each
    time (with one build tag in it) and found that only two files made
    it crash. On the one file, I removed the tables (which had no
    merged cells) from the project and it worked. The other file was
    removed completly and I will re-do that page.
    I then opened my current project (with all links &
    pictures etc TOC working) and imported the changed file and removed
    the other file and wala....I have a useable project.
    The project was on our own software so unfortunately I would
    not be able to share it.
    Being a relativley new (1.5 yrs) user, I find running into
    bugs are brutal....Thanks for all your help.

  • Srm extractor for condition list or price

    Hi All
       I have a requirement on where I need to extract information about SRM, we have BI 7.0, actually we use the extractor 0BBP_TD_CONTR_2 to get information about contract and all the information for each line of the contract (like material, date begin, date end, unit price, etc)
      Now the SRM will be use condition list o price list, exactly they use section:
      Global Outline Agreement  Item Data level  Conditions
         In this section you can see
    Overview of Conditions
    Condit. Type      
    Location
    Amount
    Price Unit
    Unit
    Valid From
    Valid To
    Actions
    Price(Contract/Bid)
    Object GUID/Inventory Location
    etc
              Do you know any way to extract this information into BI??
            I think that If I get this information and later I cross with SRM Contact information I can get analysis.
         We need to evaluate certain conditions types into BI
              I will appreciate your help.
         Thank you
    Alicia

    Hi Dennis
       Thank you for the answer
       I read about 0SR_REL_CT, but I didn't see fields related with conditions.
       Exactly the fields that I need to obtain with extractor or data source are the information that you can see when you read contract:
    Strategic Purchaser
         Contract Management
             Process Global Outline Agreement
       When you read the information about contract item data, you can see conditions, this condition can apply for different dates, or different quantity, and as I understood the line item will take the price unit according to this conditions..
        Did you have any idea how to get this information to BI?
       Thank you
    Al

  • I list books on Amazon when on IE my condition notes were always saved & I could pick any one but when using firefox they not saved how can I fix this?

    I list books on Amazon when on IE my condition notes were always saved & I could pick any one but when using firefox they not saved how can I fix this?

    Clear the cache and the cookies from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Make sure that you aren't blocking cookies.
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When i go to the app store to update the one app that needs to be updated, the screen is blank.  It used to list all the apps that need updating and have a button called update all.  Now nothing.  Just a blank screen.

    when i go to the app store to update the one app that needs to be updated, the screen is blank.  It used to list all the apps that need updating and have a button called update all.  Now nothing.  Just a blank screen.  How can I fix this?

    There's been a problem with this all day.  Seems to be a server problem  -  wait a day and try again, or use itunes on the computer to update, that works.

Maybe you are looking for

  • How to stop voice when i tap

    i want to stop the voice when i tap on anything and went to SETTINGS, GENERAL, TURN ON MULTITASKING GESTURES, but not able to go any further.  please help.  Thanks

  • DTD definition in XML

    DTD is valid. DTD and XML are in the same directory. I can read from XML, when is validation off. When is validation on, it is throwing exception... Project path: d:/dbt Path to xml is: /files/xml In XML file : <!DOCTYPE ABCD SYSTEM "dictionary.dtd">

  • Sorting Data in Tables

    Hi anyone help with trying to resolve an issue with sorting data in a table I have created in Pages 08 v 3.0.2. I have a table six columns across with rows down of data. I have so far entered 10 rows of data and wanted to sort the data based on colum

  • Why are numbers appearing that aren't in my contacts?

    When I start to type a name in the 'To' box while composing an SMS, my iPhone shows a drop down list of suggested numbers/contacts. One particular name triggers a contact that I have deleted. I cannot find it in the Contacts app at all when I check s

  • 3G - 2.0.2 update - downloaded music not playing?

    Has anyone else had this problem? We updated both of our 3G's last night, and after the update on the second one when you go into the ipod, then play a song, not a single tune comes through the speakers. Same if you plug in headphones. The song's loo