27,285 questions
0
votes
0
answers
73
views
Creating a dynamic range in excel using a variable starting cell
I am trying to create dynamic ranges to be used for excel charts.
I have the following range:
=OFFSET(O7,0,0,1,COUNTA($O$5:$X$5))
cell o7 is expected to change.
I have created the following formula to ...
0
votes
0
answers
35
views
For dynamic vine copulas, in the "tscopula" package in R, only D-Vine copula is given. Can someone tell me about dynamic C-Vine copula model in R?
I am doing a research in dynamic vine copula modelling and came across the "tscopula" package in R. It tells only about DVine copula fitting but not RVine or CVine. Can someone help me here ...
0
votes
0
answers
40
views
Dynamic Aggregation and Relationships in Power BI
I have a dataset where each row provides information about invoices that are either due or already paid. My dataset looks a little like this:
Store
Product
Value
Installment Number
Due Date
Payment ...
0
votes
0
answers
42
views
Consolidate table values into Pivot table using a table list as the reference to worksheets
I have a 'Shopping list' of items that I want consolidated into a Pivot Table.
The catch is making the range dynamic. The range should only pull data from worksheets referenced in the worksheet "...
0
votes
3
answers
132
views
With gnu make, how do you create new source files in the makefile and dynamically add them to compile/link dependency lists?
With gnu make 3.82 how can I get the files created dynamically within a makefile added to a dependencies variable so they get included in the compile & link rules?
If I start off with the ...
0
votes
0
answers
21
views
Copy values to worksheet table from every third textbox on a userform with dymamically populated textboxes
I have a workbook that is supposed to rename all the files in a folder selected by a user. The user enters a folder path for the files to be renamed and a desired location for the renamed files. A ...
0
votes
1
answer
51
views
Dynamic Data Label Range for a Line Graph in vba
I have created a macro in VBA which creates a line chart.
The line chart uses dynamic range names for the X and Y axis which works fine.
However, I trying to use a dynamic range name for the data ...
0
votes
0
answers
166
views
How to Add html page dynamically in my Spring Boot project and save them also
I am a Computer Science student working on a project of my WEB Development Course in my university , my project is about the University's Club Management System , my project supervisor has asked me to ...
0
votes
2
answers
57
views
How to Create a Dynamic Height Table Header with Title and Description in UITableView?
I have a UITableView and I want to display a dynamic header at the top of the table.
I am trying to do this using tableHeaderView. The header contains a titleLabel and a descriptionLabel arranged ...
0
votes
2
answers
101
views
Copying files from AWS S3 to Snowflake Table using Snowflake Stored Procedure
When I try to execute the procedure to copy the files from S3 bucket to Snowflake table dynamically using the stored procedure, it is throwing a below error :
SQL compilation error:
Unknown function ...
0
votes
0
answers
30
views
Nesting a drop down inside a section in a dynamic javascript form
I'm trying to use a drop down next to a simple number input within a section on a dynamic web page form. I am able to create a new section with a button, and I can use normal text or number fields ...
0
votes
2
answers
141
views
Next.js 15 dynamic routing fails for nested routes, like [endpoint]/[entry]
I add a dynamic route as following images illustrates
The page.tsx in [endpoint] folder is
type Props = {
params: Promise<{ endpoint: string}>
}
const page = async ({params}: Props) => {
...
0
votes
2
answers
48
views
How to consolidate list of inner elements from map into a map with a value of set type
Hello I'm trying to convert a set of bucket notifications defined as follows to a map: sequence structure so I can iterate over the sequence with a dynamic block in my bucket notifications.
...
0
votes
1
answer
47
views
Dynamically add Images w/ their own timer to a window when passed a new image?
I have a proof of concept in Python where it just keeps redrawing a window, keeps track of the time, and removes images as the time passes. This seems fine, but feels clunky, not sure I trust this to ...
-2
votes
1
answer
100
views
Web scraping from a hidden tab on a site using python [closed]
I'm using bs4 and selenium to scrape a land auction site (URL https://bid.hertz.ag/ui/auctions/112571/14320874) and I'm having trouble scraping the auction date and attachments links from within the '...
0
votes
1
answer
147
views
How do you type the refObject of a dynamic tag element in React Typescript?
This issue keeps reoccurring and I always seem to code around it so I'm hoping someone out there can help me shed some light on the correct way to type this.
function MyComponent({ isCondition }): ...
0
votes
3
answers
67
views
Count number of characters with column name in dynamic variable
Provided that here there is written that I can pass {{colname}} to mutate, where colname is a variable that contains a column name, I cannot figure out why this code doesn't work:
testdf <- data....
1
vote
0
answers
153
views
How can I implement dynamic connections with gRPC in Python?
I'm working on a project using Docker in which I need to dynamically compile a gRPC protofile and then create the connection and make a request to the server using the method defined in said protofile....
0
votes
1
answer
690
views
How can I load a component in Nextjs 15 dynamically with next/dynamic without getting the following errors?
I am trying to load a component:
'use client';
import { dynamic } from 'next/dynamic';
import { useFormState } from 'react-dom';
import { postAction } from '@/lib/actions';
import BlogForm from '@/...
0
votes
1
answer
123
views
I am trying to adjust sticky positioning for my header dynamically with JS. How can I achieve this?
This is my first personal project and I am having trouble dynamically altering the sticky positioning on my header with JS. All I want to do is to remove the sticky positioning I have set on the head ...
0
votes
2
answers
91
views
Dynamically averaging data Per ID Per Time period Alternate Version
I am looking to be able to select a User and then have the subsequent Metrics for each month and year populate in the calendar shown.
What i am measuring is the answers from Questions 1, 2, and 3 and ...
-1
votes
1
answer
72
views
Css shows up as html
Hi I have a basic webapp with an index.jsp and I'm trying to apply some css, but it seems like the browser interprets my css page as html and i just dont know why. this is the jsp.
I tried opening the ...
0
votes
3
answers
122
views
Create, modify, disable multiple CSS rules by ID with JavaScript
Abstract
I'm trying to figure out a way to use JavaScript to dynamically create CSS rules on a page, modify them, and disable them. The rules would come in "packages" with an ID and a group ...
0
votes
1
answer
76
views
Python concatenation dataframes if they exist
I have several dataframes I need to concatenate together. These dataframes contain results I got from APIs and did some edits on. All the dataframes have the same columns and all I really need to do ...
1
vote
2
answers
335
views
VBA Code to filter a table and all its columns, whilst typing and ignoring accents
I´m studying interpreting and I want to continue to use Excel as my main tool whilst simultaneous interpreting. I`ve already created a FILTER function and I found a simple VBA Code, that filtered one ...
0
votes
1
answer
714
views
Why am I encountering this "#VALUE error" when using BYROW, LAMBDA and INDIRECT function together? [closed]
Issue I am using BYROW, LAMBDA and INDIRECT functions together in order to create a dynamic table of content of the entire workbook listing in the first column the sheet name and in the second column ...
0
votes
1
answer
106
views
Creating and using dynamic variables based on a dynamic component
I have a table as a component, and now I am trying to build a column wise search within it.
The table that will be created will have a dynamic number of columns. Hence I need to create multiple ...
1
vote
1
answer
87
views
Protected memory violation when executing method from dynamically loaded assembly
I'm making a modding system for my game in Godot, where the modders write their code in C# and compile it to a DLL, which the game loads and executes methods from.
The relevant part of the compile ...
0
votes
1
answer
348
views
Power Query - Dynamic date filter from beginning of the year till today
I have a column with dates and I would like to dynamically show only the data dating from the beginning of the current year till today. So both the year and the "today" must be dynamic. ...
0
votes
2
answers
203
views
How do I only draw the top part of a circumference?
Im trying to draw an arc in SwiftUI, im practicing and I want to make this view (see in the picture) from the apple website where it shows how to implement Dynamic Island live activities.
I have ...
1
vote
1
answer
60
views
How to split a dataframe dynamically
I have the following dataframe:
import pandas as pd
data = {'Name': ['Ankit', 'Amit', 'Aishwarya',
'Priyanka','Kovacs','Tompos'],
'Age': [21, 19, 20, 18, 20, 19],
'...
0
votes
2
answers
81
views
ExtJS 6.2: Add afterLabelTextTpl Dynamically
I'm trying to dynamically add an icon after various fields to be used as help (i.g. when the user hovers over the icon a tooltip will appear). I was trying to do this using the afterLabelTextTpl ...
-1
votes
1
answer
83
views
Extracting unique values from a dynamic range, but repeating each value x times before next unique value
I have been trying to extract unique values from a range and repeat them, for which I've found this existing guide which seems to work:
Extracting unique values from a range, but repeating each value ...
1
vote
1
answer
104
views
Dynamically created SVG <imgae> element not rendered by the browser
Similar Dynamically created SVG elements are not rendered by the browser but my code already corresponded to their solutions.
I am trying to use SVG markup in my HTML in order to render some texts. ...
2
votes
1
answer
173
views
Find the minimum total sum of distances between paired nodes in an unweighted tree
I am a beginner learning algorithms and currently working on a problem about finding the total sum of shortest distances in an unweighted tree. Here's the specific scenario:
The tree has nodes that ...
0
votes
2
answers
126
views
ADF-Tick or Untick the First Row as header in a Dynamic Dataset based upon the table
we use a generic dataset to move two csv file to externally control file and the actual data file (ctl & Dat)
In the Sink we use a generic dataset as shown above
The ctl file, header, should not,...
0
votes
1
answer
31
views
python nested dict multikey method suggestion
apparently, there is no built-in dict method (let's call it .nestkey) for dynamic key addressing in multi-nested dict structures. this can be demanding when dealing with complex dict structures,
e.g., ...
0
votes
1
answer
606
views
ASP.NET Core 8 Web API with OData
I need help with the task. I must develop an ASP.NET Core 8 Web API with OData because it will be connected to Excel.
After searching, I found the Attach project which was develop in .NET Core 2.1. ...
0
votes
1
answer
68
views
Dynamic Date Filter based on end-user choice
I hopy you can help me.
I have the following table named Table1. This table contains a lot of information about sales and includes two date columns: "Period1" and "Period2".
In my ...
1
vote
1
answer
45
views
how to get a file path from assets folder with just knowing a string in it's name in angular 17
i have a file with a name main-5WAPJH7.js in a child project's folder whose dist is contained in assets folder of my another project. I want to load this file in a component so that the child project ...
0
votes
3
answers
328
views
how do I display an image in an Excel cell based on the selection the user has made in the dropdown of another cell?
Microsoft Excel.
How do I display an image in an Excel cell based on the user's selection in the dropdown of another cell?
The code below stops at the second last line:
imageData = imagePath.Picture
...
0
votes
1
answer
42
views
Dynamic form in Asp.net framework and Jquery not handling the index recalculation
I’m working on a form that allows users to dynamically add and remove expense rows using jQuery. The issue I’m facing is with maintaining sequential indexes for each row, even after adding or removing ...
1
vote
1
answer
39
views
Match Same Text and Run Function
I have div on top which contains User Name and another table that has multiple rows with different user names in each row.
If any table cell has the same name as the top div, I want to run the ...
0
votes
1
answer
49
views
Dynamic WITH statement
Is it possible to dynamically construct a WITH statement?
I have to do a graph traversal, but I don't know in advance which collections contain the graph nodes. I have tried to create the statement ...
0
votes
2
answers
220
views
Create angular svg components dynamically
This question is specifically about SVG components, that is to say components that use an svg template. I am aware of how to create components dynamically in Angular 18, and this question is more ...
0
votes
1
answer
89
views
Passing svg to an angular component as a prop
I am trying to create a dynamic toolbox component, and I want to have the svg for the image to be drawn on each tile of the toolbox to be drawn from this svg string I pass to the toolbox tile ...
0
votes
0
answers
79
views
Is it possible to execute IL instructions one by one using System.Reflection.Emit?
In the preceding C# code, I'm creating a dynamic method and adding a few IL instructions to it, and then invoking the dynamic method:
var assemblyBuilder = AssemblyBuilder.DefineDynamicAssembly(new(&...
0
votes
1
answer
327
views
How to resolve the "unknown array size in delete" error when using a class with a flexible array member (FAM) and a non-trivial destructor? [duplicate]
struct A {
~A () {}
};
struct S {
S() : i(0) { }
~S() {}
int i;
// This fails:
//
// A a[];
A a[0];
};
int main()
{
struct A aaa;
return 0;
}
Note that if the zero-sized ...
-3
votes
1
answer
47
views
Merging Google Sheets formulas into1 to get the same Result
I am working on developing a formula that references the values in Column A and adapts its functionality based on those numbers.
For instance, if I have 25 results in Column A of Sheet1, I would like ...
0
votes
1
answer
126
views
Format for Dynamic IQueryable with Strings and Dates
I'm unsure of the correct format to use string and date as variables in a dynamic IQueryable. With numbers, even though they are passed as strings, it works correctly. However, if I use strings or ...