Dear Rajkumar,
The "Virtual entity" is still an experimental feature and it's not working yet, we will improve it soon.
Basically the "rows" in the entity will be generated according to the "Generator expression". You have to define attributes in the virtual entity that will "match" the result of the expression.
The entity will be included only in data export.
E.g. suppose that you have an entity called tree
and you want to create a virtual entity at the same level called acacia_tree
(with the same attributes as tree
) that filters the tree
entity including only trees with acacia species. The generator expression will be: tree[species='ACACIA']
Let us know if it fits your needs.
Many thanks,
Open Foris Team
answered
21 Sep '18, 04:12
Stefano (OF) ♦♦
4.8k●1●1●9
accept rate:
19%