view
28 TopicsRe-create a view in a document library from a different SharePoint site
Hi, I don't have much SharePoint experience, so here goes: I have two sites, A and B. I'm looking to create an exact copy of a view from a document library from site A to a document library of site B. However "start from an existing view" only works for the same site. I did not set up the view I want to re-create, it has 3 custom columns. How can I either: 1. copy or export the view to my new Site 2. find out exactly how the custom columns were made Any assistance is appreciated, thank youSolved12KViews0likes6CommentsHow to view and manage your Microsoft passwords on Linux/Chrome/ChromeOS (Without Edge or mobile)
1. install Google Chrome (or other Chromium based browsers, including Edge itself) 2. install Microsoft Autofill extension 3. Sign into your Microsoft account in the extension 4. Access your Passwords safely and hassle-free * you do Not need to sign in to Google account for this. ** this works on Mac and Windows too, basically any environment where you can install this extension in. The extension also has Import feature, so you can import your passwords at once from a file and save them to your Microsoft account. Questions & answers about Microsoft Authenticator app - Azure AD | Microsoft Docs Q: How are my passwords protected by the Authenticator app? A: Authenticator app already provides a high level of security for multi-factor authentication and account management, and the same high security bar is also extended to managing your passwords. Strong authentication is needed by Authenticator app: Signing into Authenticator requires a second factor. This means that your passwords inside Authenticator app can't be accessed even if someone has your Microsoft account password. Autofill data is protected with biometrics and passcode: Before you can autofill password on an app or site, Authenticator requires biometric or device passcode. This ensures that even if someone else has access to your device, they cannot fill or see your password, as they’d be unable to provide the biometric or device PIN. Furthermore, a user cannot open the Passwords page unless they provide biometric or PIN, even if they turn off App Lock in app settings. Encrypted Passwords on the device: Passwords on device are encrypted, and encryption/decryption keys are never stored and always generated on-the-fly. Passwords are only decrypted when user wants to, that is, during autofill or when user wants to see the password, both of which require biometric or PIN. Cloud and network security: Your passwords on the cloud are encrypted and decrypted only when they reach your device. Passwords are synced over an SSL-protected HTTPS connection, which ensures no attacker can eavesdrop on sensitive data when it is being synced. We also ensure we check the sanity of data being synced over network using cryptographic hashed functions (specifically, hash-based message authentication code).9.8KViews2likes4CommentsApply view only for a specific folder
Hello everyone I have a folder within a default document library which is connected to a team in teams. So, in this folder I have documents that must be sorted by its number in the file name. Example: File_1 File_2 ... First, I figured out that it isn't possible to sort numeric, if the number is only in the filename. SharePoint will then sort it like: File_1 File_11 File_2 ... Very frustrating but okay. So, I created a numeric column that can be used to sort the files properly. But what I noticed is that the column is now visible in the whole document library 😞 So now my question: Is it possible to apply the column to only being visible in this specific folder where I need it? I tried it with different views and so on, but it seems that this cannot be achieved. Thanks for your help.8.6KViews2likes1CommentFormatted view - hideColumnHeader not working in list webpart
I have a list webpart on a modern site which has a view formatted with some JSON The list column header displays even though the property hideColumnHeader is set to true (this just started happening - was fine before) It is OK on the list page -AllItems.aspx but on webpart page list column header displays I am using https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting#get-started-with-view-formatting to test anybody have any ideas?8.3KViews10likes25CommentsJSON View Formatting - Count total number of items in SP list
Hi, I want to modify the groups footer of a custom view that is grouped by a metadata column named Response/Actionv2. In the Totals section of the view settings I enabled Count for this column, which now displays the number of items (rows) for each of the groups. However, I would like to use this number in the JSON formatting to calculate and display the proportion (in percentage %) of total number of decisions. As you can see in the code below, I've included the static number 31, but I'd like to be able to dynamically reference the total number of items in the list? Basically, do you have an idea on how to implement this formula: (@columnAggregate.value / TOTAL NUMBER OF ITEMS) * 100 { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "groupProps": { "hideFooter": false, "footerFormatter": { "elmType": "div", "children": [ { "elmType": "div", "attributes": { "iconName": "CalculatorPercentage" }, "style": { "color": "=if(@columnAggregate.type == 'Count' && @columnAggregate.value < 50, '#d13438', '#107c10')", "font-weight": "600", "margin-top": "10px" } }, { "elmType": "div", "style": { "color": "=if(@columnAggregate.type == 'Count' && @columnAggregate.value < 50, '#d13438', '#107c10')", "font-weight": "600", "margin-top": "10px", "font-family": "Segoe UI" }, "txtContent": { "operator": "*", "operands": [ 100, { "operator": "/", "operands": [ "@columnAggregate.value", 31 ] } ] } } ] } } }7.3KViews0likes1CommentDownload button in View formatting JSON
Hi, Im create a view in a document library to give an overview of the files with a description. On that view I would like a download button, to download the files directly. On known file formats link JPG i just opens the file and on unknown formats link EPS it dowloads the file. The code looks like this: "elmType": "button", "style": { "background-color": "#6eb556", "color": "white", "font-weight": "bold", "font-size": "1rem", "float": "right", "margin-right": "150px" }, "customRowAction": { "action": "Download" }, "txtContent": "Download", "attributes": { "class": "sp-row-button" Is there a way to force it always to download the file?7.3KViews1like2CommentsModern Experience showing a blank library in list view
I am using the modern experience for Sharepoint. I created several libraries which were working fine, but I edited a column in the settings, and when I went back to the library, it just displays as blank. I can only see the title of the library, all settings and options, columns, etc. have disappeared. I even get a blank banner at the top so I can't even access the settings, I dont have the same problem with the other libraries I created. I tried a work around by changing the experience to classic, and I can then see the columns and files, but I don't want to use the classic experience. I also tried changing browsers to Chrome and Firefox and still get the same issue. My colleague tried from her account as well and she gets the same problem, so I know it's not linked to my permissions. I can see the files when I switch to tile view and datasheet view, but everything is blank if I am on standard view. I hope you can help, I don't know what the issue is :( I have attached a screenshot of the library that has an issue and one that works fine4.1KViews0likes2CommentsHow do I view or reset my Snapshot Manager password for a StorSimple Device?
I would like to create a StorSimple Virtual Array and in order to do so I need my Snapshot Manager password (amongst two other credentials), but no one who had set it up appears to remember this 14 or 15 character password. So how do I reset it in ARM? There is documentation in Classic, but we have since moved on from that. If it takes getting rid of our snapshots in StorSimple we can accept that.3.2KViews0likes1CommentOutlook calendar vs Gmail Calendar
Hello... I am trying to share my calendars within Outlook via Office 365. Here is my dilemma... I need to mimic the same experience as I would within the Google calendars. I am moving from Gmail to Office 365 (for my business) and I have users that have used the Gmail Calendar for years and they want to have a similar experience. They like that view has multiple calendars on the left and you can share the calendar with internal and external people... and you can see all of the calendars in one view. Is there a view and/or group and/or resource and/or setup and/or Sharepoint site that can mimic the look and feel of what Gmail has given my users for years? The thing is... I would like the calendar events/objects to appear within my calendar app on my phone. Is that possible?3.1KViews0likes0Comments