We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcc03e commit fedef8cCopy full SHA for fedef8c
django_query_to_table/DjangoQtt.py
@@ -39,7 +39,7 @@ def generateFromSql(cursor, title, sqltext, footerCols= None, htmlClass="", dire
39
sumOfColumn[c]="-"
40
41
# travers in rows and aggrigate the values of columns those are in footerCols
42
- for d in data :
+ for d in data :
43
for attr, value in dict(d).items() :
44
if(attr in sumCols):
45
sumOfColumn[attr]=sumOfColumn[attr]+int(str(value).replace(",", ""))
0 commit comments