Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
40 views

I am trying to do a simple delete in CosmosDB but its saying that my partition key is incorrect. # Initialize client endpoint = cosmos_endpoint key = cosmos_key client = CosmosClient(endpoint, key) ...
Jed's user avatar
  • 1,051
0 votes
1 answer
131 views

I'm trying to delete a record from an entity with a one-to-one relationship without this deletion also deleting the record from the other entity. @OneToOne @JoinColumn(name = "order_id", ...
Andres Alvarez's user avatar
0 votes
1 answer
96 views

With openpyxl, when I use worksheet.move_range(range, rows=12, translate=True) the range will be moved 12 rows down. The translate=True will move the relative references in formulae in the range by ...
Sandy Hope's user avatar
0 votes
0 answers
81 views

I am creating a new worksheet and copying data from three others into it. Two of the worksheets have empty rows in them that get copied to the new sheet. After the copies, I sort the data to get the ...
Papa's user avatar
  • 17
0 votes
2 answers
61 views

I need to delete an entire row if the text is let's say the color green. I made a code, but it ends up deleting the entire sheet and if I change the range in the code to a certain range, the code only ...
DriveShaft1234's user avatar
1 vote
0 answers
56 views

I have created an Arraylist of items. Once an item is selected, it goes to a new activity for the price to be calculated once the quantity is selected. Upon clicking cart, it goes to another activity ...
Just Learning's user avatar
0 votes
2 answers
38 views

I have a table which links the IDs of war memorials with the IDs of records of soldiers. It has a unique index based on the combination of the two IDs (sample data below). I have recently started ...
jamesinealing's user avatar
0 votes
0 answers
38 views

