Trending questions in Edureka Community

0 votes
0 answers

Public variable for captura path in vba excel

I need to record the path of ...READ MORE

Jan 22, 2023 in Others by Kithuzzz
• 38,000 points

edited Mar 4, 2025 366 views
0 votes
1 answer

how devops helps in testing?

Everyone is encouraged to add to the ...READ MORE

Jan 3, 2023 in DevOps & Agile by Edureka
• 12,730 points
1,148 views
0 votes
1 answer

Excel - how to calculate sum of multiple rows into different columns

The AutoSum button or formula can be ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,690 points
13,038 views
0 votes
1 answer

How to get the user's country calling code in iOS?

Import Statement : #import<CoreTelephony/CTCarrier.h> #import <CoreTelephony/CTTelephonyNetworkInfo.h> you can get country ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,580 points
2,442 views
0 votes
0 answers

How can I update the option "propagateTags" on an already created ECS service?

I need to tag all the existing ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 475 views
0 votes
1 answer

Python Excel Writer (xlswriter) Insert Image from URL

Use this: url = "..../picture.jpg" data = urllib.request.urlopen(url).read() file = ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 86,360 points
3,135 views
0 votes
0 answers

Redshift removal of explicit locks lead to missing rows/duplicated rows. Best resolution?

I have a use case where several ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 448 views
0 votes
0 answers

How to download aws certificate

So I passed the AWS cloud practitioner ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 459 views
0 votes
1 answer

Stop Excel from automatically converting certain text values to dates

I've discovered that getting the desired result ...READ MORE

Dec 29, 2022 in Others by narikkadan
• 86,360 points
1,367 views
0 votes
0 answers

How to log X-Amzn-Request-id when invoking a lambda? (aws-sdk)

I see that when we invoke a ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 460 views
0 votes
0 answers

How to connect keyhole to AWS DocumentDB?

I want to run performance testing using ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 415 views
0 votes
0 answers

Which service in aws allows you to create and delete

I am new to cloud computing so ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 428 views
0 votes
1 answer

Get a field value from a SObject List (Apex)

The field API Name is represented by ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,420 points
13,206 views
0 votes
0 answers

aws vs azure which is better for career

Hi guys. I am transitioning to cloud ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 438 views
0 votes
0 answers

Aws ElasticSearch is not being accessed from Lambda where as it is being accessed from the localhost?

I have an ElasticSearch instance deployed in ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 445 views
0 votes
0 answers

Browsers not caching images from s3

I'm hosting my personal portfolio on AWS ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 5,380 points
1,133 views
0 votes
0 answers

gradlew will not sign a debug build

I am working on a CICD pipeline ...READ MORE

Jan 12, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 747 views
0 votes
0 answers

How to use aws cli

Hi guys. I am getting started with ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 425 views
0 votes
1 answer

VBA Excel Adding pictures to a worksheet

It should work as: ActiveSheet.Pictures.Insert("C:\Work\test_Project\myjpgfile.jpg").Select As that's all the ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 86,360 points
1,101 views
0 votes
1 answer

How to add text on new page in word doc via excel vba

First start with: objDoc.Range.Insertafter vbCr & Chr(12) & ...READ MORE

Nov 25, 2022 in Others by narikkadan
• 86,360 points
2,782 views
0 votes
0 answers

How to create "Python Package Download" Azure DevOps Service Connection?

I need to set up an Azure ...READ MORE

Jan 5, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
1,033 views
0 votes
0 answers

Publish a pipeline Azure Devops code coverage report

I am trying to publish a detailed ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
1,717 views
0 votes
0 answers

Build images as part of Jenkins Worker on Kubernetes

