python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Summarize List<Map<String,dynamic> elements
I have a sales List like below:
List<Map<String,dynamic>> sales = [
{'paid': 2000, 'name': 'person1'},
{'paid': 2500, 'name': 'person2'},
{'paid': 5600, 'name': 'person1'},
...
ilmirfan
Votes: 0
Answers: 3
If there is a point in a fractional value from the input whose type is number, the value is not detecting
I'm taking numbers from many inputs and summing them. However, if a number like "15." is written and a fraction is not specified after the period, the value of this entry is perceived as bla...
orcunakkaya
Votes: 0
Answers: 0
Joining Two Tables, Getting Sum from multiple part numbers
First, I'm trying to get a sum for the joined tables. I can join the tables and narrow down the part but there are 2 lines. I know this requires an embedded query but scratching my head on putting it ...
PaulR
Votes: 0
Answers: 1
Sum Across Multiple Tabs, Only If Tab is Flagged as being Active
I have 5 tabs: "Start" "2020" "2019" "2018" "End"
I would like to sum the same cell (eg. cell A2) across all tabs, ONLY if the tab is flagged as being...
user18729347
Votes: 0
Answers: 2