Tag Archives: microsoft
फोनपे से गलत ट्रांजेक्शन हो जाए तो क्या करें
Phone Pe: Phone Pe में, आप (78946↑96991) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं।
Phone Pe: Phone Pe में, आप (78946↑96991) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं। Read More
Feedback: Please visualize multiple choice questions in a barchart instead of pie chart.
When using MS Forms for surveys, I was surprised that the answers to multiple-choice questions are visualized as a pie chart. This is not an appropriate visualization for this type of question and is very misleading – therefore, it is not used by default in similar tools.
To explain the problem, let’s take for example the following data
Participant_IDChoices1[A;B;C;D]2[A;B;D]3[A;C;E]
By Default, MS-Forms visualizes this in a pie chart which would look as follows:
A:30%; B:20%; C:20%; D:20%; E:10%.
This is very misleading, since 100% of respondents chose A, 66% chose B,C,D and 33% chose E.
For this reason, other survey tools visualize MultipleChoice Questions as Barchart, with one bar for each option.
E.g. in this case 5 bars:
A : 100% of respondents
B : 66% of respondents
C : 66% of respondents
D : 66% of respondents
E : 33% of respondents.
It would be great, if MS Forms could do this to – because the current pie-chart is not helpful and misleading.
I am sharing my feedback here, since the “feedback” option is greyed out.
If anyone can forward this to the product team, I would be very thankful 😊
When using MS Forms for surveys, I was surprised that the answers to multiple-choice questions are visualized as a pie chart. This is not an appropriate visualization for this type of question and is very misleading – therefore, it is not used by default in similar tools.To explain the problem, let’s take for example the following dataParticipant_IDChoices1[A;B;C;D]2[A;B;D]3[A;C;E]By Default, MS-Forms visualizes this in a pie chart which would look as follows:A:30%; B:20%; C:20%; D:20%; E:10%.This is very misleading, since 100% of respondents chose A, 66% chose B,C,D and 33% chose E.For this reason, other survey tools visualize MultipleChoice Questions as Barchart, with one bar for each option.E.g. in this case 5 bars:A : 100% of respondentsB : 66% of respondentsC : 66% of respondentsD : 66% of respondentsE : 33% of respondents.It would be great, if MS Forms could do this to – because the current pie-chart is not helpful and misleading.I am sharing my feedback here, since the “feedback” option is greyed out.If anyone can forward this to the product team, I would be very thankful 😊 Read More
Auto-labelling in Purview-Which license or alternatives can be used rather than E5 ?
We are considering adopting Purview for Information Protection and DLP, but we are currently on E3 licenses. Given the extensive size of our SharePoint environment, auto-labelling is crucial for applying sensitivity labels to content across wide scopes automatically.
My question is, are there any alternatives to upgrading licenses to E5 or adding the Compliance Add-on? Upgrading several thousand users to E5 or the Compliance Add-on requires significant justification, and I am wondering if there are other interim solutions we could leverage for a period of one year.
Any thoughts would be greatly appreciated!
Thank you!
Kev
We are considering adopting Purview for Information Protection and DLP, but we are currently on E3 licenses. Given the extensive size of our SharePoint environment, auto-labelling is crucial for applying sensitivity labels to content across wide scopes automatically. My question is, are there any alternatives to upgrading licenses to E5 or adding the Compliance Add-on? Upgrading several thousand users to E5 or the Compliance Add-on requires significant justification, and I am wondering if there are other interim solutions we could leverage for a period of one year. Any thoughts would be greatly appreciated!Thank you!Kev Read More
invoice print off
Hi, I have made a worksheet invoice, its just a basic one which can be used as a estimate as well. My question is, I made these work sheets for my Sisters Company as she is not PC literate (not that I am )
what I’m not sure of is, if I send work sheets what does she open them in, they are not made for continuous dates or numbers just to fill out and print off, TIA
Hi, I have made a worksheet invoice, its just a basic one which can be used as a estimate as well. My question is, I made these work sheets for my Sisters Company as she is not PC literate (not that I am )what I’m not sure of is, if I send work sheets what does she open them in, they are not made for continuous dates or numbers just to fill out and print off, TIA Read More
Form Customization Permissions?
1. I wrote a SharePoint form customization using SPFx ( TypeScript / React ).
2. I have a large pool of external users and each month I will send emails to a portion of those users.
3. The email will contain a link back to a page on my SharePoint site.
4. The page on the site will contain one or more links to list items that require the user to edit and save.
5. When the user clicks on one of those links, the corresponding list item will be displayed using my form customization.
6. The user will edit the information, save the form, and be directed back to the site page with the links to the list items.
Everything works fine up to (and including) #4.
However, when the user clicks on one of those links, only a blank page appears and using F12 I see the following:
—————————————————————————————————————–
Refused to execute script from ‘https://<tenant>/sites/appcatalog/_layouts/15/AccessDenied….’
because it’s MIME type (‘text/html’) is not executable, and string MIME type checking is enabled
—————————————————————————————————————–
The users are all included in the “members” group of the site and should have edit permissions. However, this error message seems as though there is some permission missing from the actual form customization application that I deployed to the app catalog and then enabled on this specific site.
Internal users do not experience this issue, only external users.
Are there permissions I need to configure on a form customization application?
1. I wrote a SharePoint form customization using SPFx ( TypeScript / React ).2. I have a large pool of external users and each month I will send emails to a portion of those users.3. The email will contain a link back to a page on my SharePoint site.4. The page on the site will contain one or more links to list items that require the user to edit and save.5. When the user clicks on one of those links, the corresponding list item will be displayed using my form customization.6. The user will edit the information, save the form, and be directed back to the site page with the links to the list items.Everything works fine up to (and including) #4.However, when the user clicks on one of those links, only a blank page appears and using F12 I see the following:—————————————————————————————————————–Refused to execute script from ‘https://<tenant>/sites/appcatalog/_layouts/15/AccessDenied….’because it’s MIME type (‘text/html’) is not executable, and string MIME type checking is enabled—————————————————————————————————————–The users are all included in the “members” group of the site and should have edit permissions. However, this error message seems as though there is some permission missing from the actual form customization application that I deployed to the app catalog and then enabled on this specific site.Internal users do not experience this issue, only external users.Are there permissions I need to configure on a form customization application? Read More
Slow in report
i have one ssrs report i shared execution log3 performance for that report.
my users complain the report take time to display around 5 min
The report very simple and straight forword
we have Microsft crm server and ssrs server
and sql server all in same network
please advise please
What the issue
i have one ssrs report i shared execution log3 performance for that report. my users complain the report take time to display around 5 min The report very simple and straight forword we have Microsft crm server and ssrs server and sql server all in same network please advise please What the issue Read More
Outlook 2016 to Office 365?
I have a new pc. My old pc is running Office 2016 and am considering changing to Office 365. My old pc has extensive emails that I wish to retain and access. I would appreciate recommendations on whether I should change to Office 365, and if so, how I can best access my old emails,
I have a new pc. My old pc is running Office 2016 and am considering changing to Office 365. My old pc has extensive emails that I wish to retain and access. I would appreciate recommendations on whether I should change to Office 365, and if so, how I can best access my old emails, Read More
Reorder Teams Channel tabs, move a 3rd tab to be the last tab?
I have an automate power automate flow which Create a Teams site, channels & tabs. now inside the General channel, we add the following custom tabs (Active DashBoard, Incident -12: Tasks and Template & training), as follow:-
but i will get those 3 built-in tabs; Posts, Files and Notes.. now how i can move the Notes tab to be last tab ? using Graph API?
Thanks
I have an automate power automate flow which Create a Teams site, channels & tabs. now inside the General channel, we add the following custom tabs (Active DashBoard, Incident -12: Tasks and Template & training), as follow:- but i will get those 3 built-in tabs; Posts, Files and Notes.. now how i can move the Notes tab to be last tab ? using Graph API?Thanks Read More
Reorder Channel Tabs using Graph API
I have an automate flow which Create a Teams site, channels & tabs. now inside the General channel, we add the following custom tabs (Active DashBoard, Incident -12: Tasks and Template & training), as follow:- but i will get those 3 built-in tabs; Posts, Files and Notes.. now how i can move the Notes tab to be last tab ? using Graph API? Thanks Read More
एयरटेल पेमेंट बैंक से पैसे कट जाए तो क्या करें?
एयरटेल पेमेंट बैंक से पैसे कट जाए तो क्या करें? ग्राहक सहायता टीम (0859↑724↑8900} तक पहुंच सकते हैं और जितनी जल्दी हो सके अपनी शिकायत दर्ज कर सकते हैं।
एयरटेल पेमेंट बैंक से पैसे कट जाए तो क्या करें? ग्राहक सहायता टीम (0859↑724↑8900} तक पहुंच सकते हैं और जितनी जल्दी हो सके अपनी शिकायत दर्ज कर सकते हैं। Read More
फोनपे से गलत ट्रांजेक्शन हो जाए तो क्या करें?
Phone Pe: Phone Pe में, आप (O-99-00-2-00-717 ) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं।
Phone Pe: Phone Pe में, आप (O-99-00-2-00-717 ) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं। Read More
Using EOP to secure Google workspace
I have my domain emails on google workspace and I want to secure email is it possible to configure mailflow to go through EOP in and out, and if that is possible how to do that
I have my domain emails on google workspace and I want to secure email is it possible to configure mailflow to go through EOP in and out, and if that is possible how to do that Read More
फोनपे से गलत ट्रांजेक्शन हो जाए तो क्या करें?
Phone Pe: Phone Pe में, आप (81026↑11817) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं।
Phone Pe: Phone Pe में, आप (81026↑11817) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं। Read More
फोनपे से गलत ट्रांजेक्शन हो जाए तो क्या करें
Phone Pe: Phone Pe में, आप (81026↑11817) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं।
Phone Pe: Phone Pe में, आप (81026↑11817) ट्रांज़ैक्शन” या “इतिहास” सेक्शन में जाकर असफल लेनदेन का चयन करके उस लेनदेन को देख सकते हैं और “वापस लें” या “वापस लेने के लिए अनुरोध करें” विकल्प का उपयोग करके पैसे वापस प्राप्त कर सकते हैं। Read More
On Managed Identities vs New Features – Azure Functions in Container App Environments
Why is it that Microsoft regresses on their own recommended best security practices in favor of realising new features? For instance, the recent integration to run function apps on Azure Container Environment sounds great! But wait, how do we connect to ACR to redeploy app when the image is updated, using Managed Identities? No no no, that would take to long to implement let us rather go back to using username and admin passwords ?! #smh
Why is it that Microsoft regresses on their own recommended best security practices in favor of realising new features? For instance, the recent integration to run function apps on Azure Container Environment sounds great! But wait, how do we connect to ACR to redeploy app when the image is updated, using Managed Identities? No no no, that would take to long to implement let us rather go back to using username and admin passwords ?! #smh Read More
Printing excel chart in high quality
Hello,
I’m new here and I need help. I have a very important meeting at my company on Tuesday which can possibly give me the promotion that I have been waiting for.
The thing is our CEO is going to convince stakeholders of the company about something and for that he has chosen me to accompany him and do a part of the conversation. So, I cannot make any mistakes.
We will be giving a company report to each stakeholder, so that they can follow along when we are talking in the meeting. I am creating that report right now and I need to add some charts to it but when I am color printing the charts the prints are not coming out as clear as I want them to be.
So my question is how I can print the charts in Excel at the highest quality possible?
So far, I have tried copy pasting the chart from excel to paint and saving it and printing it. I even tried creating chart on a website that I found via google but the print quality of the chart image I downloaded from there came out very poor.
Please help.
Hello,I’m new here and I need help. I have a very important meeting at my company on Tuesday which can possibly give me the promotion that I have been waiting for.The thing is our CEO is going to convince stakeholders of the company about something and for that he has chosen me to accompany him and do a part of the conversation. So, I cannot make any mistakes.We will be giving a company report to each stakeholder, so that they can follow along when we are talking in the meeting. I am creating that report right now and I need to add some charts to it but when I am color printing the charts the prints are not coming out as clear as I want them to be.So my question is how I can print the charts in Excel at the highest quality possible?So far, I have tried copy pasting the chart from excel to paint and saving it and printing it. I even tried creating chart on a website that I found via google but the print quality of the chart image I downloaded from there came out very poor.Please help. Read More
Windows update issue
Hello everyone,
I could not update the windows 11 24H2 to its lates update (KB5044384). I could not delete 8.6GB windows update temporary files. Please help with this issue.
Hello everyone,I could not update the windows 11 24H2 to its lates update (KB5044384). I could not delete 8.6GB windows update temporary files. Please help with this issue. Read More
webrtc stopped working for wayland in version 131
Wanted to see if anyone can confirm, using stable (130) webrtc still works, but on 131 (beta) getting an error message. I’ve tried to reset my web browser settings. I’m using a simple test site here to confirm this. https://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/#google_vignette
Wanted to see if anyone can confirm, using stable (130) webrtc still works, but on 131 (beta) getting an error message. I’ve tried to reset my web browser settings. I’m using a simple test site here to confirm this. https://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/#google_vignette Read More
cell format keeps changing
I have formatted a column of cells to Number – General, yet when I enter a number, 6-9240, Excel keeps automatically changing the format of the cell to Date. How can I get Excel to stop overriding my format?
I have formatted a column of cells to Number – General, yet when I enter a number, 6-9240, Excel keeps automatically changing the format of the cell to Date. How can I get Excel to stop overriding my format? Read More
Stored Proc is running , is there anyway to see what database it is working on
Stored Proc is running , is there anyway to see what database it is working on?
the script is Ola Helgren’s IndexOptimization on all user databases. I tried using sql profiler but nothing usefull came of it.
Stored Proc is running , is there anyway to see what database it is working on?the script is Ola Helgren’s IndexOptimization on all user databases. I tried using sql profiler but nothing usefull came of it. Read More