Skip to content

Commit 6828be6

Browse files
authored
fix for date conversion and sort order (aws-solutions-library-samples#1316)
1 parent 3a5b0b9 commit 6828be6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

dashboards/tao/tao-definition.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ CalculatedFields:
299299
Expression: parseDate({workload started date})
300300
Name: Workload Started Date
301301
- DataSetIdentifier: ta_priority_org_view
302-
Expression: parseDate(concat(year,'-',month,'-01'), 'yyyy-MM-dd')
302+
Expression: parseDate(concat(year,'-',month,'-01 00:00:01'), 'yyyy-MM-dd HH:mm:ss')
303303
Name: DateMonth
304304
- DataSetIdentifier: ta_priority_org_view
305305
Expression: lastupdatedat
@@ -16514,6 +16514,11 @@ Sheets:
1651416514
Field:
1651516515
Direction: DESC
1651616516
FieldId: ce979b5f-4ca1-43cb-9c3c-f483261328c3.3.1750244290575
16517+
- FieldId: cf6658c7-ae80-4dee-87d9-0fadb43235f4.4.1757162532998
16518+
SortBy:
16519+
Field:
16520+
Direction: ASC
16521+
FieldId: cf6658c7-ae80-4dee-87d9-0fadb43235f4.4.1757162532998
1651716522
TableOptions:
1651816523
CellStyle:
1651916524
Height: 25
@@ -16608,6 +16613,11 @@ Sheets:
1660816613
Field:
1660916614
Direction: DESC
1661016615
FieldId: ce979b5f-4ca1-43cb-9c3c-f483261328c3.3.1750244290575
16616+
- FieldId: cf6658c7-ae80-4dee-87d9-0fadb43235f4.2.1757162568811
16617+
SortBy:
16618+
Field:
16619+
Direction: ASC
16620+
FieldId: cf6658c7-ae80-4dee-87d9-0fadb43235f4.2.1757162568811
1661116621
TableOptions:
1661216622
CellStyle:
1661316623
Height: 25

0 commit comments

Comments
 (0)