Complex Content Filtered Topic

2 posts / 0 new
Last post
Offline
Last seen: 2 years 3 months ago
Joined: 06/27/2020
Posts: 12
Complex Content Filtered Topic

I have a structure like

 

typeof Box{

ABOX _abox;

}

typeof ABOX{

 String abc

}

 

I want to filter Box whose abc of ABOX is "MATCHED STRING"

 

Is that possible?

 

Thanks!

Offline
Last seen: 1 week 5 days ago
Joined: 12/05/2019
Posts: 9

Hello,

The Builtin SQL Filter supports composite members. You can achieve what you want simply by doing  _abox.abc MATCH 'MATCHED STRING'.

You can read more information in the User's Manual of Connext DDS.

Regards,
Alejandro