Trending questions in Edureka Community

0 votes
1 answer

Removing duplicates from Excel rows by adding values of some columns

Copy the first three columns to another ...READ MORE

Sep 23, 2022 in Others by narikkadan
• 63,680 points
868 views
0 votes
1 answer

Runtime error 438 while importing data in excel from secured website using VBA

Replace With ieDoc.forms(0) .userType.Value = "1" ...READ MORE

Sep 23, 2022 in Others by narikkadan
• 63,680 points
869 views
0 votes
1 answer

what is azure?

Azure is a cloud computing platform and ...READ MORE

Jun 21, 2023 in Others by Khan Sarfaraz
• 700 points
350 views
0 votes
1 answer

How to trigger a file download when clicking an HTML button or JavaScript?

For the button you can do <form method="get" ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
3,027 views
0 votes
0 answers

What 'type' of Language is JavaScript?

The structure of programming languages is frequently ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
639 views
0 votes
1 answer

Detecting iPhone 6/6+ screen sizes in point values

The device screen will be the first ...READ MORE

Sep 22, 2022 in IOS by Rahul
• 9,680 points
886 views
0 votes
1 answer

Interface type check with Typescript

You can achieve what you want without ...READ MORE

May 31, 2022 in TypeSript by Nina
• 3,060 points
5,776 views
0 votes
0 answers

in java what does the @ symbol mean?

I am aware of what it implies ...READ MORE

Sep 29, 2022 in Java-Script by Abhinaya
• 1,160 points
598 views
0 votes
1 answer

JavaScript API does not work for Excel 2013?

Each method in the Office.js APIs is ...READ MORE

Sep 26, 2022 in Others by narikkadan
• 63,680 points
726 views
0 votes
1 answer

How to change an element's title attribute using jQuery

You can change the title attribute with ...READ MORE

Jun 30, 2022 in Web Development by rajatha
• 7,680 points
4,510 views
0 votes
0 answers

SQL Server Insert if not exists

I want to add data to my ...READ MORE

Aug 25, 2022 in Database by Kithuzzz
• 38,020 points
2,120 views
0 votes
0 answers

Javascript Arrays Opposite of Includes

What is the proper approach to remove ...READ MORE

Aug 8, 2022 in TypeSript by krishna
• 2,820 points
2,831 views
0 votes
0 answers

Generating random whole numbers in JavaScript in a specific range

How can I create random whole numbers ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
623 views
0 votes
0 answers

What is VanillaJS?

I have a simple query that has ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
627 views
0 votes
0 answers

What does document.forms mean in javascript?

What do the terms document.cookie, document.forms, and.value ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
621 views
0 votes
1 answer

What is the official correct way to declare jQuery variables?

Declare a variable using the var keyword. Initialize ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,690 points
5,676 views
0 votes
1 answer

Rounded corners on iOS 13 page sheet

You can alter the view controller in ...READ MORE

Sep 20, 2022 in Others by Aditya
• 7,680 points
941 views
0 votes
0 answers

Error: 'int' object is not subscriptable - Python

I was experimenting with a straightforward piece ...READ MORE

Sep 21, 2022 in Python by Samuel
• 460 points
923 views
0 votes
1 answer

Shiny app excelR can't control table height

You can solve this by changing the excelTable ...READ MORE

Oct 1, 2022 in Others by narikkadan
• 63,680 points
482 views
0 votes
1 answer

How to display captured packets in HEX and ASCII in Linux?

Hi@akhtar, To display the packet value you can ...READ MORE

Oct 4, 2020 in Linux Administration by MD
• 95,460 points
31,841 views
0 votes
1 answer

How is a rounded rect view with transparency done on iphone?

view.layer.cornerRadius = radius; The difficult technique is to ...READ MORE

Sep 22, 2022 in IOS by Rahul
• 9,680 points
850 views
0 votes
1 answer

Downloading Tableau data into Excel (scientific notation column)

Due to Excel's internal floating point numbering ...READ MORE

Sep 21, 2022 in Others by narikkadan
• 63,680 points
898 views
0 votes
0 answers

HTML radio buttons allowing multiple selections

In my HTML form, I have the ...READ MORE

Aug 16, 2022 in HTML by Deepak
• 980 points
2,452 views
0 votes
0 answers

What is the relationship between iostream and namespace std?

I am currently using Teach Yourself C++ in ...READ MORE

Sep 22, 2022 in Others by gaurav
• 23,260 points
864 views
0 votes
0 answers

How to Return Multiple Values from CASE clause in Where Condition

I have a condition where utilizing the ...READ MORE

Aug 25, 2022 in Database by Kithuzzz
• 38,020 points
2,089 views
0 votes
1 answer

jQuery Ajax throws error while using JSON Parse for Wikipedia API

<!Doctype html> <html> <head> ...READ MORE

Aug 2, 2022 in Web Development by rajatha
• 7,680 points
3,024 views
0 votes
0 answers

What is the difference between "let" and "var"?

