27,330 questions
0
votes
5
answers
64
views
Numbering & dynamic restart of counting in Excel based on different categories
I hope you can help me.
I have a table with text and each text belongs to a category.
I need to add numbering to this text, but when it jumps from one category to another it should also restart ...
0
votes
0
answers
24
views
Twilio WhatsApp Template - Dynamic Media URL and Button URL Not Working [closed]
I'm working on Twilio's WhatsApp Business API integration using an approved message template.
The template includes:
Dynamic body fields (like product title, color, price)
A Header (Image)
A Button (...
-8
votes
0
answers
107
views
Is there a way to initialize an object using an array (or string) or a dynamic name construct (so multiple)? [closed]
1st part: Relative to struct in C:
I'm asking how to initialize as an object like:
a char array[] of strings
returning (if is possible) the names in the 'char array'
of n elements like: struct Complex ...
0
votes
0
answers
27
views
Twilio WhatsApp API error 63013 when using dynamic URL in approved template
I'm using Twilio's WhatsApp API to send messages with a Meta-approved template. The template has three variables and a "Buy Now" button using a dynamic URL (website_view).
The message sends ...
-1
votes
0
answers
25
views
How to dynamically convert XML to CSV using Jackson (with nested or dynamic structure)
Sure! To satisfy Stack Overflow's guidelines and avoid your entire post being mistaken for code, you'll want to add non-code descriptions above or between your code blocks. Here's a cleaned-up version ...
0
votes
0
answers
30
views
Fix a layer orientation within a symbol in Illustrator?
I need a symbol in Illustrator, that needs to be rotated differently for each instance. However, a part of it, just one layer, should remain fixed at the same orientation.
I know I can achieve it by ...
2
votes
3
answers
68
views
Looking up and setting elements of java.util.Properties using dot notation in Scala
I am working through Scala For the Impatient by Horstman. I'm not doing this for a class. In the book, he has code that dynamically looks up and sets elements from an instance of java.util....
2
votes
3
answers
83
views
Dynamic Reference Two Named Table Columns via Content in Two Cells
I'm using Microsoft Excel 365 and have uploaded a screenshot of my problem. I have two tables, Table1 on the left and Table2 on the right. Table2 is to take the content from Table1 with its column ...
0
votes
1
answer
36
views
Rendering a React Component Dynamically via Buttons in Nextjs15
Here is a brief description of the structure of the problem. I have a main navbar (Navbar), some links (NavLinks), and a side panel (this is rendered inside Navbar to make things easier).
// Navbar....
0
votes
0
answers
20
views
IRFs Appear Reversed in RBC Model Simulation - Problem with Recursive Shock Application?
I'm trying to simulate a fairly standard RBC model. The equations used in the code are all correct based on the chosen specification, so my question relates more to the implementation side.
...
0
votes
3
answers
66
views
C# Expression to create selector using list of column names to produce new object
I have a list of available database column names as "id, age, location, etc."
I need to create an expression to use it in a EF linq selector like this but in a dynamic way. My user if free ...
1
vote
2
answers
94
views
Dynamically updating and doing math on arrays in Excel
I am dynamically populating an array in Excel from another array in a different sheet based on a criteria and was successful in that but now I wish to auto update the returned total based on another ...
0
votes
0
answers
44
views
Selecting a dynamically supplied table name using Sea Orm in Rust
I'm still very new to Rust & Sea Orm, but that's what the current project I'm working in is.
I'm working on a database focused on users (that's updatable by more than just the Rust/SeaOrm app).
...
0
votes
1
answer
64
views
Hi i am using next.js (15.1.7) with react (19.0.0) for the file which is getting used for dynamic route when i create a build i get error
Here's my pacakge.json
{
"name": "complex-routing-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "...
0
votes
0
answers
33
views
Using jsonb_object_agg to pivot data but need to columns to be set dynamically
I need to find a way for the columns in the final results to be set dynamically based on the data in the json query. This is for a Kpi dashboard in grafana. Each outlet might have different KPI ...