Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
25 views

I am working with Dynamics 365 Business Process Flows and I want to move to the next stage using JavaScript. The stage moves successfully, but I also want to pass one or more parameters to Dataverse ...
The Power Apps Ninja's user avatar
-1 votes
0 answers
148 views

I'm very new to programming and am writing this code for an intro programming class project. It takes an input from the user in dollars and outputs how many different ways you can create that input ...
Samantha Dean's user avatar
1 vote
1 answer
43 views

In my Avalonia app I have a user control (UC) that has some databound controls and a StackPanel that has controls added to it dynamically from code-behind. This UC is then dynamically added to an ...
Eric Eggers's user avatar
0 votes
1 answer
76 views

I'm wondering if this is possible, as with pivot tables in excel there is an option to expand or collapse all fields. If you try to record this in Automate, it says this action cannot be recorded. A ...
Deb's user avatar
  • 3
0 votes
2 answers
61 views

I want to create a sum in power query (Measure C below) returns the cumulative sum of Measure A + Measure B and is limited to zero and which resets at the beginning of each Period as shown in the ...
grasshopper's user avatar
-1 votes
2 answers
104 views

I'm trying to scrape the data off this site. The website shows a charging station, in this case you can click each to unravel the accordion and see the data per charger. I am trying to use this ...
NorthoftheWall's user avatar
3 votes
1 answer
112 views

I am trying to run something similar to this within a stored procedure in Oracle. pWhereCLAUSE is generic which I set depending on the table I am working on. The following code runs just if I have the ...
user12149443's user avatar
0 votes
2 answers
44 views

I try to include a dynamic array in a json variable and it fails. hostsArray is dynamically built # sample of hostsArray * def hostsArray = '[{"hostid": "1234"},{"hostid"...
gerfred's user avatar
  • 23
0 votes
0 answers
60 views

I have a set of feature classes inside a File Geodatabase, which I read using the "Single Merged Feature Type" option in FME. After reading, I perform some analysis on the data. At the end ...
Mitra 's user avatar
0 votes
1 answer
49 views

I'm building a Magento 2 module to synchronize product data from Akeneo PIM using webhooks. My current approach for mapping attributes from the Akeneo payload to a Magento product is hardcoded, which ...
Pavan shetty's user avatar
1 vote
0 answers
127 views

I have a combobox control in a form made for an Excel application, using VBA. Let's suppose that the combobox is called cmb010. Next to it there are 2 other controls called txt011, cmb012 and txt013. ...
Carlos Castillo's user avatar
0 votes
1 answer
68 views

I have created a UF reading in various tabs (opt) with each tab having between 10 to 19 entries which I display in a Multipage checkbox list. Now I'm trying to create various Togglebuttons which ...
Chris Peh's user avatar
0 votes
0 answers
39 views

I was working on Nextjs BLOG project, built api's then deployed it in Vercel post, get all, and delete seem to work. But get indivisual post to view and put method for editing don't work, (dynamic ...
Isru_Crasus's user avatar
0 votes
0 answers
42 views

I’m new to React and I want to understand how rendering an inline array in JSX—with a dynamic length that depends on an external variable—affects performance. For example: return ( <> {...
Denis Kramarenko's user avatar
-1 votes
1 answer
164 views

I am trying to produce a spreadsheet which gives me football teams recent performance, much quicker than searching different HTML pages for each league. I found a previous website that showed each ...
Chris Darby's user avatar
0 votes
0 answers
97 views

I'm using Mistral Large to analyze PDFs. As input, I provide the PDF and a response-format, which is a Pydantic class defining the output structure. Here is my api call: chat_response = self.client....
adlane meraga's user avatar
1 vote
2 answers
114 views

Update: Thank you all - Having the spaces before and after the ampersands in the CountA solved the problem in one location, and being able to use the Row(Table) function suggested in the comments ...
Tina Fox's user avatar
1 vote
2 answers
51 views

I have a sidebar component and there is a navigation menu inside it with some buttons. This is button component HTML template: <a routerLink="{{ data[index].href }}" class=&...
StrangerFromTheVoid's user avatar
0 votes
1 answer
36 views

I have a requirement to create dynamic connection for SSRS reports where the connection information (Server & DB) will be worked out in c# code, so no interaction with end user selecting(Server or ...
manish kumar's user avatar
0 votes
1 answer
103 views

I want to allocate an array of struct pointers, then initialize all the pointers. it is actually a 2D array, but I'm allocating a 1D array, and handling the offset manually. Here's what I have: // ...
Gorlash's user avatar
  • 81
0 votes
0 answers
38 views

My company still uses adobe Flex in a legacy system. My task is to dynamically render a DataGrid based on a list returned from API call. Simply speaking, the number of DataGridColumn, the ...
190303458's user avatar
0 votes
0 answers
42 views

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 ...
Aise's user avatar
  • 173
2 votes
3 answers
106 views

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 ...
topstuff's user avatar
  • 159
0 votes
0 answers
34 views

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. ...
Joe94's user avatar
  • 405
1 vote
2 answers
135 views

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 ...
Jonathan Marshall's user avatar

1
2 3 4 5
546