Skip to main content

All Questions

Tagged with or
1 vote
1 answer
96 views

I need an Excel conditional formatting formula or VBA to identify product names in a column to highlight cells red if the product name contains two or more sub-products (number+letter codes like r600, ...
Saad's user avatar
  • 13
0 votes
0 answers
54 views

How to extract the first n rows of a block compressed tab-separated value text file (.tsv.bgz), which could only be accessed with gsutil, into a text file? The original file is very large, so I wonder ...
Xunzhi Zhang's user avatar
1 vote
0 answers
125 views

I use VBA to show 1 value from SAP (Total in COOIS). All works well but I have to type the value into Excel because the Total value is every time on another position, and I can't find how to copy into ...
lexmrk's user avatar
  • 21
0 votes
0 answers
189 views

I want to obtain an excel file as well as printed results of the "Ru, max" values (Liquefaction values) of my plaxis model by coding in its python API. I have modelled a soil column in ...
Brenda Trujillo's user avatar
0 votes
2 answers
94 views

I'm trying to extract info from a JSON file via a ConvertFrom-Json command. Its format is: { "Id": "0", "Name": "John", "Actions": [ ...
RichM's user avatar
  • 3
0 votes
3 answers
124 views

I have a directory with a bunch of subfolders and each subfolder contain a cbz file. Extract each .cbz file. If the extraction creates a subfolder, move its contents up to the .cbz file's folder. ...
TravelWhere's user avatar
0 votes
1 answer
79 views

I’m writing a query to calculate the total monthly sales per employee and display only the data for April. I’m using PostgreSQL, and while the logic seems fine to me, the output isn’t working as ...
Amaal.Psau's user avatar
0 votes
1 answer
61 views

I'm working on pulling some information from word document. I have multiple tables in it and i want to get 1 specific table that does not have any specific location in the document that could be ...
Dione Saturn's user avatar
-1 votes
1 answer
64 views

I've been trying to get some data from classes instantiated by Spring boot, like controllers and services, to display them in local program, the same on that is supposed to start the whole thing. ...
user29983345's user avatar
-1 votes
1 answer
72 views

Using Google Sheets: I'm trying to extract the price e.g. 250, 990 and 1760, the currency e.g. CZK, and problematically the text /p, /2p or /3p from some text field. Some example lines are shown ...
Mark Dowty's user avatar
3 votes
2 answers
96 views

I have learned that subtracting two dates in Db2 results in a number which is to be interpreted as an interval: SELECT current_date - '1943-02-25' FROM SYSIBM.DUAL; -- 820020: 82 years, 0 months, ...
Manngo's user avatar
  • 17k
0 votes
1 answer
104 views

Good afternoon. I am working on Power Automate and I would like to create a compose action that extract a specific data from a .txt file (Mail1.txt). I would like to extract the number which is ...
A.B's user avatar
  • 3
0 votes
0 answers
43 views

I have a pdf file which has a table. Inside the table I have multiple columns. I want to extract the data from a specific column for all the entries. The pdf might contain multiple pages. I am able to ...
Sindu's user avatar
  • 247
0 votes
1 answer
75 views

I want to extract only val2 from the below column1 of a table, I'm not sure how to do it with SQL though I've tried with regexp_subtr/instr, the length of column values are dynamic but the contents of ...
Raven Smith's user avatar
1 vote
1 answer
45 views

In the following Gnuplot script, I want to extract values from a specific table. This works fine for columns that contain numbers but I cannot extract the path from the column "Measure:volume&...
magfan's user avatar
  • 465

15 30 50 per page
1
2 3 4 5
526