When I add fields for this report Visual Studio automatically puts "Sum" in front of the field. Can anyone tell me what this is/how to fix it? For example:
I am trying to add the field "AorFCrnt" into a table. On the drop down list the field is labeled correctly but when it is added to the table it reads [Sum(AorFCrnt)]. It does the same thing for any other field I have available.
Thanks!
Related
I am using Visual Studio 2012 for my SSRS Report.
I have a field called Root Cause in my Column Groups section (with 3 column groups underneath that column group umbrella), and it pulls in 4 fields Offense, Defense, Both, and NULL values. So the headers for those sections when I preview the report show up as Offense, Defense, Both and then where NULL should be...it's just a blank section.
My goal is to replace the blank section with text that says No Value or something along those lines, just not be blank.
How do I format the SSRS Expression for that box to do so?
Try using =IIF(IsNothing(Fields!RootCause.Value),"No Value",Fields!RootCause.Value) as your expression.
I have created a customization which contains DAC extension. There are few extra fields added to Stock Item screen (InventoryItem table). After publishing, the customer had a requirements for one of the field to change its datatype from string to bool. I did updated in customization and published it. However, it did not updated in database. As a result it was throwing an error. Is there anything I am missing here? Please suggest.
Acumatica doesn't delete columns out of the database as a result of a change in your customization. You have two options here, you can drop the column via SQL command and publish, or more realistically, you can just create a new UDF with a different name and change your code.
I'm trying to create a table with a repeating row in InfoPath 2013 (editing a Sharepoint 2013 custom list in case that matters). I'm unable to post a screenshot of the table to show you, but it is a 2-row, 2-column table with text in the first row, a Date/Time field in the 1st column of the 2nd row, and a text field in the 2nd column.
When trying to create this repeating table, I'm getting a prompt that says "InfoPath cannot automatically create a field or group in the section containing this control. To set the binding, select a field or group in which to store the control's data:" (I would post a screenshot of this too, but reputation is too low)
Any ideas as to why this is happening? I'm having trouble finding out exactly how repeating controls work in InfoPath and how to create them.
I'm new to Sharepoint Designer and I'm having trouble to get a task done.
I've created a list and each item of this list should have a specific code.
Here's an example:
**2014DEM/000023**.
I got this format done by creating a column named "Code" based on another columns value and inserting the following formula:
*=CONCATENATE(YEAR(TODAY());"DEM/";FORMAT([ID];"000000"))*
This formula works fine, but the problem is that when a new item is being created, its ID is zero, so when the user saves this new item, the code column value for this value returns
**2014DEM/000000**.
If I try to edit the Code column formula, don't change anything, and only click the OK button, all the Code values will be updated to the value it was supposed to be.
Does anybody know how I can solve this problem? Could I update the column values using Sharepoint Designer Workflow?
Obs.: I'm using Sharepoint Designer 2013.
I have something funky going on with MOSS & was wondering if anyone out there has seen anything like it:
I have a document library in MOSS that has several custom columns added to it. I have a column of type choice. For one document in the library (a word document), the selected value does not get displayed for the one column - all of the other columns are fine & the other 60 documents in the folder display the selected values correctly. When I edit the properties of the document, the value of the column is defaulted to blank, I can change it to another value & save it. However the new value doesn't get displayed in the list view, nor does it show up if I edit the properties again.
If, I open the document in word & view the Document Information Panel it displayes the value that I had selected & saved for the column. However, the column is being displayed as a text box & not a drop down. The value still does not get displayed in the list view or properties view after a save.
Has anyone seen behaviour like this before?
My first guess is a name collision between your custom column and the columns that ship with SharePoint out of the box. What is the column name that is causing the problem?
I have seen situations like this when there are documents in a library, and then columns are added. The existing information does not get updated properly.
If you reupload the document as a second content, does this happends again ?
If yes, you may check advanced properties of the document before uploadind it. There may be some data in it that SharePoint try to use when importing the file. It may explain that you don't have the issue when you copy/paste only the content.
Along a similar line, it could be that the problem doc has a Word metadata field named subject, and MOSS is doing its property promotion thing to mess up your field. If so, clearing the Word metadata might fix it.