Posts by Pedro Martins • 121 points
2 posts
-
0
votes3
answers122
viewsA: Error to popular Array with Vuejs + Firebase
Long live, It seems to me that the problem is that the array tasks is not being cleaned before you get the data from the database. Try it like this: function listTasks(){ var listTasks =…
-
2
votes2
answers80
viewsA: Hello guys. Can anyone tell me why the result of the consultation below is bringing in the first 4 records the Zeroed Balance?
Possibly there are no records in the given conditions, so it is recommended to put the ISNULL(column, 0) so that if there is no data, then it is set to zero. However, to get the data you want, you…