Month: July 2024
How do I complain against a Navi loan? 0924•148•4599 ,,
Here are the steps to complain against a Navi loan:1. Contact Navi loan Customer Contact Us: 09241-484.599.., Reach out to Navi’s customer service team either by phone, email, or through their website’s customer support portal. Explain the issue you are facing with your loan and request to file a formal complaint.2. Submit a Written Complaint: Follow up your verbal complaint with a written complaint. This can be done by sending a letter or email to Navi’s customer service or complaints department. Clearly state the details of your issue, any relevant documentation, and the resolution you are seeking.3. Escalate to Navi’s Grievance Redressal Officer: If your complaint is not satisfactorily resolved by the customer service team, you can escalate it to Navi’s Grievance Redressal Officer. Their contact details should be available on Navi’s website or provided to you.4. File a Complaint with the RBI: If Navi does not address your complaint within a reasonable time or you are not satisfied with their response, you can file a complaint with the Reserve Bank of India (RBI) Consumer Education and Protection Department. You can do this through the RBI Complaint Management System.5. Approach the Banking Ombudsman: If the RBI is unable to resolve your complaint, you can approach the Banking Ombudsman, which is an independent dispute resolution authority set up by the RBI. The Ombudsman can help mediate and resolve your complaint against Navi.Remember to keep copies of all your communication and documentation related to the complaint. This will help strengthen your case if the matter needs to be escalated further. Stay persistent and follow the proper channels to get your issue resolved. Read More
The problem of real-time continuous generation of simulated vehicles in the RoadRunner Scenario
Hello
I have a problem with the RoadRunner Scenario.
Can I use relevant API to control RoadRunner Scenario in matlab to generate simulation vehicles in real time by myself?Hello
I have a problem with the RoadRunner Scenario.
Can I use relevant API to control RoadRunner Scenario in matlab to generate simulation vehicles in real time by myself? Hello
I have a problem with the RoadRunner Scenario.
Can I use relevant API to control RoadRunner Scenario in matlab to generate simulation vehicles in real time by myself? roadrunner scenario MATLAB Answers — New Questions
How can I make this macro dynamic?
How can I replace the original row in “list orders export” with the rows in Sheet 3 and Sheet 4? This should be based on the name / data in the column B, in this example, “UBS Switzerland AG”
i.e. List orders export has row 90 that is UBS entry
The two other numbered sheets have 2 different UBS row entries
I want to delete the original Row 90 and add these 2 new rows from different sheets respectively to the bottom of the “list orders export” sheet
I have this code, but it manually checks for the “UBS xxx” text instead of dynamically using input in Column B…
investorName = “UBS Switzerland AG”
can I set this to a column, for example, column B in “Sheet2”?
so it searches for the name in Column B of Sheet2 in both List orders export AND sheet3, and replaces the entry with that name in list orders export with the 2 entries from sheet2 and sheet3 respectively
Sub ReplaceUBSRow()
Dim wsExport As Worksheet
Dim wsSheet2 As Worksheet
Dim wsSheet3 As Worksheet
Dim investorName As String
Dim lastRow As Long
Dim targetRow As Long
Dim i As Long
Dim foundRow As Long
‘ Set the investor name to search for
investorName = “UBS SWITZERLAND AG”
‘ Set references to the sheets
Set wsExport = ThisWorkbook.Sheets(“List Orders export”)
Set wsSheet2 = ThisWorkbook.Sheets(“Sheet2”)
Set wsSheet3 = ThisWorkbook.Sheets(“Sheet3”)
‘ Find the row with UBS Switzerland AG in the “Export Order List” sheet
lastRow = wsExport.Cells(wsExport.Rows.Count, “B”).End(xlUp).Row
foundRow = 0
For i = 1 To lastRow
If wsExport.Cells(i, 2).Value = investorName Then
foundRow = i
Exit For
End If
Next i
‘ If the row is found
If foundRow <> 0 Then
‘ Delete the found row
wsExport.Rows(foundRow).Delete
‘ Define new rows to insert
Dim newRow1 As Range
Dim newRow2 As Range
Set newRow1 = wsSheet2.Rows(2) ‘ assuming data is in row 2
Set newRow2 = wsSheet3.Rows(2) ‘ assuming data is in row 2
‘ Insert rows from “Sheet2” and “Sheet3” into “Export Order List”
wsExport.Rows(foundRow).Insert Shift:=xlDown
wsExport.Rows(foundRow).Insert Shift:=xlDown
‘ Copy data from “Sheet2” and “Sheet3” to “Export Order List”
newRow1.Copy Destination:=wsExport.Rows(foundRow)
newRow2.Copy Destination:=wsExport.Rows(foundRow + 1)
End If
End Sub
How can I replace the original row in “list orders export” with the rows in Sheet 3 and Sheet 4? This should be based on the name / data in the column B, in this example, “UBS Switzerland AG” i.e. List orders export has row 90 that is UBS entryThe two other numbered sheets have 2 different UBS row entriesI want to delete the original Row 90 and add these 2 new rows from different sheets respectively to the bottom of the “list orders export” sheet I have this code, but it manually checks for the “UBS xxx” text instead of dynamically using input in Column B…investorName = “UBS Switzerland AG”can I set this to a column, for example, column B in “Sheet2”?so it searches for the name in Column B of Sheet2 in both List orders export AND sheet3, and replaces the entry with that name in list orders export with the 2 entries from sheet2 and sheet3 respectively Sub ReplaceUBSRow()Dim wsExport As WorksheetDim wsSheet2 As WorksheetDim wsSheet3 As WorksheetDim investorName As StringDim lastRow As LongDim targetRow As LongDim i As LongDim foundRow As Long’ Set the investor name to search forinvestorName = “UBS SWITZERLAND AG”‘ Set references to the sheetsSet wsExport = ThisWorkbook.Sheets(“List Orders export”)Set wsSheet2 = ThisWorkbook.Sheets(“Sheet2”)Set wsSheet3 = ThisWorkbook.Sheets(“Sheet3”)’ Find the row with UBS Switzerland AG in the “Export Order List” sheetlastRow = wsExport.Cells(wsExport.Rows.Count, “B”).End(xlUp).RowfoundRow = 0For i = 1 To lastRowIf wsExport.Cells(i, 2).Value = investorName ThenfoundRow = iExit ForEnd IfNext i’ If the row is foundIf foundRow <> 0 Then’ Delete the found rowwsExport.Rows(foundRow).Delete’ Define new rows to insertDim newRow1 As RangeDim newRow2 As RangeSet newRow1 = wsSheet2.Rows(2) ‘ assuming data is in row 2Set newRow2 = wsSheet3.Rows(2) ‘ assuming data is in row 2′ Insert rows from “Sheet2” and “Sheet3” into “Export Order List”wsExport.Rows(foundRow).Insert Shift:=xlDownwsExport.Rows(foundRow).Insert Shift:=xlDown’ Copy data from “Sheet2” and “Sheet3” to “Export Order List”newRow1.Copy Destination:=wsExport.Rows(foundRow)newRow2.Copy Destination:=wsExport.Rows(foundRow + 1)End IfEnd Sub Read More
Missing Outlook data
I haven’t logged into Outlook for a few months because we are using our phones mostly for contacts lately. I needed a number that was not on my phone contact list, so I opened Outlook only to find no data shown. The pst file is where it’s supposed to be and has data in it, about 60k worth, which seems about right. The calendar reminders pop up, but there is no data shown on the calendar itself.
Anyone have any ideas what is going on and how to fix this?
Thanks,
Elizabeth
I haven’t logged into Outlook for a few months because we are using our phones mostly for contacts lately. I needed a number that was not on my phone contact list, so I opened Outlook only to find no data shown. The pst file is where it’s supposed to be and has data in it, about 60k worth, which seems about right. The calendar reminders pop up, but there is no data shown on the calendar itself. Anyone have any ideas what is going on and how to fix this? Thanks,Elizabeth Read More
High Volume Email Account and Conditional Access
Hi all,
We’ve set up a HVE account, and set up a Conditional Access Policy targeting this account to block sign-in to all cloud apps for any location except for the excluded IP address ranges.
A couple of problems:
1. I can still authenticate and send from an IP address not in the excluded range.
2. I don’t see any sign-in logs on Entra ID under this account.
Has anyone been successful securing the HVE account with conditional access please?
I’ve tested with a physical scanner and also ‘Send-MailMessage’ using powershell – none of the authentications are logged in Entra ID.
Hi all, We’ve set up a HVE account, and set up a Conditional Access Policy targeting this account to block sign-in to all cloud apps for any location except for the excluded IP address ranges.A couple of problems:1. I can still authenticate and send from an IP address not in the excluded range.2. I don’t see any sign-in logs on Entra ID under this account. Has anyone been successful securing the HVE account with conditional access please? I’ve tested with a physical scanner and also ‘Send-MailMessage’ using powershell – none of the authentications are logged in Entra ID. Read More
REST API calls from Integration to Deployment pipeline is failing with PipelineValidationException
REST API calls from Integration pipeline to Deployment pipeline is failing with PipelineValidationException. Please provide suggestions on how to debug and troubleshoot this issue as the thrown error message is not clear.
2024-07-04T04:01:22.8596291Z URL: https://dev.azure.com/udtrucks-org1/UD%20KOLA/_apis/pipelines/1035/runs?api-version=7.0
2024-07-04T04:01:24.0152601Z [31;1mInvoke-RestMethod: [0m/home/vsts/work/_temp/952c4854-61d0-4416-8cf5-108d6579b3ba.ps1:51[0m
2024-07-04T04:01:24.0153574Z [31;1m[0m[36;1mLine |[0m
2024-07-04T04:01:24.0155598Z [31;1m[0m[36;1m[36;1m 51 | [0m $PIPELINE = [36;1mInvoke-RestMethod -Method Post -Uri $URL `[0m
2024-07-04T04:01:24.0156386Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m | [31;1m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
2024-07-04T04:01:24.0158174Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m | [31;1m { “$id”: “1”, “innerException”: null, “message”: “The[0m
2024-07-04T04:01:24.0159453Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m | [31;1mu0027environmentu0027 parameter value u0027DEVu0027 is not a valid[0m
2024-07-04T04:01:24.0160547Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1mvalue.”, “typeName”:[0m
2024-07-04T04:01:24.0161794Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1m”Microsoft.Azure.Pipelines.WebApi.PipelineValidationException,[0m
2024-07-04T04:01:24.0163140Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1mMicrosoft.Azure.Pipelines.WebApi”, “typeKey”:[0m
2024-07-04T04:01:24.0164548Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1m”PipelineValidationException”, “errorCode”: 0, “eventId”: 3000 }[0m
2024-07-04T04:01:24.0860549Z
2024-07-04T04:01:24.0921412Z ##[error]PowerShell exited with code ‘1’.
REST API calls from Integration pipeline to Deployment pipeline is failing with PipelineValidationException. Please provide suggestions on how to debug and troubleshoot this issue as the thrown error message is not clear.2024-07-04T04:01:22.8596291Z URL: https://dev.azure.com/udtrucks-org1/UD%20KOLA/_apis/pipelines/1035/runs?api-version=7.0
2024-07-04T04:01:24.0152601Z [31;1mInvoke-RestMethod: [0m/home/vsts/work/_temp/952c4854-61d0-4416-8cf5-108d6579b3ba.ps1:51[0m
2024-07-04T04:01:24.0153574Z [31;1m[0m[36;1mLine |[0m
2024-07-04T04:01:24.0155598Z [31;1m[0m[36;1m[36;1m 51 | [0m $PIPELINE = [36;1mInvoke-RestMethod -Method Post -Uri $URL `[0m
2024-07-04T04:01:24.0156386Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m | [31;1m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
2024-07-04T04:01:24.0158174Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m | [31;1m { “$id”: “1”, “innerException”: null, “message”: “The[0m
2024-07-04T04:01:24.0159453Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m | [31;1mu0027environmentu0027 parameter value u0027DEVu0027 is not a valid[0m
2024-07-04T04:01:24.0160547Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1mvalue.”, “typeName”:[0m
2024-07-04T04:01:24.0161794Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1m”Microsoft.Azure.Pipelines.WebApi.PipelineValidationException,[0m
2024-07-04T04:01:24.0163140Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1mMicrosoft.Azure.Pipelines.WebApi”, “typeKey”:[0m
2024-07-04T04:01:24.0164548Z [31;1m[0m[36;1m[36;1m[0m[36;1m[0m[36;1m[31;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m[31;1m[36;1m | [31;1m”PipelineValidationException”, “errorCode”: 0, “eventId”: 3000 }[0m
2024-07-04T04:01:24.0860549Z
2024-07-04T04:01:24.0921412Z ##[error]PowerShell exited with code ‘1’. Read More
No results when creating alert rule
I’ve been following this documentation for creating emergency users:
However, I’m unable to get any results when I’m creating and testing the alert rule.
What am I missing?
I’ve been following this documentation for creating emergency users:https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/security-emergency-access#monitor-sign-in-and-audit-logs However, I’m unable to get any results when I’m creating and testing the alert rule. What am I missing? Read More
Words breaking up (dashed) in table
Hello, I used (forward function) a previously sent email for the format, and just edit the text for the new email. In the past, I did not face any word breaking in table problem – the problem meaning my words on the right side of the table will turn out like this, e.g.: spe-cialty / con-cerning / Aus-tralia / in-dustry.
Even after I changed font size, changed font type, adjust table width, adjust text alignment, adjust cell text margin, adjust cell text alignment, and even created a fresh new email and table, when the email is sent, the text automatically becomes the ‘justified’ alignment and most of my right-side words get broken up (dashed).
I use the Tenorite font size 11/12. Windows 10 Pro. Outlook version 2406.
I don’t mind having my text aligned left in the table, I just don’t want any word to get dashed up. Please help. Thank you.
Hello, I used (forward function) a previously sent email for the format, and just edit the text for the new email. In the past, I did not face any word breaking in table problem – the problem meaning my words on the right side of the table will turn out like this, e.g.: spe-cialty / con-cerning / Aus-tralia / in-dustry. Even after I changed font size, changed font type, adjust table width, adjust text alignment, adjust cell text margin, adjust cell text alignment, and even created a fresh new email and table, when the email is sent, the text automatically becomes the ‘justified’ alignment and most of my right-side words get broken up (dashed). I use the Tenorite font size 11/12. Windows 10 Pro. Outlook version 2406. I don’t mind having my text aligned left in the table, I just don’t want any word to get dashed up. Please help. Thank you. Read More
How to complain against a’Navi loan? •0924•1484.599..
Navi has customer support phone number 09241.484-599 -: office Hours: Mon – Sat 9: 00 a.m. to 7:00 p.m. ( Navi Loans remains closed on Sundays and ever 2nd and 4th Saturday) that you can call to speak with representative.
Navi has customer support phone number 09241.484-599 -: office Hours: Mon – Sat 9: 00 a.m. to 7:00 p.m. ( Navi Loans remains closed on Sundays and ever 2nd and 4th Saturday) that you can call to speak with representative. Read More
Undefined function or method ‘…’ for input arguments of type ‘double’.
I’m getting the following error when I try to run some function m-files:
??? Undefined function or method ‘[name of function]’ for input arguments of type ‘double’.
I know this usually happens when the file isn’t in the working directory, but that’s not the case here.
When I was running these m-files in a different directory on my computer, it worked fine. I moved them to another directory on my laptop, and they’re still fine, but I get this error on two of my desktops.
Thank you.I’m getting the following error when I try to run some function m-files:
??? Undefined function or method ‘[name of function]’ for input arguments of type ‘double’.
I know this usually happens when the file isn’t in the working directory, but that’s not the case here.
When I was running these m-files in a different directory on my computer, it worked fine. I moved them to another directory on my laptop, and they’re still fine, but I get this error on two of my desktops.
Thank you. I’m getting the following error when I try to run some function m-files:
??? Undefined function or method ‘[name of function]’ for input arguments of type ‘double’.
I know this usually happens when the file isn’t in the working directory, but that’s not the case here.
When I was running these m-files in a different directory on my computer, it worked fine. I moved them to another directory on my laptop, and they’re still fine, but I get this error on two of my desktops.
Thank you. undefined function or method, function m-files, overcoming obstacles MATLAB Answers — New Questions
How to get an expression for a Hypergeometric function with symbiotic variable
I want to calculate the inverse Laplace transform of ,
where G(r)= , s is the variable.
My code can’t compute a Hypergeometric function function with symbolic variable, and it can’t get a concrete inverse Laplace transformation.
here is my code
phi=4;alpha=2.2;beta=4.7e-05;rho=25;r1=500;r2=400;lambda=4.0e-05;
syms s r t
G_r=0.5*r^2*(hypergeom([phi,-2/alpha],(alpha-2)/alpha,-r^(-alpha)*beta*rho*s )-1);
L_IBd00_s=exp(2*pi*lambda*( vpa(subs(G_r,r,r1),5) -vpa(subs(G_r,r,r2),5) ));
L_IBd00_inv=ilaplace(1/s*L_IBd00_s);
the result is
>> vpa(subs(G_r,r,radius),5)
ans =
125000.0*hypergeom([-0.90909, 4.0], 0.090909, -1.342e-9*s) – 125000.0
>> vpa(L_IBd00_inv,5)
ans =
0.000012253*heaviside(t)*ilaplace(exp(10.0*pi*hypergeom([-0.90909, 4.0], 0.090909, -1.342e-9*s) – 6.4*pi*hypergeom([-0.90909, 4.0], 0.090909, -2.1926e-9*s))/s, s, t)
So how can i get an expression of L_IBd00_inv with respect to the variable t?I want to calculate the inverse Laplace transform of ,
where G(r)= , s is the variable.
My code can’t compute a Hypergeometric function function with symbolic variable, and it can’t get a concrete inverse Laplace transformation.
here is my code
phi=4;alpha=2.2;beta=4.7e-05;rho=25;r1=500;r2=400;lambda=4.0e-05;
syms s r t
G_r=0.5*r^2*(hypergeom([phi,-2/alpha],(alpha-2)/alpha,-r^(-alpha)*beta*rho*s )-1);
L_IBd00_s=exp(2*pi*lambda*( vpa(subs(G_r,r,r1),5) -vpa(subs(G_r,r,r2),5) ));
L_IBd00_inv=ilaplace(1/s*L_IBd00_s);
the result is
>> vpa(subs(G_r,r,radius),5)
ans =
125000.0*hypergeom([-0.90909, 4.0], 0.090909, -1.342e-9*s) – 125000.0
>> vpa(L_IBd00_inv,5)
ans =
0.000012253*heaviside(t)*ilaplace(exp(10.0*pi*hypergeom([-0.90909, 4.0], 0.090909, -1.342e-9*s) – 6.4*pi*hypergeom([-0.90909, 4.0], 0.090909, -2.1926e-9*s))/s, s, t)
So how can i get an expression of L_IBd00_inv with respect to the variable t? I want to calculate the inverse Laplace transform of ,
where G(r)= , s is the variable.
My code can’t compute a Hypergeometric function function with symbolic variable, and it can’t get a concrete inverse Laplace transformation.
here is my code
phi=4;alpha=2.2;beta=4.7e-05;rho=25;r1=500;r2=400;lambda=4.0e-05;
syms s r t
G_r=0.5*r^2*(hypergeom([phi,-2/alpha],(alpha-2)/alpha,-r^(-alpha)*beta*rho*s )-1);
L_IBd00_s=exp(2*pi*lambda*( vpa(subs(G_r,r,r1),5) -vpa(subs(G_r,r,r2),5) ));
L_IBd00_inv=ilaplace(1/s*L_IBd00_s);
the result is
>> vpa(subs(G_r,r,radius),5)
ans =
125000.0*hypergeom([-0.90909, 4.0], 0.090909, -1.342e-9*s) – 125000.0
>> vpa(L_IBd00_inv,5)
ans =
0.000012253*heaviside(t)*ilaplace(exp(10.0*pi*hypergeom([-0.90909, 4.0], 0.090909, -1.342e-9*s) – 6.4*pi*hypergeom([-0.90909, 4.0], 0.090909, -2.1926e-9*s))/s, s, t)
So how can i get an expression of L_IBd00_inv with respect to the variable t? hypergeometric, matlab, laplace MATLAB Answers — New Questions
echo is off issue in matlab
Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
ECHO is off.
ECHO is off.
while generating the HDL code in the matlab it gives me the option is the Echo is off.Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
ECHO is off.
ECHO is off.
while generating the HDL code in the matlab it gives me the option is the Echo is off. Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
ECHO is off.
ECHO is off.
while generating the HDL code in the matlab it gives me the option is the Echo is off. fpga, xilinx, matlab coder MATLAB Answers — New Questions
How to hide leading single quotes
I use Azure Resource Graph to export data, for example:
tag
1-08
To prevent auto-convert, so I add a single quote to every rows:
tag
‘1-08
Then I download the data as csv, and save as xlsx.
If I want to hide leading single quote, I have to double click the single cell. But there are many many cells in file, how I can hide for them?
I use Azure Resource Graph to export data, for example: tag
1-08 To prevent auto-convert, so I add a single quote to every rows: tag
‘1-08 Then I download the data as csv, and save as xlsx. If I want to hide leading single quote, I have to double click the single cell. But there are many many cells in file, how I can hide for them? Read More
cannot project oppo find x5 pro to windows 11, the notification on pc asking to project the phone to
i’m trying to project my oppo find x5 pro to my windows 11 laptop by using the phone’s screencast but when i try and connect the phone to the pc with the phone’s screencast, it says invite sent to the pc with a pin, and according to other people, there is supposed to be a notification on your pc asking you if you want to project the phone to the pc, but i never get this notification, and any subsequent attempt to connect the phone to the pc with screencast says “connection failed” until i restart the phone Read More
Terms of Use file download? How to access this via the Graph API
Hi All,
I’ve started to play with Microsoft Graph in further details, but I’m having trouble with Terms of Use, I can retrieve the configuration and details on the file, but it would be great if I could programmatically download the file.
The following endpoint returns data:
– Policy and file – https://graph.microsoft.com/v1.0/agreements/{id}?$expand=files
However, the FileData attribute is empty. I can download the file fine from the portal, but it would be great to retrieve a URL or code to convert into the file type itself.
I’ve seen further documentation here, but not sure how to proceed:
agreementFileData resource type – Microsoft Graph v1.0 | Microsoft Learn
Any tips?
Thanks!
Hi All, I’ve started to play with Microsoft Graph in further details, but I’m having trouble with Terms of Use, I can retrieve the configuration and details on the file, but it would be great if I could programmatically download the file. The following endpoint returns data:- Policy and file – https://graph.microsoft.com/v1.0/agreements/{id}?$expand=filesHowever, the FileData attribute is empty. I can download the file fine from the portal, but it would be great to retrieve a URL or code to convert into the file type itself. I’ve seen further documentation here, but not sure how to proceed: agreementFileData resource type – Microsoft Graph v1.0 | Microsoft LearnAny tips? Thanks! Read More
Function that automatically highlights cells with out of spec results for several parameters
Hello everyone,
I’m developing a QA lab at a small craft brewery and trying to get better documentation.
We recently started keeping track of several parameters for the brands that we produce (ABV, Extract, pH, CO2, etc). We have a spec sheet that shows the lower and upper limit of each parameter that we test for every brand.
Right now, we manually highlight cells with out of spec values. I want to develop an excel sheet that automatically highlights a value that’s outside the acceptable range of a test parameter.
It gets tricky because each brand has different specs. ChatGPT suggested vlookup but I haven’t been able to get the function to work. I assume I’m doing something wrong. Any help will be greatly appreciated.
Hello everyone,I’m developing a QA lab at a small craft brewery and trying to get better documentation.We recently started keeping track of several parameters for the brands that we produce (ABV, Extract, pH, CO2, etc). We have a spec sheet that shows the lower and upper limit of each parameter that we test for every brand.Right now, we manually highlight cells with out of spec values. I want to develop an excel sheet that automatically highlights a value that’s outside the acceptable range of a test parameter.It gets tricky because each brand has different specs. ChatGPT suggested vlookup but I haven’t been able to get the function to work. I assume I’m doing something wrong. Any help will be greatly appreciated. Read More
Steps to the Permissions dance. (Moving hard drives to new PC)
Hi guys.
Not sure what forums to put this in.
I’m about to build some new PC’s, they will have new system drives but I plan to put several of the (hdd/ssd) drives in my existing PC’s into them.
There’s always the ownership and permssions hassles. Remove this, add that, apply to all or just this folder, etc etc. One of the drives has several user folders on it, docs, pictures, music, and such so that that stuff won’t get lost if if windows has an anurism.
I can figure it all out but is there a written tutorial on doing this already?
Hi guys.Not sure what forums to put this in.I’m about to build some new PC’s, they will have new system drives but I plan to put several of the (hdd/ssd) drives in my existing PC’s into them.There’s always the ownership and permssions hassles. Remove this, add that, apply to all or just this folder, etc etc. One of the drives has several user folders on it, docs, pictures, music, and such so that that stuff won’t get lost if if windows has an anurism.I can figure it all out but is there a written tutorial on doing this already? Read More
Firmware switch service missing in Computer Management
This means I’m unable to disable a seemingly randomly appearing “Configuring your mobile broadband device” message. (Although it increments from 0-100% I believe it’s redundant.)
How do I install the above switch or disable the message in another way?
Thanks.
This means I’m unable to disable a seemingly randomly appearing “Configuring your mobile broadband device” message. (Although it increments from 0-100% I believe it’s redundant.) How do I install the above switch or disable the message in another way?Thanks. Read More
Copy data to folder does not give overwrite option?
This morning I was trying to migrate an older Window 10 Pro computer to a new Windows 11 Pro computer, one thing I almost always do is to backup the C:Users<Name>appdatalocal and .roaming Mozilla profiles to then copy into the new Mozilla profile on the new computer. No matter what I tried every directory and file copied as a copy and would not overwrite the existing files in the profile directories no matter what I did.
First both Explorer windows were run as Administrator, Google turned up a file explorer option called “Hide folder merge conflicts” which I unchecks but nothing I tried allowed me to overwrite the new profile files with the old profile files. And both versions of Firefox were the exact same version.
How can I overcome this problem?
This morning I was trying to migrate an older Window 10 Pro computer to a new Windows 11 Pro computer, one thing I almost always do is to backup the C:Users<Name>appdatalocal and .roaming Mozilla profiles to then copy into the new Mozilla profile on the new computer. No matter what I tried every directory and file copied as a copy and would not overwrite the existing files in the profile directories no matter what I did.First both Explorer windows were run as Administrator, Google turned up a file explorer option called “Hide folder merge conflicts” which I unchecks but nothing I tried allowed me to overwrite the new profile files with the old profile files. And both versions of Firefox were the exact same version.How can I overcome this problem? Read More
Vinculación de tablas de Exel en PowerPoint
Estoy haciendo una presentación en PowerPoint tomando información que tengo en un Excel… estoy vinculando gráficas y tablas; la situación que presento es que al vincular una tabla (no tiene formato en Excel) aparecen los bordes de la tabla y por el formato de la presentación necesito quitarlos; en PowerPoint no permite por la vinculación a Excel y en excel no encuentro donde hacerlo
¿Alguien sabe cómo hacer esto?
¿Qué otra forma sugieren para vincular texto de Excel a PowerPoint?
Estoy haciendo una presentación en PowerPoint tomando información que tengo en un Excel… estoy vinculando gráficas y tablas; la situación que presento es que al vincular una tabla (no tiene formato en Excel) aparecen los bordes de la tabla y por el formato de la presentación necesito quitarlos; en PowerPoint no permite por la vinculación a Excel y en excel no encuentro donde hacerlo ¿Alguien sabe cómo hacer esto? ¿Qué otra forma sugieren para vincular texto de Excel a PowerPoint? Read More