Sync to SharePoint Workspace with Calculated columns

I have a document library (in a SharePoint 2010 site) with a calculated column that will not Sync to the SharePoint Workspace 2010.  Once I remove the calculated column, it syncs fine. 
The calculated column displays an image in the document library depending on the state:
="<center>"&IF(State="Not Started","<img src='http://rcssportal.co.riverside.ca.us/sites/teammate/PublishingImages/NotStartedIcon.png' border='0'/>",IF(State="In Progress","<img src='http://rcssportal.co.riverside.ca.us/sites/teammate/PublishingImages/InProgressIcon.png'
border='0'/>",IF(State="Prepared","<img src='http://rcssportal.co.riverside.ca.us/sites/teammate/PublishingImages/PreparedIcon.png' border='0'/>",IF(State="Reviewed","<img src='http://rcssportal.co.riverside.ca.us/sites/teammate/PublishingImages/ReviewedIcon.png'
border='0'/>",IF(State="Edited Since Reviewed","<img src='http://rcssportal.co.riverside.ca.us/sites/teammate/PublishingImages/EditedSinceReviewIcon.png' border='0'/>",IF(State="Conflict","<img src='http://rcssportal.co.riverside.ca.us/sites/teammate/PublishingImages/ConflictIcon.png'
border='0'/>","")))&"</center>")))

Hello Thomas,
Maybe you are experiencing this issue:
http://office.microsoft.com/en-us/sharepoint-workspace-help/why-is-this-sharepoint-list-not-synchronizing-all-item-fields-or-view-updates-HA010388327.aspx?CTT=1
As far as I know it is not a limitation of SharePoint Workspace 2010:
http://office.microsoft.com/en-us/sharepoint-foundation-help/synchronize-sharepoint-content-with-sharepoint-workspace-HA101854201.aspx#_Toc263166752
- Dennis | Netherlands | Blog |
Twitter

Similar Messages

  • Sync to SharePoint Workspace

    When I select Sync to SharePoint Workspace, I receive
     ‘Unspecified Errors’ for lists or libraries with subfolders.  If the list or library does not have a subfolder, those lists are synced
    fine.

    Hi Thomas,
    Please check if SharePoint WorkSpaces client on other PC machines have this issue, if yes, it may be SharePoint related issue, we can check SharePoint ULS log related error for troubleshooting, if not, it may be an isolate issue to the SharePoint WorkSapce
    client on this machine, please check if clearing the WorkSpace cache data could help per the following article.
    http://jkbytes.blogspot.com/2012/08/unspecified-error-hresult0x80004005.html
    Thanks
    Daniel Yang
    TechNet Community Support

  • Cannot sync Microsoft Sharepoint workspace 2010 with Sharepoint 2013 site

    I keep getting the below error message when I try to sync a doc lib from a sharepoint 2013 site with sharepoint workspace 2010.
    The field "AppAuthor" contains a lookup list "AppPrincipals" that cannot be resolved. The target list may not be part of the site
    I have uninstalled Lync 2013, uninstalled and re-installed office 2010, 2687364 hotfix yet the issue still persists.
    Any help will be greatly appreciated
    Kind Regards
    Louis
    thanks

    Hi,
    Is this issue only occur in one client machine? Can other machines installed SharePoint Workspace 2010 works when perform syncing?
    As you have reinstalled the 2687364 hotfix and the issue still exists, I suggest you install Office 2010 SP2 to see if it can work:
    32-bit
    http://www.microsoft.com/en-us/download/details.aspx?id=39667
    64-bit
    http://www.microsoft.com/en-us/download/details.aspx?id=39647
    Feel free to reply with the test result if the issue still exists.
    Best regards
    Patrick Liang
    TechNet Community Support

  • SharePoint 2013 Make Calculated Column based on Custom Column

    In SharePoint 2013, I am trying to create a Calculated Column that is a shortened display of another Custom Column. The Calculated Column would just show the first 100 characters concatenated with "..." like in the following formula:
    =LEFT([CustomColumn],100)&"..."
    However, every time that I go to create this calculated column, SharePoint doesn't provide my [CustomColumn] in the "Insert Column:" list. If I type it in anyway, SharePoint throws an error.
    Details on my Column, List, and Site below:
        Col. Type: Multiple lines of text
        Col. Group: Custom Columns
        Col. Text Type: Enhanced rich text
        List Content Type: Custom Type Inherits from Event
        Site Type: Publishing
    Also, to no avail, I found this similar post (link below), but creating the Site Column and Calculated Column
    before adding it to the Content Type did not work for me. 
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/26a7517e-ba43-4c49-95aa-3e6f7f4207ba/calculated-field-in-content-type-not-working
    Anyone out there know how to coax SharePoint into submission?!

    Multi lines of text are one of the types of columns which can't be used by calculated columns/fields. Among such unusable columns are also Lookup columns, People columns, External Columns, MMS columns, etc.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Help with calculated column formula- combine strings and convert to date

    In my list (SharePoint Server 2013) I have:
    'Invoiced Month' column, type of choice (strings with names of months- January, February, March..., December)
    'Year' column, single line of text (e.g. 2012, 2013, 2014)
    1. I need to create a calculated column which will return combined value of the columns above, but in DATE format e.g. 'Sep-2013' or '01-Sep-2013'.
    I then use that newly created calculated column to do this: http://iwillsharemypoint.blogspot.in/2012/03/sharepoint-list-view-of-current-month.html
    I am rubbish with formulas, can I have some help with my problem please?

    Hi,
    Use the formula, I have tested by creating Months column with choice, Year column as numeric and Calculated column as DateTime returned.
    =DATE(Year,IF([Months]="January", 1,IF([Months]="February",2,IF([Months]="March",3,IF([Months]="April",4,IF([Months]="May",5,IF([Months]="June",6,IF([Months]="July",7,IF([Months]="August",8,IF([Months]="September",9,IF([Months]="October",10,IF([Months]="November",11,12))))))))))),1)
    Before applying the formula few things need to be noted.
    DATE(YEAR, MONTH,DAY) will accepts three parameters all should be type numeric(integer).
    Create the Year column of type numeric
    Create the calculated column of type "DateTime" to return as date
    Please mark it answered, if your problem resolved or helpful.

  • Indexing running forever with calculated columns

    I want to use an InfoCube as a source in Business Objects Explorer. So I defined a universe on top of the InfoCube using Information design tool along some calculated columns (similar to calculated key figures in BEx query).
    The indexing used to work fine with the default keyfigures in the InfoCube. I started using the newly created calculated columns and now the indexing runs for hours and does not complete until I remove the calculated columns. Is this a performance issue, if yes please do let me know how to fix it.
    Thank you

    Hi Pavan,
    Thanks for the reply. I will try doing that and will get back to yo.
    The relational data foundation of this universe was defined over an InfoCube and it did not have any primary keys for dimension tables (master and text) nor the foreign keys (fact table). Does this also affect the performance of explorer?

  • Write back option with calculated column

    Hi,
    We are trying to use write back option to update some records in our database. We've followed the steps of this blog http://oraclebizint.wordpress.com/2007/09/20/oracle-bi-ee-101332-write-back-option-budgetingplanning/ and we got it running without problems.
    The thing is that we particulary need is to store values that arent a "direct" user input. We are calculating the column through a formula and enabling it for write back, but if there's no interaction with that edit field, changes are not commited to database.
    As we read in Presentation Services Administration Guide (http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31766.pdf) at page 91
    +"If the user *types a value in an editable field* and clicks the write back button, then the++
    +application reads the write back template to get the appropriate insert or update SQL command".+
    So our question is ¿is it strictly necessary user interaction (in terms of typing values in the write back field) to commit changes to database?. ¿Is there any way without user typing of storing values from BI to db?
    We think user typing is mandatory but we have to be completely sure about this because we have to provide a serious and right answer to our customer.
    Thank you very much in advance for any help provided.
    Regards

    There has to be a user interaction - i.e. typing something. You can't just update the DB with some value you calculate.
    Cheers,
    Christi@n

  • Problem with calculated column, everything inc. NULLs appear

    Good morning,
    This one is tough.
    I have a dimension Category (with categories: Fruits, Vegies, Canned, etc.). And in my fact table I have field Expense. Then I decided to create calculated fields like "Fruits Expense" -
    CASE WHEN Dim."Category" = 'Fruits' THEN Fact.Expenses "."Expenses $ CY" END
    There're 2 problems:
    A) if the field Category isn't dropped in Answers there're many NULLS (all Exp values which don't belong to 'Fruits')
    B) If Category isn't there, there're even more NULLs - which don't look good at all - there're too many empty values
    Of course, it's possible to train users to use filters (is not null), etc. - but then it's really not what OBIEE is good at.
    Can someone suggest a better approach?
    I proposed in the beggining to create fields in the DB like "Expense Fruits" - but ut was deemed too complicated on ETL side.
    Thank you and have a wonderful OBIEE day
    UPD: OK, I want to rephrase it and make it easier. Except for using "is not null" filter- is there any other way to supress NULL values? I'm getting 12 empty ones and 1 i need. Is there anything I could do in order to supress showing NULL values by default. Thanks
    Message was edited by:
    wildmight
    Message was edited by:
    wildmight

    Thank you Nilanshu! Where have you been! I'm already seeing quite a few useful contributions. I'll try to go ahead and test your suggestions and I'll report what I've found.
    P.S> It works like a charm. Thank you
    Message was edited by:
    wildmight

  • How to combine looping column with calculated column

    Dear Gurus,
    I have a report that contains number of sale items in each plant. And plant (0PLANT) is a master data. I have to calculate Accumulate Total as below:
         Plant                         
    Date     Mall 6     Pinklao     Siam     Mini L/P     Total     Acc. Total
    1     135,260     186,170     103,833     145,636     570,899     570,899
    2     32,043     22,772     29,587     19,098     103,500     674,399
    3     49,477     48,919     20,206     23,587     142,189     816,588
    4     33,937     32,399     30,520     30,710     127,566     944,154
    In the column section, I have put the Quantity under Key Figure Structure and put Plant upper the it, so I get the result as below
         Plant                    
    Date     Mall 6     Pinklao     Siam     Mini L/P     Total
    1     135,260     186,170     103,833     145,636     570,899
    2     32,043     22,772     29,587     19,098     103,500
    3     49,477     48,919     20,206     23,587     142,189
    4     33,937     32,399     30,520     30,710     127,566
    I have no idea how can I put the Acc. Total to the report. Please suggest me for this issue. I'm so new for BW.
    Thanks in advance
    Edited by: Sukanya Nawnaung on Apr 24, 2008 6:04 AM

    Not knowing your tables I do not know the answer as it is not obvious from your scripts what the join between the two data sets would be??
    If you can tell me that then you can easily combine the two with an in-line view or using the new WITH... syntax.
    Otherwise, I see that the only difference between the two joins is;-
    1st WHERE DR_ACC = DECODE(DR_ACC,*'TXN'*,DR_ACC)
    2nd WHERE DR_ACC = DECODE(DR_ACC,*'OFS'*,DR_ACC)
    If you make this (don't understand the need for the decode, why is it here?!); -
    DR_ACC in ('TXN','OFS')
    And then use a case statement if you need to seperate out your two pairs of columns; -
    case when DR_ACC = 'TXN' then TXN_BRANCH else null end as "Transaction Branch" (repeat principal for other 3 columns)
    case when DR_ACC = 'OFS' then A.OFS_BRANCH else null end as "Offset Branch", (repeat principal for other 3 columns)
    Make sense?
    regards,
    Robert.

  • Problem with calculating column total

    Hi All,
    I am using Oracle Jdeveloper 11g Release 2.
    I want to show the sum of salary in application. I have the following step to do this.
    *1.*
    I have written the following code in EmployeesViewImpl.java class:
    public Number getSalarySubtotal() {
    if (salarySubtotal == null) {
    salarySubtotal = new Number(0);
    RowSetIterator rsi = this.createRowSetIterator(null);
    while (rsi.hasNext()) {
    Row r = rsi.next();
    Number salaryTotal = (Number)r.getAttribute("Salary");
    if (salaryTotal != null) {
    salarySubtotal = salarySubtotal.add(salaryTotal);
    rsi.closeRowSetIterator();
    return salarySubtotal;
    *2.*
    I have also exposed this method as client interface on view object.
    *3.*
    I have also create a method binding on the page where I want on consume this method.
    *4.*
    The output text has the following expression: #{bindings.getSalarySubtotal.inputValue}.
    When I run the page, it is showing nothing.
    I don't know what is wrong with this approach.
    Any help will be highly appreciated.
    Thanks in advance
    Regards
    Bilal

    Are you trying to calculate the total salaries of employees? If that is the case you need this method at the Dept level.
    Have a look at this video:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ImplementingTotals/ImplementingTotals.html?utm_source=dlvr.it&utm_medium=twitter

  • Datagrid with calculated column

    Hi all,
    Does anyone know how or where I might learn to create a
    calculated field in a DataGrid?
    Flex 2

    There are several ways, depending on what you want.
    Easiest is to use a labelFunction() instead of a dataField.
    A custom item renderer is another way.
    Yet a third way is to have your dataProvider be a collection
    of custom value objects, one of which is the calculated value.
    Tracy

  • How to calculate the total of a calculated column in a list view at the end of the view?

    I have a view with the following columns ProductName, Quantity, Price, Total The total column is a calculated column which is the product of quantity and price. I want to place the sum of the total column by the end of the list view. I can do this with
    the price and quantity but not with the total column. how do I do this?

    You can use SharePoint Designer and calculate the total in xslt view. Refer to the following post for more information
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/04/24/how-to-total-calculated-columns-in-a-sharepoint-list.aspx
    http://blog.metrostarsystems.com/2012/12/03/jennys-sharepoint-tip-sum-calculated-columns/
    Cheers,

  • Joining Two Columns with Sharepoint Calculated Column

    Ok, bear with me. I have a form where i'm collecting names from both AD and a Custom Entry. What I need to to is create a calculated column that pulls in the name from the AD column, or, if blank, concatenates the first and last names from two other columns.
    I was thinking that I'd have to use and "IFBLANK" formula but that hasnt seemed to work for me. Any ideas?

    you can use something like this
    =IF(LEN([AD])>0,[AD],[first]&" "&[last])

  • Calculated Column using IF statement with DATEIF formula

    I have a dated column that includes a date when a position is vacated otherwise the field is blank if the position is still filled. I want a calculated column to return the number of days the position has been vancant from the date that is listed to today.
    So the following was entered & works.....
    =DATEDIF([Vacancy Date],Today,"d")
    The delima is that it is also returning a value when there is no date in the dated column but it returns a funky number 42,069. What I want it to return when the dated column is blank is blank or zero would work too. I don't know how to incorporate that
    into this formula.

    You are correct it no longer reads that column as Today.... So is there anyway to make this a calculated column for my purposes?
    I'm going to use SharePoint list for a Position Pool & managing positions within a large department. What I'm attempting to do with this column is have a current count of the number of days since a position has been vacant. Our system that I pull the
    position data from will give me the vacancy date for those positions & where the position is filled the date field will be blank. So I'm wanting this column to return a 0 when the position is listed as filled & the number of days vacant based on the
    vacancy date column I have. Is there any way to make this work in SharePoint? Obviously I can make that work in Excel however my task was to load raw data into SharePoint & have SharePoint do the work if possible with little to no human intervention prior
    to loading to SharePoint.
    Thank you,
    MMHagman

  • How to create a calculated column in sharepoint

    I created the custom list in share point. In that list i renamed the title as
    Name.
    I created the WindowsID as person or group column in share point list.
    In the same list, I want to create a new calculated column as EmpName as hyperlink with the below formula  
    ="<a href='"&WindowsID &"'>"&Name&"</a>"
    But I am unable to create a new column by using above formula.
    Could you please let me know what i missed in the above formula.
    Please note that i am unable to see the WindowsID in the insert column.
    Thanks for ur support.

    Hello
    Sorry for the delay replay.
    Based on your guidance,i followed the below steps
    1.created the loginname  column of type person or group
    2.Added the contentquery webpart
    3.crated the custom xslt template
    4.Please find the below template
    <xsl:template name="ListingItem" match="Row[@Style='ListingItem']" mode="itemstyle">
        <xsl:variable name="DisplayTitle">
          <xsl:call-template name="OuterTemplate.GetTitle">
            <xsl:with-param name="Title" select="@Title"/>
            <xsl:with-param name="UrlColumnName" select="'LinkUrl'"/>
          </xsl:call-template>
        </xsl:variable>
        <xsl:variable name="LoginID">
       <xsl:value-of select="ddwrt:UserLookup(string(@DomainID) ,'User')" />
    </xsl:variable>
        <div id="membersdiv" class="members">
         <!-- <xsl:value-of select="$LoginID" disable-output-escaping="yes"/>-->
         <xsl:if test="$LoginID != ''">
              <a href="{$LoginID}">
              <xsl:value-of select="@Title" disable-output-escaping="yes"/>
              </a>
          </script>
         </xsl:if>
    </div>
      </xsl:template>
    if user is having the login id then i need display the title.on click of that title i need to redirect to user settings page like http://url/_layouts/15/userdisp.aspx?ID=1  .How can i redirect to
    the sharepoint personal settings page based on person click

Maybe you are looking for

  • Troubles with a switch case and final expression?

    Been developing C/C++ for quite a while and still new to Java, and struggling with even the simplest things ... Why isnt this switch/case working? have some final "variable" declared in a class contating "constants" like this ... public class CConsta

  • Folder does not appear in keynote on iPad after syncing

    After syncing a keynote file through iTunes, it appears in iTunes on my mac book pro but the folder of imported files does not appear in keynote on my iPad. I have tried creating file names with no spaces and using .key suffix, no joy. any ideas? Tha

  • "Bracketed Region": what is it good for?

    Finally moved to ask a long standing question: is any specific use case envisaged for the Bracketed Region template? (This arises out of currently developing a theme and wondering if there should be any particular approach or constraints on styling i

  • Cisco 871 Guest Login Screen

    Does this unit come with a default website that allows a username/password to access the WiFi? Example, a user comes in and sees the SSID and connects. When he gets on the web, he's presented with a screen for a username and password. Once he gets pa

  • How to convert .mp4 or .flv to mp3?

    I've been searching for Mac software that lets me convert mp4 or flv files to mp3, but I can't seem to find any at all. I know of some that work on windows, but since I have a macbook pro I want a program that works on it. It doesn't have to be free,