I have Jenkins deployed on kubernetes (AWS ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 466 views
0 votes
0 answers

Which is a fully managed desktop computing service in aws

Hi. So being new to cloud computing, ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 417 views
0 votes
1 answer

Excel formula to convert EST date time into IST date time?

The code: =IF(A1-TIME(10,30,0)<0,ABS(1+A1-TIME(10,30,0)),A1-TIME(10,30,0))  It works if your cell ...READ MORE

Dec 27, 2022 in Others by narikkadan
• 86,360 points
1,400 views
0 votes
1 answer

How to get password of the Amazon aws rds user?

Follow these procedures to update the master ...READ MORE

Mar 9, 2022 in Others by gaurav
• 23,580 points

edited Jun 20, 2023 by Khan Sarfaraz 14,053 views
0 votes
0 answers

How to add raw body to a REST url using power query connector?

I want to login to this URL ...READ MORE

Jan 20, 2023 in Power BI by Ganesh

edited Mar 4, 2025 369 views
0 votes
1 answer

Excel Formula Help Conditional Formatting - If A2 =TODAY and B2=Y turn A2 Green. If B2 = N turn A2 RED

Create a conditional format rule on A2 ...READ MORE

Dec 29, 2022 in Others by narikkadan
• 86,360 points
1,323 views
0 votes
0 answers

Error message to clone

Hello, I am having error message cloning repository ...READ MORE

Jan 12, 2023 in Azure by IsaacDeji

edited Mar 4, 2025 712 views
0 votes
0 answers

What are the uses of amazon glacier

Hi. So I was wandering around S3 ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 354 views
0 votes
0 answers

aws-cdk: pass ENV to NextJS app throught Ec2TaskDefinition

My node.js app needs creds and an ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 5,380 points
1,111 views
0 votes
1 answer

Excel Formula which places date/time in cell when data is entered in another cell in the same row

Here's how to accomplish things in another ...READ MORE

Dec 11, 2022 in Others by narikkadan
• 86,360 points
2,075 views
0 votes
2 answers

What is the difference between Set and List in java?

List is an ordered sequence of elements. ...READ MORE

Apr 26, 2018 in Java by Akrati
• 3,190 points
64,753 views
0 votes
0 answers

AWS IAM role creation is failing

I have a DynamoDB table created in ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 407 views
0 votes
1 answer

Imitate Excel style gradient color effect (red, yellow, green) in gt::data_color()

The similar color palette: c("#63be7b", "#ffeb84", "#f8696b") df %>% ...READ MORE

Dec 28, 2022 in Others by narikkadan
• 86,360 points
1,335 views
0 votes
0 answers

How to use aws

I know this is a generic question ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 398 views
0 votes
0 answers

editing aws lambda inline with large package size

In the working directory of an AWS ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4, 2025 445 views
0 votes
1 answer

Convert image (jpg) to base64 in Excel VBA?

Heres a function. Can't remember where I ...READ MORE

Sep 27, 2022 in Others by narikkadan
• 86,360 points
5,330 views
0 votes
0 answers

Which aws storage service assists s3 with transferring data

I had this question about transferring data. ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 396 views
0 votes
0 answers

When choosing an aws region which factors should you consider

I have this question. So I setup ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 396 views
0 votes
0 answers

AWS Cognito that triggers Lambda function and sends me a notification when a new user signs up using SNS

Implementing an AWS Lambda function that sends ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 381 views
0 votes
0 answers

How to do aws certification

I am getting started with learning about ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 393 views
0 votes
1 answer

How to open a password protected excel file using python?

I recently came upon a Python package ...READ MORE

Apr 6, 2022 in Database by gaurav
• 23,580 points
12,796 views
+3 votes
3 answers
0 votes
0 answers

Which aws certification is in demand

I am always hearing about AWS jobs ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 389 views
0 votes
0 answers

When choosing an aws region which factors should you consider

Is it mandatory to select location close ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4, 2025 369 views
0 votes
1 answer

Filter sumproduct formula based on array

Use ISERROR(MATCH()): =SUMPRODUCT(--(ISERROR(MATCH(Sales[Area];Exceptions[Area];0)));Sales[Quantity];Sales[Price per unit]) --(ISERROR(MATCH(Sales[Area];Exceptions[Area];0))) will return 1 if the ...READ MORE

Dec 16, 2022 in Others by narikkadan
• 86,360 points
1,836 views
0 votes
0 answers

Can't play video on iOS in Safari: NotAllowedError

When I click a play button on ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,580 points
2,711 views
0 votes
1 answer

DATEDIF Excel - output incorrect

If you want the difference in days, ...READ MORE

Dec 28, 2022 in Others by narikkadan
• 86,360 points
1,313 views