Questions tagged [hide-elements]
Question related to Hide elements
58 questions
0
votes
1
answer
19
views
Conditional formula to show/hide a column based on if two dates cross over a fiscal year
I don't know if it possible to do this in the base sharepoint form builder, but I am trying to get a column to show up if 2 supplied dates cross over the end of the fiscal year. I don't want to hard ...
0
votes
1
answer
528
views
SPO: Hide Quick Launch, Side Navigation, and Site Contents Links
Springing from a previous question below, I need to hide various page elements or functions from users.
If I am unable to hide the Hide/Show Navigation arrows at the upper right corner, how can I hide ...
0
votes
1
answer
106
views
Hide New and Upload button if the library exceeded 30k files
I have an SP library that allows the users to store files and create folders with the edit permission role.
When the library reaches the 30k number of items, I would like to hide the new & upload ...
1
vote
1
answer
356
views
Hi, I am new to JSON and I can't figure out how to integrate multiple strings. I need to hide columns and make the text of appearing items bold [closed]
So this is the code I'm hiding the columns with:
And I need the rest of the items to appear in bold type.
0
votes
1
answer
39
views
hide a specific Sharepoint form field if the user is not the creator of the record
I would like to hide a specific Sharepoint form field if the user is not the creator of the record.
I'm trying to use conditional formatting without success.
Some one can help me?
Thank in advance
1
vote
3
answers
811
views
Hide Move To/Copy To buttons -Modern Experience
I would like to know if it is possible to hide the copy to/move to buttons from the "Edit" permission level in the show actions menu and the ribbon menu SharePoint Online - Communication ...
0
votes
2
answers
7k
views
Hide my recent activities on SharePoint
How to hide my recent activities on the Activity web part on SharePoint?
This is not to show the files I added, edited or viewed to the entire members who can access the SharePoint site.
0
votes
0
answers
415
views
SharePoint 365 Remove column headers and count/total in a list
I'm working on a SharePoint 365 list and I'm trying to hide the highlighted portions:
I'd like to hide the "Answer" column header, the "Question" prefix, and the Count/Total ...
0
votes
1
answer
377
views
Hide text in modern page using CSS - SPO
I have a modern SPO page and i want to hide the text "Add Link" using CSS. I found the class and used the below style in Modern Script editor webpart to hide the text but it is not working:
...
0
votes
1
answer
616
views
Hide/Show field in EditForm based on already existing dropdown value
I'm totally new to SP and JS, so sorry in advance for lame question. I find situation similiar to mine here - Conditionally Hide/Show Field on Custom Edit Form but can't make it work.
I have an Edit ...
0
votes
2
answers
177
views
SPO Hide navigation lists based on user permissons
I have a SharePoint Online list contain 2 different permissions for many users.
The permissions are: Full-Control and View only.
I invited the users to the site, but the problem is the users that ...
0
votes
1
answer
528
views
Hide/Show field on Sharepoint 2019 edit form
If there is any posibility to add javascript to Sharepoint list edit form? I would like to hide/show field on form if other field has or hasn’t value. I tried use Power Apps but it isn’t working in ...
0
votes
1
answer
700
views
User clicks on a checkbox, shows hidden/nested subcheckboxes
Is there a way to hide/show a sub/child checkbox group depending if a parent checkbox is checked? I was able to do something similar with a drop down: if a user selects an item in a drop down, ...
0
votes
1
answer
127
views
Hide element in IE in custom NewForm.aspx or EditForm.aspx
In custom NewForm.aspx or EditForm.aspx, the ribbon is hidden and the following is added:
<div class="row">
<div class="colFull" id="attachmentsOnClient">
<span dir="ltr">
...
0
votes
2
answers
8k
views
How to hide a List View column in Modern SharePoint
I have a List in a SharePoint Online site that uses the Modern experience. I want to hide a column, but need to stay in Modern. The easy way I found was inserting a few lines of Javascript in a Script ...