L
lovemyalpacas
Hi,
I have a dataset with a parent and child table, as follows:
Parent Table: 'Asset'
- AssetID
- Name
Child Table: 'Attribute'
- AssetID
- Name
- Value
I need to sort the items in the parent table by a certain value in the
child 'Attribute' table i.e Sort Asset by Attribute.Value where
Attribute name = 'Date'
Hopefully this makes sense - and hopefully some one can give me a clue
as to how to achieve this. Despite large amounts of googling i'm yet to
find an example!
Thanks in advance.
I have a dataset with a parent and child table, as follows:
Parent Table: 'Asset'
- AssetID
- Name
Child Table: 'Attribute'
- AssetID
- Name
- Value
I need to sort the items in the parent table by a certain value in the
child 'Attribute' table i.e Sort Asset by Attribute.Value where
Attribute name = 'Date'
Hopefully this makes sense - and hopefully some one can give me a clue
as to how to achieve this. Despite large amounts of googling i'm yet to
find an example!
Thanks in advance.