Issue with SSRS Expression

Hi all, 
I am facing some issue with ssrs expression. 
I used below expression to show sum of budget. 
=Sum(  CDbl(Fields!Budget.Value))
When I preview the report it shows #Error in that textbox. 
Please help me to fix this one , I am not getting where its breaking.. 
Thanks
Rohit

Hi Rohit,
According to your description, you want to sum the [EstimatedCostField] with an expression.
In your scenario, since the [EstimatedCostField] is budget which you want to perform sum calculation, you should specify the sum expression like below:
=Sum(CDbl(Fields!EstimatedCostField.Value))
If issue persists, please run the report in the BIDS then check the warning message in output to see the detail information about the #Error. Besides, please also share the report design for our analysis.
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
Qiuyun Yu
TechNet Community Support

Similar Messages

  • Having issue with Airport Express and Itunes - Please Help

    Ok, I am having a very odd issue with my wireless music network all of a sudden, and it's driving me nuts. I have searched the forum and I don't get the sense that anyone else is having this issue.
    My house consists of multiple machines, but I have my music on two computers - my G5 desktop and a Mac Mini. I am in the process of encoding all of my CDs to Apple Lossless for storage on the G5, and access of this library provided to all machines on the network (6 total including the G5).
    I have 2 airport express units in the house, each connected to a stereo. I have been using this setup for about a year or so, with no problems.
    Suddenly now, when playing music wirelessly, the music (and I know this is going to sound weird) has intermittent popping, will skip alot (like a CD player skips), and seems to almost speed up during the skipping. It is SO weird, and I have no clue how to fix it.
    I am mainly confused as to where the issue could be coming from. Is it the airport network? Is something wrong with Itunes? Something wrong with the machines? Interference in the home? B/c I have not had this issue before, I am not sure how to even troubleshoot it. I do know that until about a month ago, I had none of these issues.
    Within the last 30 days, the only changes that I made were that 1) I have been encoding files to Apple Lossless (but I had some of these before with no streaming issues), 2) I purchased a Mac Mini (not sure what impact this would have), and I upgraded to the latest Itunes.
    Any thoughts you can provide for me are very appreciated. ***** to finally be setting up this music server and now start having wireless music issues. Thank you in advance for your help.
    Eric
    G5 2.5Ghz   Mac OS X (10.4.3)  

    I'm also suffering from skipping/sped up music, only when streaming certain internet radio stations to my Express (for example, friskyRadio in the electronica section). Mine's setup not to distribute IP addresses, if that's relevant.
    Other than installing iTunes version 7 (now at 7.0.1) nothing has changed on my network, or on my computer.

  • Ethernet/wireless connectivity issues with Airport Express

    I am having problems with my PC seeing my newly aquired AE and was hoping someone can help, none of the topics already discussed seem to be exaclty the same as my issue.
    Scenario:
    * iTunes on the PC does not detect the AE so I cannot play my iTunes setup through my stereo.
    * The PC can ping the AE.
    * The PC can configure the AE if I open the AirPort utility and go to File, Configure Other and enter teh units details.
    * Both laptops can connect to the AE via iTunes and the AE Utility also picks up the device.
    Equipment
    * I have an Open Networks 625W 4 port ADSL router with wireless included in the unit.
    * My PC is connected to my LAN via ethernet and is running Windows Vista fully service packed.
    * I have two laptops both connected via wireless on my LAN and all devices (ethernet and wireless) can see each other.
    * I have an AE with latest firmware and the latest version of the Airport Utility running.
    * The bonjour service is running on the PC.
    * I have tried turning the PC's F/W off with no change.
    * I have tried connecting one of the laptops to my network via ethernet and had the same issues as the PC.
    Configuration:
    I have tried many different methods of configuration but the one that has me working this far is-
    * Joined to a wireless network.
    * Using DHCP (and getting IP addresses fine off the third party router)
    * Connection sharing is off by default so its working in bridged mode.
    Its almost as if the router is not allowing those packets related to Airtunes to pass through from/to the wireless router(and I have tried so many different settigns there). I believe Bonjour is required and Im not sure if any routers have issues with bonjour but I believe its encapsulated within IP packets (not sure on that though). Or Maybe some routers don't work in this scenario and I need to update to a Belkin Wireless G or N or other. Or maybe the software will only accept direct wireless connections if its configured for wireless - I have no idea and am losing hair fast.
    Please, any help would be appreciated.

    I finally cracked it!
    I have enabled dynamic routing with RIP v2 (v1 works too), enabled multicast with IGMP proxy and used a bridge filter allowing all traffic between the LAN and the wireless networks. All three settings are required with my router. If I drop any of them AE from LAN to wireless will not work.

  • Connectivity issues with 11g Express Edition on 64bit Windows 7 Professional

    Hello,
    I uninstalled my 10g version of Express Edition, and proceeded to install the 11g version.  I can connect with sqlplus, but when I try to open the DB web app (apex), I'm unable to.
    The clsc.log file shows the following error:
    Oracle Database 11g Clusterware Release 11.2.0.2.0 - Production Copyright 1996, 2010 Oracle. All rights reserved.
    2015-01-08 19:55:52.286: [ default][41100]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][41100]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    I've uninstalled and re-installed twice with the same results.  Anybody knows what's going on?
    Any help is greatly appreciated.

    Are you installing the 64-bit version of XE ?
    This issue has been reported before - https://community.oracle.com/search.jspa?q=clse_get_crs_home&place=%2Fplaces%2F1272
    This thread might be relevant - Oracle Software Quality - the Installer ...

  • Issue with passing expression to a hashmap key in a dataTable column

    hi all,
    Can someone help me with passing an expression like "123-456" to a hashmap key in my dataTable . In my dataTable i have t:columns tag which generates checkboxes for each row in the dynamic column .The value of checkbox must be identified by a combination of userID and accountID. So i want to set value of checkbox something like this'userID-account.ID' . But it never returns the right value since userID is taken as string instead i want the value of userID to be passed in that expression. Someone please help...iam struck with this issue from so long.Here is the code.
    page1.jsp:
    <t:dataTable id="groupuserlist"
                  var="user"            
                             value="#{manageuserscontroller.userList}"     // this is a list of userIDs
                 cellspacing="0"
                 preserveDataModel="false"
                 headerClass="topRow"
                 preserveSort="true"
                 summary="This table displays list of users for an accessgroup">
         <t:column>
          <f:facet name="header"><h:outputText value="User ID" /></f:facet>
          <t:outputText value="#{user.ID}" />
         </t:column>
         <t:column>
          <f:facet name="header"><t:commandSortHeader columnName="title" arrow="true"> <h:outputText value="Title"/> </t:commandSortHeader> </f:facet>
          <t:outputText value="#{user.title}" />
         </t:column>
          <t:columns var="cols" value="#{manageuserscontroller.selectedAGList}"> //selectedAGList is a list of accountIDs
          <f:facet name="header"><h:outputText value="#{cols.name}" /></f:facet>
          <h:selectBooleanCheckbox id="checkbox4" value="#{manageuserscontroller.selectedUserIds['user.ID-cols.ID]}" />
          </t:columns>
    </t:dataTable>Backing bean: In this selectedUserIds iam intentionally setting up key something like "userID-accountID" so that i can split the userID and accountID for later user
    private Map<String, Boolean> selectedUserIds = new HashMap<String, Boolean>();
             somebody please to my email. If you need further information iam very happy to provide any time. Also let me know if there is another way to get this job done..
    Thanks very much in advance

    Hi BalusC,
    I am very much thankful to you. I got my issue resolved only when i select one dynamic column. It doesn't seem to be working if i select multiple columns. Not sure where exactly my logic is going wrong. Here is a snippet of my code.. Please let me know if you find any mistake in it..Once again thanks very much..for your great help.
    jsp:
    <t:dataTable id="grouplist"
                  var="user"            
                   value="#{manageuserscontroller.userList}"     
                   styleClass="companyAdminMainTable ltgreen_Hrule marVertSml"
                 cellspacing="0"
                 preserveDataModel="false"
                 headerClass="topRow"
                 preserveSort="true"
                 summary="This table displays list of users for an account">
         <t:column>
          <f:facet name="header"><h:outputText value="User ID" /></f:facet>
          <t:outputText value="#{user.ID}" />
         </t:column>
         <t:column>
          <f:facet name="header"><t:commandSortHeader columnName="title" arrow="true"> <h:outputText value="Title"/> </t:commandSortHeader> </f:facet>
          <t:outputText value="#{user.title}" />
         </t:column>
          <t:columns id="dynamic" var="cols" value="#{manageuserscontroller.selectedAGList}">
          <f:facet name="header"><h:outputText value="#{cols.name}" /></f:facet>
          <h:selectBooleanCheckbox id="checkbox4" value="#{manageuserscontroller.selectedAGUserIds[user.ID][cols.accessGroupID]}" />
          </t:column>
          </t:columns>
    </t:dataTable>Backing bean:
    private Map<Integer, Map<Integer,Boolean>> selectedAGUserIds = new HashMap<Integer, Map<Integer,Boolean>>();
        private Map<Integer, Boolean> selectedAGIds = new HashMap<Integer, Boolean>();
    for(int j=0; j< selectedAGList.size(); j++){   //List of selected dynamic account columns
             for(int i=0; i < userList.size();i++){              // lisf of users
                   try {
                        int m = userList.get(i).getID();
                        int n = selectedAGList.get(j).getAccessGroupID();
                        selectedAGIds=(AccessGroupDAO.getUserMap1(userList.get(i).getID(),selectedAGList.get(j).getAccountID()));
                        selectedAGUserIds.put(userList.get(i).getID(),selectedAGIds);
                       System.out.println("hashmap value"+ selectedAGUserIds.get(m).get(n));
                        } catch (Exception e) {
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                 System.out.println("outer hashmap size"+ selectedAGUserIds.size());
          }DAO:
    public static Map<Integer,Boolean> getUserMap1(Integer userID, int accountID) throws Exception {
         Map<Integer, Map<Integer,Boolean>> selectedUserAGIds = new HashMap<Integer, Map<Integer,Boolean>>();
                    Map<Integer, Boolean> selectedAGIds = new HashMap<Integer, Boolean>();
          String sql="  select iusermetaid,iaccountid from useraccountlist where iusermetaid = userID and iaccountid = accountID ";
             ResultSet rs = executeSQL(sql);
             if(rs!=null & rs.next()){
                  System.out.println("record found");
                  Integer aid = rs.getInt("iaccountid");
                        selectedAGIds.put(aid, true);
             else{
                  System.out.println("record not found");
                  selectedAGIds.put(accessGroupID, false);
                  System.out.println("get the key value"+ selectedUserAGIds.get(userID).get(accessGroupID));
            System.out.println("Exiting accessgroupDAO");
             return selectedAGIds;
    }

  • Possible DNS issue with AirPort Express basestation?

    Hi all -
    Up until recently my Airport Express has been working great. This past weekend I started noticing that website browsing became slow, and some websites would not come up at all (e.g. popular sites like wordpress.org).
    Otherwise my internet connection works fine (email works, browsing for the most part is normal for all computers on the network, pc and mac).
    I read that this could be a possible DNS issue. I unplugged the AE basestation and plugged my Powerbook directly into my cable modem and was able to get to all websites that I couldn't get to while using the AE. That, and browsing was a heck of a lot faster (it seemed).
    Can anyone help me out and point me to a specific setting on the AE that I can toggle, correct, whatever, to solve this (possible) DNS issue?
    Thanks!
    Jeff

    Dear Henry, Thanks for your reply, and we are sorry for having intruded upon the wrong thread with our troubles. Perhaps you could point us to the most pertinent thread. Further pushing credulity Might you assist us further?... We have checked every floor in the building and no new equip has been added, though I can't speculate on the 'hood at large. We added a Time Capsule to the mix hoping that might bring back some stability and speed, but results aren't very promising so far. perhaps you might point us to a resource for professional help, or web sites that may help us define and implement something beyond the ad hoc system we have currently. We have read through the Apple docs regarding Designing Networks, and though informative they don't necessarily explain the nuances / consequences of different configurations, for instance, that WDS will adversely affect net speed. Thanks in advance for your input (should you wish to assist). If you are so inclined I can provide the snap shot of our list of hardware. And again apologies if we are in the wrong place.

  • Issues with airport express with wi fi printer..arghhhh

    Hello everyone I just recently purchased a airport express for the main purpose of the audio cable hookup which I love. However im tring to setup my epson workforce 600 wi fi printer for wireless. And it did work well with my previous setup with a linksys router. But after attempting nurmerous times Ive had no luck with the airport. I believe the issue is when setting up a new router to connect to the wi fi printer. Mainly because your supposed to connect a rj45 from the printer to the airport and then id be able to run the setup software on my mac threw wireless. However since you need a connection from the modem to the airport to feed it the airport wouldnt be online and my software wouldnt be able to interact with the printer. Has anyone else had a situation like mine? Does the airport extreme come with multiple ethernet connections on the back? Looks like ill have to chose between getting a normal router and not having the sweet ablility to play music wirelessly.

    Does the airport extreme come with multiple ethernet connections on the back?
    Yes, the current ones do.
    Identifying AirPort hardware

  • Issue with SSRS Report Exporting to Excel and word

    Hi,
    When report is exporting in word and Excel getting format issue, but same report export with pdf there is  no issue.
    Regards,
    Afroz

    You need to be always careful when export format is Word and specially Excel. Sometimes report result looks good in Report Viewer and PDF too, but it may not in MS Word and MS Excel.
    You need to understand Word and Excel limitations and align all the data regions (Tablix, Rectangles, Texboxes) in correct way.
    Also, you may post the actual formatting issue that you get. (With screenshot if possible)
    Please read Limitation section in below:
    Exporting to Microsoft Word
    Exporting to Microsoft Excel
    Refer:
    Ten Common SQL Server Reporting Services Challenges and Solutions
    -Vaibhav Chaudhari

  • DHCP issue with Airport Express??

    HI again, another home networking on a budget question for you all:
    I want to create a home network with 2 seamless wireless access points and 2 wired points in two different rooms, on a budget of...well whatever I have my hands on right now. I want to be able to heavily use iTunes Home sharing as well as regular family home internet access.
    Here is my setup:
    DSL signal to Actiontec Modem/Router
    From Actiontec, I broadcast Wifi, and connect a Mac G4 via ethernet, and a second ethernet line uses a powerline adapter to get signal to a Westell router/modem on the other end of the house (small house)
    From Westell I connected a PC with no Wifi via ethernet and an Airport Express to broadcast the Wifi
    Here are the settings changed from default:
    Actiontec: changed ip range to start at 192.168.1.4
    changed Wifi name and password
    Westell: assigned static IP 192.168.1.2
    disabled Wifi (doesn't have the same encryption)
    Disabled DHCP (unchecked Private LAN DHCP Server enable)
    Airport Express (1st Gen single band)
    Wireless Mode: Create a Wireless Network
    same Wifi name, password and encryption as Actiontec
    Connect Using Ethernet
    Connection Sharing:Off, Bridge Mode
    Assigned static IP (not sure if I needed to) 192.168.1.3
    (configure IPv4:Manually;IP address 192.168.1.3; router address 192.168.1.1; DNS server fields are blank and domain name is blank)
    After hooking it all up, programming them all, I powered all the devices down and turned them on Actiontec first, then Westell, then AX.
    Problems:
    #1 Everything works fine until I plug in the Airport Express. Then ethernet still functions. However, I came home to an IP address conflict on my G4. Wifi will connect on SOME devices. An iPad connected fine, my iPhone 2 inches away would connect but never get a network signal and no internet;it stayed on cellular. As soon as I unplug the AX functionality is resumed but I don't get WiFi out as far as I'd like. Plus I am using it as a Print Server so I dont have to keep a computer on but I havent even attached that one yet.
    #2 I can never seem to get all of my libraries to show up on HOme Sharing with iTunes. Specifically the PC connected to the Westell is missing even with the AX disconnected.
    What did I miss??
    Thank you for reading!!
    Joey

    Do I need to direct the AX to the 192.168.1.1 for DHCP or is it automatic? If so where?

  • Issue with SSRS Loading Report from Definition From Assembly

    I am using SharePoint 2010. I created web-part where there is report viewer control. On the page load of the control. I am writing below codes to load report from definition. Web part is not giving any error but also not lading report. I tried to make physical
    report file from my stream and I found that report is correct.
    But I don't know what is missing.
    protected void Page_Load(object sender, EventArgs e)
    if (!IsPostBack)
    Assembly assembly = Assembly.Load("Reports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f51c855eec632536");
    Stream stream = assembly.GetManifestResourceStream("Reports.Reports.rdlc");
    MemoryStream rdl = new MemoryStream();
    CopyTo(stream, rdl);
    rptInspectorPlan.Reset();
    rptInspectorPlan.LocalReport.LoadReportDefinition(rdl);
    rptInspectorPlan.LocalReport.DataSources.Clear();
    rptInspectorPlan.LocalReport.DataSources.Add(new ReportDataSource("MyData", finalData(getInspectionPlan())));
    rptInspectorPlan.LocalReport.Refresh();
    protected DataTable getInspectionPlan()
    DataTable dt = new DataTable();
    DataTable dtCurrentUser = getCurrentUser();
    using (SPSite site = new SPSite(getMarketSurveillanceURL()))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists.TryGetList("InspectionPlan");
    SPQuery oQuery = new SPQuery();
    string query = "<Where><Eq><FieldRef Name='Title'/><Value Type='Text'>" + dtCurrentUser.Rows[0]["ID"].ToString() + "</Value></Eq></Where>";//getCurrentUserID()
    oQuery.Query = query;
    dt = list.GetItems(oQuery).GetDataTable();
    return dt;
    protected string getMarketSurveillanceURL()
    string URL = ConfigurationManager.AppSettings["MarketSurveillanceURL"].ToString();
    return URL;
    protected string getMainSiteURL()
    string URL = ConfigurationManager.AppSettings["MainSiteURL"].ToString();
    return URL;
    protected DataTable getCurrentUser()
    SPUser user = SPContext.Current.Web.CurrentUser;
    DataTable currentUser = new DataTable();
    using (SPSite site = new SPSite(getMarketSurveillanceURL()))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists.TryGetList("Inspector");
    SPQuery oQuery = new SPQuery();
    string query = "<Query><Where><Eq><FieldRef Name='LoginID'/><Value Type='Text'>" + user.LoginName + "</Value></Eq></Where></Query>";
    oQuery.ViewFields = "<FieldRef Name='ID'/><FieldRef Name='Title'/>";
    oQuery.Query = query;
    currentUser = list.GetItems(oQuery).GetDataTable();
    return currentUser;
    protected DataTable finalData(DataTable inspectionPlan)
    DataTable dt = inspectionPlan;
    DataTable dtCurrentUser = getCurrentUser();
    dt.Columns.Add("InspectorName");
    dt.Columns.Add("ProductName");
    dt.Columns.Add("CategoryName");
    dt.Columns.Add("InspectionTypeName");
    foreach (DataRow dr in dt.Rows)
    if (dr["Title"].ToString() == dtCurrentUser.Rows[0]["ID"].ToString()) dr["InspectorName"] = dtCurrentUser.Rows[0]["Title"].ToString();
    dr["ProductName"] = getProductName(dr["ProductID"].ToString());
    dr["CategoryName"] = getCategoryName(dr["ProductID"].ToString());
    switch (dr["InspectionType"].ToString())
    case "0":
    dr["InspectionTypeName"] = "Periodic";
    break;
    case "1":
    dr["InspectionTypeName"] = "ComplainFollowup";
    break;
    dt.AcceptChanges();
    return dt;
    protected string getProductName(string id)
    string productName = "";
    DataTable dt = new DataTable();
    using (SPSite site = new SPSite(getMarketSurveillanceURL()))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists.TryGetList("Product");
    SPQuery oQuery = new SPQuery();
    string query = "<Where><Eq><FieldRef Name='ID'/><Value Type='Text'>" + id + "</Value></Eq></Where>";//getCurrentUserID()
    oQuery.ViewFields = "<FieldRef Name='ProductEN'/><FieldRef Name='ProductAr'/>";
    oQuery.Query = query;
    dt = list.GetItems(oQuery).GetDataTable();
    foreach (DataRow dr in dt.Rows)
    productName = dr["ProductEN"].ToString();
    return productName;
    protected string getCategoryName(string productID)
    string categoryName = "", CategoryID = "";
    DataTable dtCategory = new DataTable();
    DataTable dtProduct = new DataTable();
    using (SPSite site = new SPSite(getMarketSurveillanceURL()))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists.TryGetList("Product");
    SPQuery oQuery = new SPQuery();
    string query = "<Where><Eq><FieldRef Name='ID'/><Value Type='Counter'>" + productID + "</Value></Eq></Where>";
    oQuery.ViewFields = "<FieldRef Name='CategoryID'/>";
    oQuery.Query = query;
    dtProduct = list.GetItems(oQuery).GetDataTable();
    foreach (DataRow dr in dtProduct.Rows)
    CategoryID = dr["CategoryID"].ToString();
    using (SPSite site = new SPSite(getMainSiteURL()))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists.TryGetList("SAS_Categories");
    SPQuery oQuery = new SPQuery();
    string query = "<Where><Eq><FieldRef Name='ID'/><Value Type='Text'>" + CategoryID + "</Value></Eq></Where>";
    oQuery.ViewFields = "<FieldRef Name='Category_Title_EN'/><FieldRef Name='Category_Title_Ar'/>";
    oQuery.Query = query;
    dtCategory = list.GetItems(oQuery).GetDataTable();
    foreach (DataRow dr in dtCategory.Rows)
    categoryName = dr["Category_Title_EN"].ToString();
    return categoryName;
    public static void CopyTo(Stream input, MemoryStream output)
    byte[] buffer = new byte[16 * 1024]; // Fairly arbitrary size
    int bytesRead;
    while ((bytesRead = input.Read(buffer, 0, buffer.Length)) > 0)
    output.Write(buffer, 0, bytesRead);

    Have you found a solution to this issue? I am searching for the same.

  • Issue with SSRS 2008

    Hey, I am trying to generate this oracle database report and getting this error message.
    I am using SSRS 2008 to build this report and the query is not responding.
    It give me: ORA-01858: a non-numeric character was found where a numeric was expected
    When I run my Query in the builder, it returns perfect results, however if I try and run my Query through the report I made in SSRS2008, it gives me this error message. The Query is connecting to a PL/SQL database.
    Here is my query.
    Please I need help. Thanks in advance.
    SELECT distinct
    t.uniquenum,
    t.doc_id,
    t.doc_class,
    t.BAIDS as Business_Account_ID,
    t.doc_category,
    t.doc_type,
    t.trade_entity,
    t.trade_id,
    t.document_date,
    t.trade_date,
    t.inactive,
    t.modified_by,
    t.modified_date,
    t.mime_type,
    t.product_category,
    t.term_matured_date,
    t.doc_classification,
    s.uniquenum
    from fndept.sig_updated_docs_header t
    join fndept.sig_updated_docs_detail s
    on (t.uniquenum = s.uniquenum)
    WHERE
    (Trunc(modified_date) BETWEEN to_date(:BeginDate, 'mm/dd/yyyy') AND to_date(:EndDate, 'mm/dd/yyyy'))
    ORDER BY t.DOC_CLASS, t.DOC_CATEGORY, t.DOC_TYPE, t.modified_date

    Another possibility report parameters :BeginDate and :EndDate are declared in SSRS as DATETIME and therefore being passed to Oracle as DATE. Then construct:
    to_date(:BeginDate, 'mm/dd/yyyy')which expects a string as first parameter but receives a DATE implicitly converts :BeginDate to string using default date format which is most likely set to 'DD-MON-YYYY' and then tries to convert that string to date using 'mm/dd/yyyy' format. Obviously it fails. For example (I'll use SYSDATE):
    SQL> select to_date(sysdate, 'mm/dd/yyyy') from dual;
    select to_date(sysdate, 'mm/dd/yyyy') from dual
    ERROR at line 1:
    ORA-01858: a non-numeric character was found where a numeric was expected
    SQL> If that's the case (:BeginDate and :EndDate are declared in SSRS as DATETIME) - remove offending TO_DATE:
    WHERE
    (Trunc(modified_date) BETWEEN :BeginDate AND :EndDate)
    ORDER BY t.DOC_CLASS, t.DOC_CATEGORY, t.DOC_TYPE, t.modified_dateSY.

  • Issue with Logical Expression CO & Chinese Characters

    All - I have the following issue.
    y = 'ABCD...abcd...'
    IF x CO y.
    ENDIF.
    This doesn't seem to work if x contains a value in only Chinese characters.  Does anyone know why?  Is there another way to evaluate a field to see if it contains only Chinese characters?

    May be because text environment not set to chinese (sy-langu = 1)
    add the following code before Y=' ABCD...'.
    data lv_langu type sy-langu value '1'.
    set locale language lv_langu.
    Regards
    Sridhar

  • Security Issues with Airport Express

    Hi I am relatively new to wireless computing. After setting up my wireless express in an apartment complex I am able to see not only my connection but two other ones. (I assume they are from apartments closeby.) This leads me to wonder if I need to password protect my connection or are there some precautions I should take? How do I implement security measures so that others cannot access my imformation? Thank you.

    You need to run the Airport Setup Assistant in your Utilities folder. This will step up you through the process of getting your security & passwords in place. Basically you need to select WPA in the security section and choose a password of random letters & numbers up to 63 characters in length.
    If you don't secure your network then anyone within distance can basically get internet access for free through your connection and who knows what else they can do on your system. Just set up the WPA & passwod and you're set!
    You will still see other networks within your area though. As long as you know the name of your network then that's all you need to know. By the way, you can choose the name of your network during the setup process.
    I set up my Airport Express for the first time today and I love it! AirTunes works great and the connection speed even seems faster since I don't need to run my OS X firewall. NAT Routers are great hardware firewalls.
    Good luck and enjoy!

  • Issues with evaluation of EL expressions

    Hey everyone
    I am having issues with EL expressions being printed instead of evaluated when they are between tags. They work fine when they are in the tag itself. I will show you my code:
    This is a snippet from the parent file that includes the other file:
    <jsp:include page="./includes/test.jsp" >
      <jsp:param name="color" value="blue" />
    </jsp:include>This is the test.jsp file. It all works as expected except for that second line which only prints ${param.color} instead of the actual parameter text:
    REGULAR OUTPUT WORKS
    <br><font color="red"> COLOR OUTPUT WORKS</font>
    <br>${param.color}
    <br>Param inside color tag: <font color='${param.color}'>HERE</font>
    <% String test = request.getParameter("color"); %>
    <br>OUT.PRINT input: <% out.print(test); %>This is the output:
    REGULAR OUTPUT WORKS
    COLOR OUTPUT WORKS (this is in red)
    ${param.color}
    Param inside color tag: HERE (the word 'here' is in blue)
    OUT.PRINT input: blue
    In my book (Head First Servlets and JSP) it uses this exact syntax and says it should work. I am running tomcat 5.5. Any ideas? Thanks!
    John
    EDIT: I got it working with <c:out> but is there a way to do it without <c:out>?? Like I said before my book does it without <c:out> and it seems to work for them and is much cleaner looking that way.
    John
    Edited by: jrock on Nov 14, 2007 3:45 AM

    is there a difference between the JAR files for 1.0 and 1.1? Or is it the same JAR and only URI changes? Yes there is a difference between the 1.0 and 1.1 JSTL jar files.
    The JSTL1.1 jar files includes the JSTL1.0 tlds for backwards compatibility.
    Check what version you've got by looking at the Manifest.mf in the META-INF directory of one of the jars.
    You can get JSTL1.1 from here: http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi
    Also with JSP 2.0 / JSTL 1.1 is it possible to still use web.xml entries if I want? Its possible to retain those web.xml entries, but not really recommended. The container should find it without your spelling it out.
    If you do go down that path, just make sure you match the right URI to the right tld. Nothing would be more confusing than using the JSTL1.1 uri and mapping it to the JSTL1.0 tld file :-)
    Also, the <taglib> tags are no longer a top level element of a webapp, but need to be nested inside a <jsp-config> in the new schema.
    ie previously it was
    <web-app>
      <taglib>
        <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
      </taglib>
    ...The web.xml from from version 2.3 to 2.4 is not entirely compatible.
    You now need to make it
    <web-app>
    <jsp-config>
      <taglib>
        <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
      </taglib>
    </jsp-config>
    ...

  • SSRS expression for division

    Hi All,
    Below is the my table with SSRS expressions marked as A and B 
    Expression A gets the serial number 1, 2, 3 etc
    I need to get expression A/B
    Any help on this much appreciated
    Thanks 
    Pradnya07

    It's look like you want B/A, not A/B.
    You can try couple things. If you are allowed to use ReportItems and refer to the textbox value, then simply use this:
    =ReportItems!textboxnameforB.Value / ReportItems!textboxnameforA.Value
    If that gives you error as far as not allow to use ReportItems, then try create a divide function in custom code and then pass the value to it.
    Public Function Divide(Num1 as double, Num2 as double) AS double
        IF IsNothing(Num1) Or  IsNothing(Num2) Or Num1 = 0 Or Num2 = 0 Then
            Divide = 0
        ELSE
            Divide = Num1  / Num2
        END IF
    End Function
    Then, simply use this in the textbox you want the value:
    =code.Divide(RunningValue(Fields!new_programmeoutputid.Value,CoutDistinct, "new_outputs"),RunningValue(Fields!new_claimmonthid.Value,CountDistinct,
    Nothing))
    If that still does not work, then try to bring these values in the query itself.
    good luck.

Maybe you are looking for

  • Converting NEF (Nikon RAW) to DNG results in error message

    I'm trying to convert the NEF (raw) images off my Nikon d90 to DNG to import and work with in PS CS2. Using the DNG Converter tool, having made my settings and pressing "Convert", I get an error for all the 54 files in the selected folder. "An error

  • Help, ibook not booting after installing update 10.4.8 combo

    Hi there, i just updated my ibook 500 dual usb, with 10.4.8 combo and when i restarted the screen was gray with a flashing question mark. I tried to boot in every mode (with x, with startup manager) and also i checked with disk warrior and disk utili

  • My MacBook won't recognize my Sony Cybershot

    When connect the camera to my MacBook, it doesn't appear on the screen (it also doesn't appear on my iMac). When I go to Image Capture, it says that nothing is plugged in... The camera is on, all the settings are as they should be. Is this a Sony pro

  • AI config.vi

    Hi guys, I am new to LabVIEW and I am trying to understand a program that a work collegue of mine has written. Basically the program just acquires data at 500Hz sampling rate from accelerometers. Anyway, one of the first functions he has used is call

  • Can I use the CL_GUI_FRONTEND_SERVICES class in background jobs

    can i use the class CL_GUI_FRONTEND_SERVICES and its methods for the background job purposes... Thankyou Bhaskar