1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"expr": "Account.Order ~> |Product|{\"Total\":Price*Quantity},[\"Description\", \"SKU\"]|",
"dataset": "dataset5",
"bindings": {},
"result": [
{
"OrderID": "order103",
"Product": [
{
"Product Name": "Bowler Hat",
"ProductID": 858383,
"Price": 34.45,
"Quantity": 2,
"Total": 68.9
},
{
"Product Name": "Trilby hat",
"ProductID": 858236,
"Price": 21.67,
"Quantity": 1,
"Total": 21.67
}
]
},
{
"OrderID": "order104",
"Product": [
{
"Product Name": "Bowler Hat",
"ProductID": 858383,
"Price": 34.45,
"Quantity": 4,
"Total": 137.8
},
{
"ProductID": 345664,
"Product Name": "Cloak",
"Price": 107.99,
"Quantity": 1,
"Total": 107.99
}
]
}
]
}