Although I've heard that it's referred to ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
596 views
0 votes
1 answer

VBA automatically agree to enable macros

Typically, there is no security alert when ...READ MORE

Oct 1, 2022 in Others by narikkadan
• 63,680 points
473 views
0 votes
1 answer

Escape Character in SQL Server

You can escape quotation like this: select 'it''s ...READ MORE

Sep 19, 2022 in Database by narikkadan
• 63,680 points
988 views
0 votes
0 answers

How to ALTER multiple columns at once in SQL Server

ALTER the data types of several columns in ...READ MORE

Aug 12, 2022 in Database by Kithuzzz
• 38,020 points
2,641 views
0 votes
1 answer

Formula in criteria range in SUMIFS

No, that kind of manipulation doesn't work ...READ MORE

Sep 30, 2022 in Others by narikkadan
• 63,680 points
508 views
0 votes
0 answers

How do I check if an array includes a value in JavaScript?

What is the shortest and most efficient ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
592 views
0 votes
1 answer

How to add a Try/Catch to SQL Stored Procedure

See TRY...CATCH (Transact-SQL) CREATE PROCEDURE [dbo].[PL_GEN_PROVN_NO1] ...READ MORE

Sep 16, 2022 in Database by narikkadan
• 63,680 points
1,104 views
0 votes
0 answers

SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 102

I'm getting the SQLSTATE[HY093] error: Line 102 ...READ MORE

Aug 29, 2022 in Database by Kithuzzz
• 38,020 points
1,898 views
0 votes
1 answer

Sumifs function not recognizing "true" criteria/column

You must switch to an Array Type ...READ MORE

Sep 29, 2022 in Others by narikkadan
• 63,680 points
560 views
0 votes
0 answers

What is property in hasOwnProperty in JavaScript?

Consider: if (someVar.hasOwnProperty('someProperty') ) { // Do something(); } ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
577 views
0 votes
0 answers

Real iPhone XR screen resolution differs from screen resolution given by swift?

Screenshots, the Apple website, and other sources ...READ MORE

Sep 28, 2022 in IOS by Soham
• 9,710 points
572 views
0 votes
0 answers

Does the string "php?id=1" within a http GET request mean there is necesseraly an sql request to a back-end database?

You can use Google dorks like "inurl:.php?id=" ...READ MORE

Aug 6, 2022 in PHP by Kithuzzz
• 38,020 points
2,873 views
0 votes
0 answers

How to create Multiple Themes/Skins for iphone apps?

I already have an iPhone app that ...READ MORE

Sep 28, 2022 in IOS by Soham
• 9,710 points
567 views
0 votes
1 answer

Excel: How to take a weighted average where blank values cause proportional weighting shifts

This seems to work for me, though ...READ MORE

Sep 27, 2022 in Others by narikkadan
• 63,680 points
609 views
0 votes
1 answer

Excel: change the spreadsheets from templates to workbooks?

The extension is the only distinction between ...READ MORE

Oct 1, 2022 in Others by narikkadan
• 63,680 points
428 views
0 votes
1 answer

How to fix the Hibernate "object references an unsaved transient instance - save the transient instance before flushing" error

You should include cascade="all" while using XML ...READ MORE

Feb 18, 2022 in Java by Aditya
• 7,680 points
10,099 views
0 votes
0 answers

How can I solve "java.lang.NoClassDefFoundError"?

I've tried both the examples in Oracle's Java ...READ MORE

Sep 20, 2022 in Java-Script by Tejashwini
• 780 points
884 views
0 votes
0 answers

Exception in thread "main" java.util.NoSuchElementException

Whenever I run this, the chooseCave() function works fine ...READ MORE

Sep 20, 2022 in Java-Script by Tejashwini
• 780 points
881 views
0 votes
0 answers

How to fetch specific data from MySQL database to my PHP table?

I want to get data from the ...READ MORE

Jul 28, 2022 in PHP by Kithuzzz
• 38,020 points
3,233 views
0 votes
0 answers

iOS Custom Notification Sound (UNNotificationSound) doesn't play when iPhone is locked

I edit the notification before showing it ...READ MORE

Sep 22, 2022 in IOS by Soham
• 9,710 points
790 views
0 votes
0 answers

How do I replace all occurrences of a string in JavaScript?

Given a string: s = "Test abc test ...READ MORE

Sep 28, 2022 in Java by Nicholas
• 7,760 points
534 views
0 votes
1 answer

Storing images in SQL Server?

Following extensive performance testing and analysis, the ...READ MORE

Sep 16, 2022 in Database by narikkadan
• 63,680 points
1,052 views
0 votes
0 answers

How to check not in array element

I want to check if an element is ...READ MORE

Jul 28, 2022 in PHP by Kithuzzz
• 38,020 points
3,224 views
0 votes
1 answer

SQL JOIN - WHERE clause vs. ON clause

They are not the same thing. Consider these ...READ MORE

Sep 16, 2022 in Database by narikkadan
• 63,680 points
1,050 views