How can I use a sed command to find and delete the line starting with GOOD1 bad till the end of line (;) semicolon? Example: Before LUCK bad ( .abc(abc), .bcd(bcd), .def(def)); GOOD1 bad ( .abc(abc), ....
Chang's user avatar
  • 11
0 votes
1 answer
111 views

I have a vehicle booking sheet in excel has column A as the date range. Currently I use macros to delete any rows that are older than Today() when the excel doc is opened to remove old data. We soon ...
Deon Utber's user avatar
0 votes
1 answer
124 views

I need help on an ExcelScript where I need the Column J filter then Delete the entire Row in column J with the value "Canceled" Renamed any value in column J with "In Progress" to &...
Salahdeen Nasiru's user avatar
0 votes
1 answer
218 views

I have a VBA code that splits a large master file into several smaller sub-files, with each sub-file containing a portion of the original data. After splitting, the code is supposed to delete unwanted ...
ram singh's user avatar
-2 votes
2 answers
216 views

Every end of the month I duplicate a tab with multiple hidden rows, then delete all those hidden rows from the duplicate tab. For that purpose I modified the following code of Tanaike, the code ...
raf's user avatar
  • 22
3 votes
5 answers
205 views

I have dataframe: one N th 0 A 5 1 1 Z 17 0 2 A 16 0 3 B 9 1 4 B 17 0 5 B 117 1 6 XC 35 1 7 ...
Andy's user avatar
  • 47
0 votes
1 answer
1k views

I'm trying to delete a row in a supabase table via the javascript client api (also tried postman later). Supabase is running on a remote server via docker. I'm working with Next.js, but all cache has ...
Jey the Count's user avatar
1 vote
1 answer
59 views

I have a table which has both ChildID and ParentID. Due to the way the data was compiled, in some cases those values are reversed. So I wrote what I thought was a simple Inner Join where both values ...
user3601725's user avatar
0 votes
1 answer
235 views

I have a following two tables each with millions of record so performance for delete is needed Table Product ( DateOf date not null, Type varchar(100) not null, ProductId int not null, ...
rollersk8's user avatar
0 votes
0 answers
43 views

I am new to procedures and trying to create a procedure to delete entries from tables. Tables names will be in query 1. My request_id will be in another query which entries I need to delete. How do I ...
Spk's user avatar
  • 1
0 votes
1 answer
74 views

I have the following code and am struggling to get it to work. Sub FilterAndRemove() Dim varDelItem As Variant Dim lngRowStart As Long, _ lngRowLast As Long, _ ...
kyle245's user avatar
  • 15
0 votes
2 answers
128 views

I need to delete a specific line from the fstab file, given the Mountpoint in $MOUNTPOINT variable: So, I have this variable: MOUNTPOINT=/mnt/my_lvm_partition when I tried to find it in fstab file: ...
Abdulrahman's user avatar
0 votes
0 answers
50 views

I have a script that deletes rows based on a status cell in each row, then subsequently inserts new rows (same row count as those deleted) to the second to last row in the sheet. I am running into a ...
user912205's user avatar
0 votes
1 answer
82 views

Please if anyone knows how to get succeeded on that : I have to get rid of a set of rows in a bigtable. Their rowkey contains SPACE characters. i am trying to escape those space characters but I´m ...
Masahiro Hiramatsu's user avatar
-1 votes
1 answer
63 views

I currently have a macro set to delete lines I no longer need as a start: Sub JSAidRun() ' ' JSAidRun Macro ' ' Range("1:1,2:2").Select Range("A2").Activate Selection.Delete Shift:...
Kalaziel1325's user avatar
2 votes
2 answers
117 views

Sorry if the question is a little hard to understand. Basically I have a sheet with multiple columns and rows of data with headings like so: A B C data 1 type 2 BAD1 data 2 type 2 test data 2 type 3 ...
Matt Laming's user avatar
0 votes
1 answer
2k views

I have a Power Apps Data table and this data table retrieves my SharePoint list [Vacation Budget] records. I have already removed multiple records in the data table using the RemoveIf function based ...
Ganesh M's user avatar
1 vote
1 answer
61 views

I am using below mentioned code for finding a string in a file(Constants.TcGVL), assign my desired value(%select%) to it and copy to a new location: Call :ValueSubstitude "%root%\LeafSpring\...
FAD's user avatar
  • 11
0 votes
1 answer
149 views

I'm stuck in a very annoying situation, I have a script for google sheets we’re I have two sheets out of several others in the workbook, the script would email one sheet "Pedidos" as an ...
bbaik's user avatar
  • 3
1 vote
1 answer
144 views

exports.deleteCustomer = asyncHandler(async (req, res) => { const id = req.params.id; if (!id) { res.status(400).send({ message: "can't remove ,invalid customer" }); ...
Nimeth Nimdinu's user avatar
0 votes
1 answer
59 views

So for example I have this table CREATE TABLE public."table" ( c1 int4 NOT NULL, c2 int4 NOT NULL, c3 int4 NOT NULL, d varchar(20) NULL, e varchar(20) NULL, f date ...
Manuel Córdoba's user avatar
0 votes
1 answer
77 views

New to the sheets/excel squad and have hit a wall that stackoverflow / reddit / other forums doesn't seem to answer! Short Story: **IMPORTHTML will pull a table based on changing criteria, which means ...
CJ Dupras's user avatar
0 votes
1 answer
87 views

I have a SidebarView within a NavigationSplitView. The SidebarView is a list of users with a leading label. When I try to swipe-delete an user from that list an error is thrown in my SideBarLabel ...
JFS's user avatar
  • 3,142
0 votes
0 answers
280 views

I'm trying to delete excess rows from a sheet prior to printing and the following code does not work: ' Should be done! Rows(firstRowTemplate + numHits & ":" & lastRow).Select '...
BAleiHi's user avatar
  • 21
-1 votes
2 answers
93 views

I've a list on the first worksheet cooresponding tot the worksheet name. List is from 1 to ... and the name of worksheet is BT1, BT2, .... Now Have I created a macro to delete a row from the list ande ...
Peter Peijs's user avatar
1 vote
1 answer
79 views

When I run a DELETE command in Oracle, it does all of the should-I-delete-this-row evaluation before it performs any deletion, right? That's well-defined Oracle behavior, right? For example, if I ...
jason44107's user avatar
0 votes
2 answers
70 views

I am working with a pandas data frame. This data frame has 3 important columns, one is AmountOfStock, which indicates the amount of available units, other is ProductType, which is the code of the ...
slow_learner's user avatar
0 votes
1 answer
75 views

I am trying to develop a mobile application to get familiar with SQLite database. In here create, add methods are working. But when I am going to delete in list view the mobile app crashes. Here is ...
Binari Dissanayake's user avatar
0 votes
1 answer
812 views

I am working on a task in Excel using Office Scripts and I'm facing an issue with deleting rows based on a dynamic column range. Here's what I'm trying to achieve: I want to delete entire rows below ...
Kavinda_404's user avatar
-1 votes
2 answers
58 views

In this question, the coding that i have done seem to be not working when i run the vba and click the delete button nothing happen. I don't know which part it error because it does not show any error ...
Khai's user avatar
  • 1
0 votes
1 answer
289 views

I am trying to mimic the same behaviour that notes app does when deletes a note in swiftUI. I have this code, but I am still missing the delete button to expand to cover the width of the cell. import ...
Javier Roberto's user avatar
1 vote
1 answer
41 views

db!!.rawQuery("DELETE FROM $Cards_TABLE WHERE $Card_Parent_Board_Id='$CardParnt_boardId' AND $Card_Parent_Swimlane_Id='$CardParnt_SwimlaneId' AND $Card_Parent_List_Id='$CardParnt_ListId' ", ...
mamad zd's user avatar
0 votes
0 answers
71 views

Version: PostgreSQL 10.21, compiled by Visual C++ build 1800, 64-bit Platform: Windows In our application code, we've implemented logic to clean up entries in several PostgreSQL tables using a loop. ...
rootcause000's user avatar
0 votes
1 answer
86 views

I have an issue with Swipe to Delete on a grouped List in that it randomly deletes the wrong object. I understand that this comes from the (grouped) Lists index not matching the index of the object in ...
Benji's user avatar
  • 3
0 votes
2 answers
380 views

In the following table create table employee (emp_id integer, emp_name varchar(50), dept_id integer); insert into employee values (1,'bob william',1); insert into employee values (2,'scott tiger',1); ...
Gordan84's user avatar
1 vote
1 answer
45 views

I am looking to write a VBA with the following steps: Copy data from SheetA into SheetB Deleting rows in SheetB using a reference column in SheetC Sorting SheetB Deleting rows of only first ...
Shaun Ng's user avatar
2 votes
4 answers
4k views

I have a table which is a distributed table over replicated tables in Clickhouse. Although I have tried different things I can not delete any rows from the table. What should I do? Delete queries I ...
reho's user avatar
  • 23
1 vote
3 answers
154 views

I have a code to click button to delete row. But it only work for the sheet where the button being placed. (It well delete cell that contain text "Delete"). How to amend the code so that if ...
Wafee89's user avatar
  • 23
0 votes
1 answer
48 views

When I manually delete certain row in Sheet1 I'd like to be able to automatically delete the next row in Sheet2. I have a spreadsheet in my workplace where I use some data from Sheet1 in Sheet2 and ...
Hidu's user avatar
  • 3
1 vote
2 answers
87 views

Edited question: I would like to subset/filter a new dataframe based on multiple conditions. I tried the following code mentioned here (Subset data frame based on multiple conditions) and (Remove ...
RvS's user avatar
  • 169
0 votes
1 answer
438 views

I'm looking to automatically delete a row from a google sheet automatically after 30 days from a particular field being populated. I.E. An employee is leaving the company, in the row, i want to ...
Kate Stewart's user avatar
0 votes
2 answers
141 views

I have prepared VBA code to delete row that contain word "Delete". The VBA is working but right now, I don't want the VBA to delete row number 8 even it wrote delete. Kindly assist. Sub ...
Wafee89's user avatar
  • 23
0 votes
2 answers
168 views

How can I prevent users from deleting sharepoint calendar list item, if the logged user is not the organizer or creator of the item? i need to prevent deletion items only if the logged user is the ...
José Hdez Rojas's user avatar

1
2 3 4 5
39