I have a pivot table that is showing a heading that i didnt put in, the name is "Data" and i dont know how to remove it, because i can't find it anywhere.
As you can see in the images below the field isnt anywhere.
Thank you,
That appears automatically when you have more than one item in your 'Values' column.
If you want to change it, you can use ActiveSheet.PivotTables("PivotTable1").DataPivotField.Caption = "Your Title for the Data"
Related
appreciated if I can get a help, I am trying to find the solution for my userform, where I have default text in textbox which needs to be circulated to 50 people to use. Textbox has statement with name, challenge: I cant create 50 userform modifying their name. so I am thinking is there any way that they update the statement along with name and sets that textbox as default one, untill it's changed from user.
Ryan,
This should do the trick.
If you need the full name you could setup a table of User Names and Full Names then do a Vlookup on the User Name to retrieve the Full Name and place it in the textbox.
HTH
We have a web site in which it is built using Lotus Notes. This site allows users to submit their applications for employment. On the initial screen the user selects the location and/or area of interest they are interested in. From their selection, a listing of the various positions available are displayed.
The issue that we are having is trying to get the listing to display the various positions in some type of order. The listing is displayed using a view.
Within this view, there are 4 columns. In the first column, the job title is displayed. In the second column, is the shift, the third column is the area of interest and the last column is the reference number. In the first column of the view, this is the value for the column title - "Job Title"
Below is the formula for the column value:
ThisDB := #ReplaceSubstring(#ReplaceSubstring(#Subset(#DbName; -1);" ";"+");"\";"/");
Temp := "" ;
"" + temp + jobTitle + ""
When this is displayed, it is displayed in order by the document ID, is there a way of getting this to be displayed by the area of interest? The area of interest would appear as "Purchasing", "Accounting", "Sales", etc.
Any help with this is greatly appreciated.
Thank you,
Jean
You need to open the view in Notes Designer and double-click on one of the column headers to open the properties. You can set a sort order in the properties dialog for the area of interest column, and make sure no other columns are sorted.
Alternatively, you can add a hidden column just for sorting as the first column from the left. That column can be the same value as area of interest (or anything else you need to sort by) but it won't display when the view is rendered.
I found the issue - within the formula we were using "searchview" and with the sort order for this defaults to "relevance". By adding the "searchorder=4" option users the designated column we have set as the sort order for the listing. Thank you for your comments and hope this helps someone else.
I want to add new field into search widget in adempiere. As an example my search widget already have name and description fields. In addition to that I want to add address_id field. I do not know how to do this. If anybody know how to do this? Please help me..
Let me see if I got you right.
You have a table, and when you hit the search button, the search window display "name" and "description" fields.
You want to add "address_id" as an additional search criteria.
As System Administrator, you need to go to "Table & Column", search for your table and then go to the "Column" tab and search the column "address_id". There you need to check the "Selection Column" mark.
HIH
Create column address_id in Your table and make Selection Column (check box) true.
I would like to have first column in my table editable. That works fine. However table looks normal and only when I click on the editable cell, it looks like input box. I would like to have this look of inputbox as default on every editable column in my table, so user knows right away which cell he is able to modify and which one he cannot. I figured I will have to modify caspian.css, but I couldn't find anything there. Is there easier, programmatic way to do this?
Thanks
You need to set the cellFactory of your column, inside it you can specify what you want by default on your cell by setting is graphics
explanation
and here
Need your inputs on below query-
after opening share point linked table in table view, fields section is grayed out for me..As mentioned in the below post, I want to set index on columns of sharepoint linked list ..How i can activate this section?
appreciate your inputs..
This is related to below post
Index on Sharepoint Linked table
Well, everything going to be greyed out if your cursor in the ID column since there nothing you can change in the required auto number ID column. If you move your cursor into other columns, then the options on the ribbon should un-grey and become enabled.
I suppose the above is a long shot and I assume you moved the cursor out of the ID column or at least clicked on the column you want to make changes to. So your picture as you show is correct since your cursor is placed in the ID column of which as noted you cannot change anything about that ID column anyway.