SharePoint List can't unhide hidden column - sharepoint

I created a new list in sharepoint with 35 columns (Single line of text), then I added next additional 5 colums, but that 5 coulms automatically sets as hidden. I marked them as visible in Show/Hide colums menu, but when i refresh the page everything goes back to its previous state. I have no idea what to do to make them visible in my list.

After marking your columns as visible or hidden, you need to click on "Apply" on top of the menu. After this, click on "All Items"--> "Save as" and then choose a view. If you only have one view of your list, I would name it "All Items" as suggested. Click "Save" and your changes will be visible in your list.

Related

How to loop through just those items in a slicer that are visible when the "Show items deleted from the data source" checkbox is unticked"?

I wish to use data from a slicer to build a list that then goes on a user form. I only want those items that are visible (selected and unselected) when the "Show items deleted from the data source" checkbox is unticked on the 'Slicer Setting' form. I had assumed it would have something to do with the VisibleSlicerItems property, but this returns the same value regardless of whether the box is ticked or not, despite there being a different number of items visible in the slicer. Any help much appreciated.

Sharepoint Designer 2013 - Filter drop down menu

I have a form on Sharepoint, whereby I have 2 drop-down controls.
Lets say the first one has values "A, B and C" to choose from.
According to the option selected in the 1st drop-down, I will have to populate the 2nd drop-down accordingly.
Is there a way to do that in Sharepoint Designer or Infopath?
The dropdown are both created similarly;
Or if I can at least filter the 2nd drop down, according to the value chosen in the 1st drop down.
I am newbie in Sharepoint dev, and need some tips on the above.
if I've understood you correctly, what you are trying to do is populate the 2nd dropdown list based on what is selected from the first.
Have you tried to put a filter on the 2nd drop-down, like this...?
Open up your list form in InfoPath
Right click on the 2nd choice field and select, 'Drop-down List Box Properties'
Click on the button to the right of 'Entries'
Click on 'Filter Data' button
Click on 'Add'
Enter the condition (i.e. 'Choice' is equal to 'Choice', or whatever the name of your 1st choice field is.)
Does that work? (I'm assuming you aren't using a secondary data source.)

Prevent Pick from Drop-down List Option in Excel

I have created a form that to be used by my company's employees. One employee noticed that when right clicking on a cell, there is a "Pick From Drop-down List..." option in the menu. When using that option it will sometimes show some seemingly random options from elsewhere on the spreadsheet.
How can I prevent that option from appearing in the right click menu? Thanks!
Make that given option not visible with:
With Application.CommandBars("Cell")
        .Controls("Pick from drop-down list...").Visible = False
End With

Multi option custom MsgBox popup window

I am not sure if this is even doable in Macro (VBA). The issue is, if a user enter a value in specific cell (lets say A2). I need to trigger a popup window (similar to MsgBox function) with several option for the user to select in the popup (either a drop down list or Radio buttons). The values in the drop down list or Radio buttons can be populated in the code. I need to let the user select the option "value" from the list and then can click OK or Cancel. The value that the user selected would be display in the same cell. I checked online and it seems like there are very small selections for the MsgBox function. Can this be done??
Thanks,
Your best option would be to use Data Validation to make a drop-down list.
If you go to Data-Data Validation-Allow-List you can create a drop-down list of all values you want. Store all of the values you want in the drop-down list on another sheet and just set it as the Source.
Any other issues let me know.

Action to deselect every item in a Tab

I'm thinking in creating an action to deselect every item in a Tab, even items selected in pages that you are not seeing.
I'll like to know your opinion about this.
I mean:
If you filter a tab, for example column name start with 'C' and select 2 items and after that you change the filter, column name start with 'X' and select 3 items and after that you clean the filter and apply you'll see all items in the Tab but probably you don't see the items selected. If now you want to change the selection you need to deselect the items selected but, how do you know what items are selected? how do you deselect all items? You can't.
So I'm thinking in creating this action and add it to default actions in list mode.

Resources