Posts by Eduardo B. • 31 points
5 posts
-
0
votes1
answer30
viewsA: Cluster Problems - WEB Development
Solved via the following line of code: <div ng-repeat="(op, itemsOP) in items | filter: {OP: filterField} | groupBy:'OP'">…
-
0
votes1
answer30
viewsQ: Cluster Problems - WEB Development
I am learning and developing a web report that should be grouped in order of production, but I have the field "Resource Consumed" that prevents me this grouping and repeats the production orders: […
-
1
votes1
answer302
viewsA: Calculate duration time - Firebird 2.5
I managed to solve by turning time of occurrences into minutes : with vwEtapas as ( select a.idf_processoexp, a.etapa, a.status, b.IDF_IDENT ididentusu, sum( (CAST(SUBSTRING(a.horaoco FROM 1 FOR 2)…
-
-1
votes1
answer302
viewsQ: Calculate duration time - Firebird 2.5
I have the following table: Stages: 0 = Separation, 1 = Packaging, 2 = Conference, 3 = Shipment Status: 0 = Waiting, 1 = Started, 2 = Finished, 3 = Paused And this table is part of this screen: For…
-
1
votes1
answer208
viewsQ: UNION - SQL Server
I’m trying to make an appointment with Union, and it returns the following error message: Message 5335, Level 16, Status 1, Line 1 The type of text data cannot be used as an operand for UNION,…