Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
51 views

I have multiple CSV files in a folder, each with different columns. I want to process each file in Azure Data Factory Data Flow so that: Only certain columns (specified per file) are kept. Unwanted ...
tesla 369's user avatar
0 votes
1 answer
34 views

In my stored procedure where I am generating report in the table Age, user can define date range for which date range data needs to be come. Table Age has AgeDesc, StartDay and EndDay. Please check ...
A.Goutam's user avatar
  • 3,510
0 votes
2 answers
70 views

I’m working on a project that fetches drink details from an API (TheCocktailDB). Each drink can have up to 15 ingredients and corresponding measurements, but the actual number of ingredients varies by ...
AhmadJer99's user avatar
0 votes
1 answer
231 views

I'm trying implement dynamic DataTable from PrimeReact, but added new column doesn't have filter data. On example, there is dropdown and you can add more columns to table, but added column filter ...
Tomas Zagorskis's user avatar
0 votes
1 answer
57 views

I saw several posts on Stack Overflow describing how to use dynamic columns in a SQL Server stored procedure, but my attempts result in an error message regarding the dynamic column name I am trying ...
user1848767's user avatar
0 votes
0 answers
73 views

I have to create a matrix whose columns are based on slicer selection. Scenario Table having a columns product type, attribute and values. Slicer 1 has product type, slicer 2 has again same column ...
A_B's user avatar
  • 66
0 votes
1 answer
518 views

I'm trying to vet AG Grid for a project I'm working on to see if it will cover all of our needs and I'm getting stuck on a feature that seems like it should be fairly straightforward. In my rowData ...
kiss_my_patch's user avatar
0 votes
1 answer
36 views

