Xcelsisus 2008 Filter Component

Hello all,
I am new to Xcelsius and have just started exploring the features of the product. I was wondering if any of the forum members would be able to answer a question on Filter Menu Component of the product.
I have the following:
ColumnA ColumnB ColumnC
A1 B1 1
A1 B1 2
A1 B2 7
A1 B2 10
A2 B1 1
A2 B1 5
A3 B1 1
I am trying to plot a chart on column C for every combination of A and B using the filter menu option. I created the filter option on columns A and B and tried to store this subset of data into a different worksheet and then create a chart that plots on this subset of the data.
Now when I compiled the file and ran it, only the first instance of the combination seems to be plotting. All the further occurences of the filtered data are not plotting in the chart. Is this a known issue with the "filter" menu that it does not output more than one row of the filtered data? I would appreciate your help,
Thanks,
Jeevan

The Filter component is working as expected. The Filter component requires unique entries, duplicates will not be shown. For example, if the user selects A1,B1 the output will always be 1 and never 2. Of the duplicate entries, only the first one will be recognized. The Filter component also can only insert one row at a time into the Destination cells. If you wish to have multiple rows inserted you will need to leverage the Filtered Rows functionality. Please refer to the User Guide for more information.

Similar Messages

  • Not able to select the source in hold filter component

    Hi Experts,
                        I am using live office connection in Xcelsius 2008 Enterprise sp 3 .
    I am using a hold Filter component . When ever I select  rows upto 100- 150  in the source that is selected and works fine.
       But when I try to select more than this limit , the selction is retained in the pop up area but does not reflect in the area , where source is written in the Xcelsius. And also , the data is not reflected as it should.
                      Is there any limit for the selection?
    If yes then , is there any work around I can select all the rows in the source?
    Regards,
    Anamika.

    Hi,
    R u loading the data from flatfile or from source system. U can change in trasfer structure if the load is from flat file. U have to change in R3 side in RSA6 just by cliking on change mode of the datasource. U have select selection option in the extract strcture maintanance in R3.
    Khaja

  • Filter Component

    Hello all,
    I am new to Xcelsius and have just started exploring the features of the product. I was wondering if any of the forum members would be able to answer a question on Filter Menu Component of the product.
    I have the following:
    A       B     C
    A1    B1   1
    A1    B1   2
    A1    B2   7
    A1    B2   10
    A2    B1   1
    A2    B1   5
    A3    B1   1
    I am trying to plot a chart on column C for every combination of A and B using the filter menu option. I created the filter option on columns A and B and tried to store this subset of data into a different worksheet and then create a chart that plots on this subset of the data.
    Now when I compiled the file and ran it, only the first instance of the combination seems to be plotting. All the further occurences of the filtered data are not plotting in the chart. Is this a known issue with the "filter" menu that it does not output more than one row of the filtered data? I would appreciate your help,
    Thanks,
    Jeevan

    The Filter component is working as expected. The Filter component requires unique entries, duplicates will not be shown. For example, if the user selects A1,B1 the output will always be 1 and never 2. Of the duplicate entries, only the first one will be recognized. The Filter component also can only insert one row at a time into the Destination cells. If you wish to have multiple rows inserted you will need to leverage the Filtered Rows functionality. Please refer to the User Guide for more information.

  • Drill Down From Filter component -- Chart -- Chart

    I am quite new to xcelsius !! Following is my situation!!
    Below are counts for Channel and Company for each month!!
    Channel --Company Jan Feb Mar
    abc -Ilco----
    100 --200-300
    def -AMO--200300--100
    efg -HCL -
    100---200-100
    I created a Filter component and According to Channel and Company for Each month I could able to show Policy count.....
    I achieved until this!!
    Now the Requirement is something like this.When the user clicks on Company(Abc) and Channel (ILCO)he could able to see following in three diffent Graph!!!
    Case Size---Counts---- Age Group-CountsPending Status--
    Counts
    0-10k--500-5525Issued--
    50
    11k-50k-----5056-7575Underwriting Approved- 50
    100--100--
    100
    Please tell me the approach of doing this or is there any better option to show these!!
    Thank you,

    Hi patnaik ,
    I understand that you are not using Filter component any one and you might be using other components like combo box, radio button etc..
    You can achive this, Point all company values to the first componet source and destination to one cell and write the formula in such a way that compare the destination of the first compoent and get the list of channels particular to the selected company and point then to the second component source and give destination to the second componet.Write formulas based on the second components destination cell and ge the values required for graph and point them to the graphs.
    Let me know if you have any questions.
    Cheers,
    Sudharam

  • Crystal Reports 2008 Charting Component

    When attempting to create a new report using the bar chart type, I receive the following error from the report wizard:
    Crystal Reports Charting Component sscsdk80.dll could not be found
    Please re-run the installation to fix this problem.
    I have re-run the installation, selecting additional features of custom charting, and mapping and it did not solve the problem. I have tried to manually register sscsdk80.dll with regsvr32 and that fails:
    Load Library Failed. The specified module could not be found. Which must refer to a dependency (?) of that .dll since sscsdk80.dll is obviously present.
    I have tried copying sscsdk80.dll to the windows\system32 directory and manually registering with regsvr32 and that fails as well.
    Any help would be appreciated. Trying to avoid un-installing and re-installing the entire Crystal Reports 2008 application.

    We had 2 users with this error this week, both on CR2008 SP2.
    The file is located here, assuming BO/Crystal is installed to the default location: C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    I copied the .dll file to this location: C:\Program Files\Business Objects\common\4.0\bin
    That stopped the error coming up and the graphs are displaying correctly. Had a similar error with the keydecoder.dll which I resolved by doing the above. Re-installing SP2 fixed the keydecoder.dll error for a while but then it started re-occuring and I tried the above fix, and the error hasn't come back.
    We're on XP SP3.

  • VB 2008, CR component and MS Acc: how to access with database(not user) pwd

    These are the detail of the query:
    1. MS Access 2003 and later database via OLE DB provide for entry of a u201Cdatabase passwordu201D to provide additional protection.
    2. In VB 2005 and in VB2008 environment I have managed to establish a connection with a database password and open recordsets using ADO connection. See code below.
    Note. stPassword is user password and stDBPassword is database password with the following code:
    With cnn
              'set connection string
              .ConnectionString "Provider=Microsoft.Jet.OLEDB.4.0; Password=" & stPassword & ";Data Source=T:\CPI.mdb;User ID=" & stUser & ";Persist Security Info=False;" & "Jet OLEDB:System database=t:\cpi.mdw;Jet OLEDB:Database Password=" & stDBPassword
              .Open()  
    End With
    3. When using Crystal Reports component supplied with VS 2008 I can only provide USER NAME and USER PASSWORD. No information is available how and where to enter DATABASE PASSWORD to the Crystal Reports component. As a result, Crystal Reports Viewer starts to run. Obviously access is denied because no DATABASE PASSWORD has been provided to the component. A common dialog comes up to enter database password.
    4. User does not necessarily need know the DATABASE password and I am not interested in providing the database password to every user who runs reports. In this project database password serves as a form of protection from tampering with the database structure and contents through the use MS Access to access the database.
    5. Here is the code to demonstrate logon via Crystal Component described above:
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    And then in a sub:
        Dim cnnInfo As ConnectionInfo = New ConnectionInfo()
        'cnnInfo.DatabaseName = cnn.DefaultDatabase
        cnnInfo.UserID = stUser
        cnnInfo.Password = stPassword
    No place to input DATABASE password!!!
    Does anyone know how can I input database password or provide a connection string or maybe ADO connection object which is opened within the project code.

    It seems like it is not possible to set the DB level password with the CR Visual Studio bundled version (as stated in the following KB c2010267). You would need to use the full version, and use the code below:
    Symptom
    A VB .NET application uses Crystal Reports for Visual Studio .NET as the reporting development tool.
    A report is created that connects to a password protected Microsoft Access Database.
    How do you pass a password (for database level security) or a password and user ID (for user level security) at runtime using the different connection methods(Native/ODBC/OLEDB)?
    Resolution
    To pass the database level password or a user level
    userid/password at runtime, use the following code
    sample:
    'Add the following namespaces to the top of the code
    'page
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Dim crReportDocument As New ReportDocument()
    Dim crConnectionInfo as New ConnectionInfo
    Dim crtableLogoninfo As New TableLogOnInfo()
    Dim CrTables As Tables
    Dim CrTable As Table
    crReportDocument = New CrystalReport1()
    With crConnectionInfo
    <**Insert code from below depending on the type of
    connection and the version of Crystal Reports you are
    using**>
    End With
    CrTables = crReportDocument.Database.Tables
    For Each crTable in crTables
    crTableLogonInfo.ConnectionInfo =
    crConnectionInfo
    CrTable.ApplyLogOnInfo(crTableLogOnInfo)
    Next
    CrystalReportViewer1.ReportSource =
    crReportDocument
    Database Level Security
    " For Native and ODBC connections, use the following
    code:
    .Password = "Password"
    " For OLEDB connections, use the following code:
    .Password = chr(10) + "Password"
    ====================
    NOTE:
    You cannot set a database level password when
    using Crystal Reports for Visual Studio .NET 2002 or
    2003.
    ====================
    User Level Security
    " For ODBC and OLEDB connections, use the following
    code:
    .Password = "Password"
    .UserID = "UserID"
    For ODBC connections, in the ODBC data source, you
    have to point the system database to the appropriate
    MDW file. In addition, click the 'Advanced' button and
    specify the User ID and password.
    ====================
    NOTE:
    You cannot set a user level password when using
    a native connection with Crystal Reports 9.2 and
    Crystal Reports for Visual Studio .NET 2002 or 2003.
    This KB is valid for:
    CRYS REPORTS VS .NET.9.1
    CR FOR VS .NET 2005
    CR FOR VS .NET 2008

  • Increasing row capacity of any excelcius component (Filter ,Combo Box)

    Hi
    Even though I have increased the capacity of Dashboard rows capacity from 512 to 2000.
    But my filter component or combo box component source data is mapped to more than 512 rows in the spreadsheet,while previewing it still shows data of 512 rows.
    Is there any way to increase component capability?
    I know the performance will be bad but still atleast it should capture the whole source data records and

    It could be two reasons
      First Reason: it could be due to the limit of no of rows in excel .Please check the preferences option in Xcelsius . By default it will be set as 512 rows of data increase that to required rows.
       Second Reason: if you are using live office in Xcelsius.By default it will fetch 512 rows of data.To increase limit we have to do some server side settings.Please refer to the following SAP Note which gives the solution to this problem.
      SAP Note:1307538
      or go through the following steps:
    These changes have to be made on the server side
    1.     Create a backup of dsws-liveoffice-provider.jar from serveru2019s InstallDrive:\program files\business objects\Tomcat\webapps\dswsbobje\WEB-INF\lib for future reference.
    2.     Copy dsws-liveoffice-provider.jar from serveru2019s InstallDrive:\program files\business objects\Tomcat\webapps\dswsbobje\WEB-INF\lib to your computer.
    3.     Rename the file just copied to dsws-liveoffice-provider.jar.zip (add.zip to end of filename)
    4.     Create folder in root of InstallDrive: named META-INF (case sensitive), in InstallDrive:\META-INF named BusinessObjects (case sensitive) and in InstallDrive:\META-INF\BusinessObjects named DSWS (case sensitive)
    5.     Using WinZip or WinRAR, unzip the file named liveoffice_config.properties from the dsws-liveoffice-ws.jar.zip file copied from the server. Place this file in InstallDrive:\META-INF\BusinessObjects\DSWS.
    6.     Edit the liveoffice_config.properties file and find the following section:
    #max number of range rows and range columns to return
    maxRowCount=512
    maxColumnCount=512
    7.     Edit the maxRowCount entry to the value youu2019d like to use
    8.     Save the file as liveoffice_config.properties (same filename)
    9.     Using winRAR or WinZip add the new liveoffice_config.properties file back to dsws-liveoffice-ws.jar.zip, making sure to use the "use absolute path" option.
    10.     Stop Apache Tomcat service on BO server
    11.     Copy dsws-liveoffice-ws.jar.zip to serveru2019s InstallDrive:\program files\business objects\Tomcat\webapps\dswsbobje\WEB-INF\lib.
    12.     Rename dsws-liveoffice-provider.jar in serveru2019s InstallDrive:\program files\business objects\Tomcat\webapps\dswsbobje\WEB-INF\lib directory to dsws-liveoffice-provider.jar.old.
    13.     Rename dsws-liveoffice-provider.jar.zip in serveru2019s c:\program files\business objects\Tomcat\webapps\dswsbobje\WEB-INF\lib directory to dsws-liveoffice-provider.jar
    14.      Empty the Tomcat cache by deleting the content of the folder <<C:\Program Files\Business Objects\Tomcat55\work>>
    15.     Restart Apache Tomcat on server
    This should increase the number of rows fetched by LiveOffice, however it may happen that changing the number of rows in the liveoffice_config.properties many times may result in liveoffice picking the data from the cache. Hence deleting the cache (C:\Program Files\Business Objects\Tomcat55\work) is necessary. Incase deleting the cache also doesn't work, we may have to redeploy the dswsbobje folder.
    To redeploy, follow the steps given below:
    1.     Go to C:\Program Files\Business Objects\Tomcat55\webapps and keep a backup of the dswsbobje folder.
    2.     Now delete this folder and restart Tomcat.
    3.     Restarting Tomcat will recreate the dswsbobje folder but will again default the number of rows fetched by LiveOffice to 512.
    4.     We will again have to follow the steps mentioned in the start to increase the number of rows from 512 to the desired value.
    5.     Restart Tomcat again for the changes to take place.
    Note: Increasing the number to large values might cause inconsistency in the behavior or instability.

  • J2EE Filter for /irj application

    Hi,
    i developed a J2EE Filter for irj application but i am getting some problem:
    1) The irj application cannot load the J2EE Filter; it throws a ClassNotFoundException. I think that the problem is linked with a
        ClassPath/ClassLoader issue.
    2) I don't know the session attribute name that stores the URL alias used by a user during logon step. I have to set up to null 
         this attribute in order to obtain a recomputation of the portal desktop to show when a user change application using  
         different alias.
    These are the steps:
    1) I made a jar file for the filter linked to a .sda file through NWDS.
    2) I deployed this sda file throug NWDS
    3) I changed the web.xml to configure the new filter component
    4) restart the server but not worked.
    Can anyone help me please?
    Carlo Paglia

    Hi,
    the file is correctly located in the dir that you suggested. Opening Visual Administration tool i can see the entry "EnteprisePortalFilterLibrary"  in the Libraries section linked with the jar name.
    Restarting the server i obtain again ClassNotFoundException. I think that the problem is correlated to the server ClassPath but i don't know how to configure it.
    Have you got other suggestions?
    Kind regards,
    Carlo Paglia

  • Table Filter with static LOV column

    Hi,
    I am using JDeveloper 11.1.14 and ADF-BC in my project.
    For one of the tables,I have the following scenario.
    1. I have a viewobject [Ex: EmpVo] in which one of the attributes has a static LOV[:Ex: 'Status' attribute in EmpVo has static LOV - StatusLOV with values A - Active I - Inactive].
    2. EmpVo -- > Employee table which stores A and I as status values in database
    3. Display this view object as table in jsff page.
    In the jsff page, when filter is enabled, for the status column I am able to filter only using 'A' and 'I'.
    But actually filter has to work with 'Active' and 'Inactive' as filter values.
    Please suggest the best way to implement filter in this scenario
    Thanks,
    Praveen

    Take a look at the following article:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/16-custom-table-filter-169145.pdf
    Here, for LOV's you could have an LOV as a filter component instead of the default inputText component.
    Thanks,
    Navaneeth

  • InputDate Column Filter Date Format Problem

    Hi,
    I have an af:table with filterable columns and some of these columns are based on Timestamp VO attributes.
    When I enter a date filter - either manually or from the associated date picker, the filter is applied correctly using a date format of dd/MM/yyyy.
    However, when the table is subsequently refreshed, the filter value is still present but has been re-formatted to "yyyy-MM-dd hh:mi:ss" format (default format for a Timestamp datatype?). The an error appears in the column filter component - "Error: The date is not in the correct format".
    If I want to retain the filter value across queries, how can this be achieved?
    My table column is defined as follows:
    <af:column sortProperty="#{bindings.ViewDataVO1.hints.LastReadingDate.name}"
                                                   filterable="true" sortable="true"
                                                   headerText="#{bindings.ViewDataVO1.hints.LastReadingDate.label}"
                                                   id="c59"
                                                   rendered='#{bindings.ViewDataVO1.hints.LastReadingDate.displayHint != "Hide"}'
                                                   displayIndex="#{bindings.ViewDataVO1.hints.LastReadingDate.displayHeight}">
                                            <f:facet name="filter">
                                                <af:inputDate value="#{vs.filterCriteria.LastReadingDate}" id="id4">
                                                    <af:convertDateTime
                                                                        pattern="#{bindings.ViewDataVO1.hints.LastReadingDate.format}"/>
                                                </af:inputDate>
                                            </f:facet>
                                            <af:outputText value="#{row.LastReadingDate}" id="ot59">
                                                <af:convertDateTime pattern="#{bindings.ViewDataVO1.hints.LastReadingDate.format}"/>
                                            </af:outputText>
                                        </af:column>I've tried messing with the properties of the af:convertDateTime component, but I'm thinking the problem is in the population of the filter facet inputDate with the vs.filterCriteria.LastReadingDate value. This does not appear to be re-formatted for display - but I don't know how to manipulate this value...
    Or is there a better way? This seems more complicated than it should be...?
    By the way, I am using JDeveloper 11.1.2.1.0 for my development.
    Thanks.

    Does it work fine if you change the pattern for convertDateTime?
    I.e
    change
    <f:facet name="filter">
                                                <af:inputDate value="#{vs.filterCriteria.LastReadingDate}" id="id4">
                                                    <af:convertDateTime
                                                                        pattern="#{bindings.ViewDataVO1.hints.LastReadingDate.format}"/>
                                                </af:inputDate>
                                            </f:facet>to
    <f:facet name="filter">
                                                <af:inputDate value="#{vs.filterCriteria.LastReadingDate}" id="id4">
                                                    <af:convertDateTime
                                                                        pattern="dd/MM/yyyy"/>
                                                </af:inputDate>
                                            </f:facet>-Arun

  • Call GET_SEARCH_REASULT service from scheduler event filter Iin UCM

    Hi,
    In our application, the mail should get sent to the content author on content revised date. For that, we have written a scheduler event filter component which will get invoked after every five minutes. In filter class I want to call GET_SEARCH_REASULTS service to get the list of contents and its authors to send mail.
    Can anybody please tell me how to call GET_SEARCH_REASULTS service from scheduler event filter?
    Thanks in advance.

    Hi Nitin
    Why cant you try writing custom query and custom service ?
    Please refer idoc script reference guide for getting the parametrs to be passed when using Get_search_results.

  • Displaying Filter Content in defined order

    Hi all,
    I have a Filter component and would like to display the content as user-defined way...Any idea?
    Thx.
    Eddy.

    ya You can do it
    column a        column b
    B                      10
    C                       20
    F                        40
    A                       50
    Now youR user defined this order
    column z
    A
    B
    C
    F
    Now we will take two filter
    In filter 1
       *If you double click the component it will show the properties -
    >in general tab
       *mark the labels cells column z
       *INSERTION TYPE select label
       *DESTINATION cell A1
    In filter 2
        *If you double click the component it will show the properties -
    >in behaviour tab
    SELECTED ITEM -->ITEM->select cell A1 (which is destination of filter 1
        *in in general tab
        *LABELS--->BIND THE COLUMN A
        *INSERTION TYPE--->row or filtered row
        *SOURCE---->BIND THE COLUMN B
        *DESTINATION---->A2
    NOW DISPLAY THE A2 CELL Through spreadsheet or some component.....
    Now hide the filter 2 by changing the colour .......
    Edited by: Kannan Balamurugan on Jun 20, 2011 4:34 PM

  • Filter default values not available

    I created filter, for example:
    1
    2
    3
    but when I preview my dashboard - no default value (first value  '1') transferred into destination
    When I set default value(value '1') in destination and preview - no value exist in destination
    And only when I choose value from filter - destination became choosen value
    How to pass filter default value ?

    Hi,
    As you know Filter component filters the data for the selected values, but this component has the peculiar feature that it filters and displays only the result fields after filter without displaying the field present in the filter criteria.
    Example:
    your data is of the form:
    Prod1           Reg1           Mat1        10
    Prod1           Reg2           Mat2        20
    Prod2           Reg1           Mat1        30
    Prod2           Reg2           Mat2        40
    if the filter component has 2 filters for product and region then on selection of Prod1 and Reg1 the destination will display
    Mat1   10
    It displays only fields not present in filter criteria from the source data into destination.
    Hope this helps.
    Bhavna.

  • Filter a list-views on page by Date and Time column, not only by Date (Connected Webpart)

    I have a task - create a page and display on it all lists/libraies with documents of team meetings. Every meeting has a documents and another information, which is storing in the same lists/libraries  on website as another meetings. Additionally there
    is a field "MeetingDate" (type: DateTime), which help to indetify a meeting documents.
    I have added all on one page and my custom connected webpart (IWebpartRow interface), which help to filter all views on page by field meeting date. It send a date to another webparts on page, and user see information only for this date.
    It works fine, but the problem is, that it used only DATE (without time) and i need now to filter all by date and time. 
    Unfortunately, i noticed that i cannot filter items by date with time in the standard list too. Please see my screenshot.
    My question is: may be i should use another interface (not IWebPartRow) that to send 2 values (1 - date, 2 - time) and filter all by 2 columns. Is it possible?
    Unfortunatelly i didn't find something like this. I found only a solution to build url like 'http://sp2013/SitePages/Homepage.aspx#InplviewHasha2528afc-50c3-4d5e-aae9-682400976409=FilterField1%3DDatum-FilterValue1%3D2015%252D02%252D27-FilterField2%3DCustomTime-FilterValue2%3D11%253A00'
    , but it looks not so good ..(
    from MSDN forum...

    Hi,
    Per my understanding, you might want to display all the specific documents in a page, they can be filtered by values of a Date and time column.
    A possible solution I will provide is that, we can create custom visual web part to display all these documents. In the code behind, run a query with CAML to retrieved all the
    documents with the specific date and time, then generate a view of hyperlinks that points to these documents.
    In this way, we can combine the filter component with the data display component into one web part, with the help of CAML query and Object Model, it would not be a tough job to
    implement such a solution.
    More information about CAML and Object Model:
    https://msdn.microsoft.com/en-us/library/office/ee536691%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Xcelsius questions on Combo /filter Componet

    I have a situation where
    If I select a "Company" and corresponding "Channel" from the combo box I should get three different graphs according to the company and channel..
    I tried by creating a filter component and pass company and distribution channel  and the destination for one graph..There is no Series option in Filter Component as we have in Combo box!!In Combo box I Cant have corresponding channel from Company .
    However If i want to have 3 different graph according to the Drop down, I need to create 3 different filter Component each with Company and Channel. .and It doesn't look good and my requirement is to have one selection and should reflect entire dashboard.
    Please provide me any alternative If I select Company and Channel from Dashboard it should reflect 3 graphs at a time..
    Thank you,

    Howdy!
    What name is the new PSU, and what can it give on the three (four?) main power lines?
    SATA and SMART is not always compatible. Have you had SMART readings before?
    Here is where you can do a bit of calculating, but don't take the figures to be the absolute truth:
    http://www.jscustompcs.com/power_supply/Power_Supply_Calculator.php?cmd=AMD

Maybe you are looking for

  • IPhone constantly wants to 'set up' and restore a backup

    Hi all.  Have installed the iOS 5  in my iPhone and after restoring a backup so that my music appears again, whenever I connect said iPhone to iTunes all I ever get now is SET UP YOUR iPHONE This Computer has previously been synced with an iPhone or

  • No Harddrive when booting from OS 9.2.1 CD on G4 MDD 1.25 Dual

    I also have a G4, 1.25 GHz dual processor running OS X 10.2.8 and 9.2.1 updated to 9.2.2, 1 GB RAM. When booting from OS 9.2.1 CD (came with the computer) I do not see any harddrive. Need to reinstall OS 9 for some classic applications. Drivesetup ca

  • I can't find a phone. Please help.

    Seem to be spinning my wheels here. I re-upped my cell phone plan on Saturday and bought an LG Xenon. The hoops I have to jump through to sync with my data on my Mac are too much. I need to exchange it, but I've spent hours on the web and the phone b

  • Work center setup & clean times calculations

    dear consultants, kindly i have a confusion about WC time planning, 1. if i define the setup time in WC and when create production orders system calculate setup times for each order. but in practical production for the first order in the morning we d

  • Retaining Formatting of Word Docs

    Is there not a single app that will not strip out all or most of the formatting in Word docs opened through Dropbox? I spend a lot of time generating complex documents with a lot of formatting, and nothing I have tried preserves the formatting on the