User Profile
MatsWarnolf
Copper Contributor
Joined Aug 26, 2019
User Widgets
Recent Discussions
Re: Teams choose wrong organization
This happens on Mac as well. I am signed in with my organization but get connected to a customer as a guest. My own organization is not listed in the account switcher and so I can't switch to my organization. All the orgs where I am a guest are listed and I can switch to them without a problem. I have a second Mac where everything works fine. Teams on the web works fine. I can switch freely between my orgs and accounts. Remove/Reboot/Reinstalling Teams and cleaning key vault makes no difference. Clearing the teams nodes in ~/library/application support/ makes no difference. I did try leaving that org that Teams automatically connects me to and that of course fixed the problem, but I need to be a guest in that org. As soon as I get invited back, Teams go back to its problematic behavior. Also OneDrive will occasionally try to connect to the org where I am a guest using my work account.3.7KViews0likes0CommentsSharePoint Organizational assets library: Visio templates works fine, but what about the shapes?
The Document Template libraries feature in SharePoint online works nicely and is a fantastic way to distribute templates for Visio. If it could also distribute shapes (.vssx) the same way, then that would be excellent.762Views0likes0CommentsRe: Best Mind Mapping Tool and What Stands Out?
I like Xmind, but it depends on what you want to accomplish. If you, like me, want to brainstorm quickly and then Xmind is good. I do it all the time, and restructure and clean up later. If you are looking for a more advanced solution then I know a lot of people who swear by Mindmanager, but that product is simply to complicated for my needs.2.2KViews0likes0CommentsRe: Conditional JSON formatting of button in SharePoint List
Peter K Maruthi Gadde I found the solution here https://sharepoint.stackexchange.com/questions/260974/column-formatting-and-or-conditions So my line is this: "visibility": "=if([$_ModerationStatus] == 'Utkast','visible',if([$_ModerationStatus] == 'Draft','visible','hidden')" This seems to do the trick. The basic syntax for if is this: (taken straight from Stack Exchange) if(Condition, ResultIfTrue,ResultIfFalse) //OR (like you have it) if( condition1, resultIfTrue, if( condition2, result-If-c1-False-And-C2-True result-If-c1-False-And-C2-false ) ) //So, here's the AND: if( condition1, if( condition2, result-If-c1-true-And-C2-True result-If-c1-true-And-C2-false ), result-if-c1-false So big thanks to Maruthi Gadde for giving me a BIG piece of the puzzle and to Stevish over at Stack Exchange for providing me with the last and final piece.53KViews0likes3CommentsRe: Conditional JSON formatting of button in SharePoint List
Peter_K @Maruthi Gadde I have exactly that question. My problem is that my organization is multilingual. I display the button only when _ModerationStatus is draft and I have a flow that takes care of the rest. But the text content of _ModerationStatus is language specific. So for swedes, the draft status is called "Utkast". I also have other languages to check for. I have been experimenting with that line above: "visibility": "=if(([$_ModerationStatus] == 'Draft')'visible','hidden')" But I cannot grasp how to make more values match for it to be visible. The obvious solution is that if the value was numeric, it would be language independent..53KViews0likes4Comments
Recent Blog Articles
No content to show