Hi Everyone, How to hide +Add Column from end user?
Hi, I was able to create a formula based on this posting from Microsoft (link below) and it works great. However, I want to be able to write it so it looks at 2 different values in a field to show ... Jul 03, 2020 Hi, Try this, it should work like a charm...
SharePoint Server 2016SharePoint in Microsoft 365Microsoft Lists You can show or hide columns in a list or library as an alternative to deleting them. When you hide a column, it doesn't affect the column or the data in the column, as it would if you deleted it. To r...
You can show or hide columns in a list form based on another column's value by specifying a formula that are equations performing conditional checks on values in a SharePoint list or library.To specify a conditional formula for a column, in the Edit columns pane:...
First of all, JSON format and conditional column both control the display of this column based on the values of other columns, but not based on the logged-in user. Second, the minimum level of permissions set in SharePoint is the item (which is a row in a List), and there are...
All of the data sourced for the report is from a SharePoint list. In the SharePoint list each role has a dropdown menu to select their status. (Not Started, In Process, etc..) Would that be causing these issues? Message 11 of 16 5,600 Views 0 Reply Anonymous Not applicable In...
cmdidEditBreakpoint cmdidEditLabel cmdidEditMenuNames cmdidEditorWidgetClick cmdidEditPage cmdidEditWatch cmdidElasticColumn cmdidEnableBreakpoint cmdidEndLine cmdidEndWord cmdidEscape cmdidEtched cmdidEvaluateExpression cmdidEvaluateStatement cmdidExceptions cmdidExistingSchemaEdit cmdidExi...
cmdidHideColumn cmdidHidePane cmdidHideTable cmdidHorizSpaceConcatenate cmdidHorizSpaceDecrease cmdidHorizSpaceIncrease cmdidHorizSpaceMakeEqual cmdidImmediateMode cmdidImmediateWindow cmdidImport cmdidInnerJoin cmdidInsertBreakpoint cmdidInsertHTMLWizard cmdidInsertNewMenu cmdidInse...
All of the data sourced for the report is from a SharePoint list. In the SharePoint list each role has a dropdown menu to select their status. (Not Started, In Process, etc..) Would that be causing these issues? Message 11 of 16 5,761 Views 0 Reply Anonymous Not applicable In...
{"JobID+Ticket"}, {{"Tbl", each Table.Max(_, "SEQUENCE"), type record}}), ColNames = List.RemoveItems(Table.ColumnNames(#"Merge Columns"), {"JobID+Ticket"}), #"Expand Records" = Table.ExpandRecordColumn(#"Grouped Rows", "Tbl", ColNames, ColNames) in #"Expand Records" in ...