Table : Array(4) 0 : {MonthsName: 'April', AUTOLIV: 0, Continental: 0, Herman miller: 0, REL: 0, …} 1 : {MonthsName: 'July', AUTOLIV: 0, Continental: 4, Herman miller: 0, REL: 0, …} 2 : {MonthsName: '...
Edwin K Biju's user avatar
0 votes
1 answer
616 views

I am trying to implement a Get Metadata activity to return the column count of files I have in a single blob storage container. Get Metadata activity is returning this error: Error I'm fairly new to ...
big_ozzie's user avatar
0 votes
2 answers
1k views

I have data files landing in a single Azure blob storage container every other day or so. These files have either 8, 16, 24, or 32 columns of data. Each column has a unique name within a file, and the ...
big_ozzie's user avatar
3 votes
0 answers
614 views

In a ReactJS application (Typescript), using Antdesign 4.12.2, I am building a table that shows a list of record data over a number of columns. The columns shown can be modified by adding or removing ...
lonkelo's user avatar
  • 31
1 vote
1 answer
64 views

We have a series of datafiles that are a rectangle of data that someone exports from Excel. Sometimes they export extra columns that are blank entirely. 1, 2, 15. We don't want those columns OR ...
Mark Orsted's user avatar
0 votes
0 answers
200 views

Currently we are planning a new feature that will get several new tables. In summary, its a time series optimization so we split it up into different tasks and store the intermediate results in tables....
Ricardo's user avatar
  • 197
0 votes
1 answer
70 views

I'm creating a macro where I could apply my formulas to selected column (this is the working month-year, example Nov-2022). I have initial code where the specific column for that month will be ...
Elaine Perez Canlas's user avatar
1 vote
0 answers
420 views

I have created a Django RestFramework with few models like Offers, Dailysubs and Requisitions to which I need add columns dynamically for a POST request. There should be 1-10 blank columns for a model ...
sai kumar's user avatar
0 votes
1 answer
236 views

I'm trying my first shinyapp using two filters. The output would be two; the first to get a data table and the second to get the sum of the filtered output. The data consists of 4 variables; ...
Dilshani N Ranawaka's user avatar
0 votes
1 answer
414 views

I have a select query that returns a single column. Is there a way in sqlite to create a new table using the results as column names? I tried query but it did not work. CREATE TABLE newTable (SELECT ...
Bei's user avatar
  • 130
0 votes
1 answer
30 views

I have come across a problem, I can only use CSS and HTML. But for this I will give a basic layout that I have found. The plan is to use this code instead of making the columns with (Min-height) (...
Matt91's user avatar
  • 13
0 votes
1 answer
1k views

I would like this multiple-criteria query not to show empty columns. =QUERY({H3:M11}, "select * WHERE "&TEXTJOIN(" and ", 1, IF(C3<>"", "Col2 = "&...
iamthe202's user avatar
0 votes
0 answers
26 views

I have one table as job_status which is having columns as date, status here is the query which i prepared SELECT DATE_FORMAT(date,'%D %M %Y') DATE, status STATUS, COUNT(*) COUNT FROM job_status where ...
user1251973's user avatar
1 vote
2 answers
60 views

I have a table like this: | grpType | grpId | paramId | val | |---------|--------|:-------:|------:| | 0 | 81452 | 123 | 1,293 | | 0 | 81452 | 127 | 46 | | 2 | 19873 ...
Abdulkadir Avcı's user avatar
0 votes
2 answers
1k views

In the application, we have 2 modules called "Type" and "Lists". When the user created in type, it will be display in the creating of lists. For example There's 2 data in type: ...
Angel's user avatar
  • 989
0 votes
1 answer
781 views

I have a Source file that has a set of columns, each of binary type (true, false). I then have a processing (transform) table which has one or more rows, each row specifying a new column to be added ...
Blue Wolverine's user avatar
0 votes
1 answer
467 views

I have 3 columns with values ranging from 0.1 to 0.9. I want to create a calculated field in sql which would give an output 'Y' if any of the 3 columns has a value greater than 0.8, if not the output ...
Pratikp's user avatar
  • 31
0 votes
0 answers
416 views

I have a data set and a mapping table as below. In Power BI, I created a slicer dropdown containing words "Finance Lens" and "Business Lens", This is created using table "...
The King's user avatar
  • 4,670
0 votes
1 answer
578 views

I'm aware that there are a lot of similar questions but I can't find an answer that relates to my particular use case, though I'll admit that this may be due to my lack of understanding more than ...
Zoomer's user avatar
  • 1
0 votes
1 answer
132 views

I've been picking this one up and putting it down for a few months now and have spent several hours on trying to figure out how to set up the right expression. I have a dataset that is dynamic based ...
WilliamAllen's user avatar
0 votes
1 answer
627 views

I need an image (image container to be precise) to resize according to container height and maintain its aspect ratio. Longer the text = bigger the image. Right now its ether image getting out of ...
kabukiman's user avatar
  • 483
0 votes
3 answers
2k views

How can I create dataframe columns automatically with different names I have this code df=pd.DataFrame(columns=['A']*5) df.loc[len(df)]=[1,2,3,4,5] Which gives the result A A A A A 0 1 2 3 ...
Mario's user avatar
  • 15k
0 votes
1 answer
806 views

Recently I came up with this problem: I have a table with two different codes: COD1 and COD2. I want to create in power bi bar charts and tables with this information but I want to be able to change ...
Christian Villanueva's user avatar
0 votes
1 answer
12k views

Power BI enthusiast I am new to Power BI. I have an issue with details as following: I have a table called dw_xyz: ID Shape Color Value 1 Circle Blue 10 2 Triangle Red 23 3 Rectangle Blue 20 4 ...
Nur Holis's user avatar
0 votes
0 answers
2k views

I have 2 tables, one containing IDs and data attributes and another containing Attribute descriptions. What I need to do is to read the ID and all Attribute columns (needs to be dynamic, as they could ...
CraigA's user avatar
  • 187
0 votes
1 answer
242 views

I have a dynamic query in my sp which has different columns related to the inputs that user will enter. After that, In sp I want to join the result of it to the remaining part of sp. So I should have ...
fahime abouhamze's user avatar
0 votes
0 answers
280 views

I have a below sample data frame.So the data from first roll no to mobile number is data of a student and the data from next roll no to email is data of some other student. And so on. In nut shell I ...
Techno_Eagle's user avatar
1 vote
1 answer
196 views

I have a very complex query pulling data from almost 10 tables already and growing, and I need to achieve something unusual. The main table (the FROM table) has a field named SIZEPOS, which is an ...
Faye D.'s user avatar
  • 724
0 votes
1 answer
2k views

I am processing instructor evaluations for a college in an Excel file. One row represents one course section and contains all student comments for that section. The number of comments may be anywhere ...
cb1's user avatar
  • 5
0 votes
1 answer
4k views

I am trying to loop out an array from part of the data I got, into my Table header. I use material-UI Table. The retrieved data looks like this: 0: {baseclass_id: 1, sortOrder: 1, …} 1: baseclass: {...
Maria's user avatar
  • 43
0 votes
1 answer
2k views

I am having an issue making a table with pivot columns more dynamic on MS SQL Server. I have a query that retrieves data from a five week period of the current year and a five week period of the ...
JCarNav's user avatar
  • 21
0 votes
0 answers
109 views

I want to create an app like asana which has a dynamic column Add Field option in ASANA I don't want to use NO-SQL. The idea is like in mariadb dynamic-columns create table assets ( item_name ...
Khert Geverola's user avatar
5 votes
1 answer
75 views

I am trying to calculate the component q'ty from Sheet Plan to Sheet Result by using Vlookup to fill in column,having: Count_col: is the total column in sheet Plan Last_col: is the total column in ...
Suzie's user avatar
  • 123
0 votes
1 answer
83 views

Is it possible changing the columns dynamically in Tableau crm lens as per filter changes.?
Ganne Ashok Naidu's user avatar
0 votes
0 answers
159 views

I have custom DataGridTemplateColumn. I'm trying to merge the column in RowSizeChangedEvent by setting the margin. I have few rows and some of the rows will be duplicated. I would like to merge those ...
Smirti's user avatar
  • 305
0 votes
1 answer
2k views

In Flutter I Want to dynamic column in my Data Table because from database every time I get different number() of column. how I create Anyone help
Preeti Deswal's user avatar
0 votes
1 answer
661 views

This is the code that I have: ....... gender = data.loc[np.where(data['ID']==id)]["gender"].tolist()[0] cell = data.loc[np.where(data['ID']==id)]["cell"].tolist()[0] bloodtype = ...
kkulkarn's user avatar
  • 345
2 votes
2 answers
582 views

I want to store dynamic statistical data in a NoSQL way - a structured document and be able to work on a parameter basis. e.g. { 'client': 1245, 'amount': 25425, 'create_date': '2019-01-01' } ...
Jiri Fornous's user avatar
-1 votes
1 answer
2k views

I want to make ordering as on my photo. I maded blog page with elementor and need to change with css grid template column. Code is: .elementor-grid-2 .elementor-grid { grid-template-columns: ...
Vladimir Kyatipov's user avatar
-2 votes
1 answer
39 views

I would like to add a row holds containers using [list view builder] and when the row holds 3 containers , the next container go to another row { i mean that [column [has a row [has containers of max ...
Mustafa Elshaarawy's user avatar
0 votes
2 answers
4k views

I have a single measure in the Power BI Desktop matrix below. The measure comes from a single table, and is a sum of a column with numerical values. The measure is: SUM(Table[Column]) Column ...
user3812887's user avatar
1 vote
1 answer
1k views

I'm building a report that should generate a dynamic list of columns based on the requested years, i.e. 2000 to 2002. The user should be able to run the report via a SELECT statement like so: SELECT *...
ravioli's user avatar
  • 3,821
-1 votes
2 answers
891 views

I want to import all data(headers, columns, rows) from an any sample MS Excel spreadsheet to a tkinter frame. I have tried to do it but didn't work. Can someone help me with this task ? Thank you! ...
Ashan Glenn's user avatar

1
2 3 4 5
7