How can I get the property of a struct in Quiver and Workshop?

I have a column in my dataset that has struct type.
I want to get one of the properties of that struct in quiver and workshop , but I can’t find any expressions related to manipulating structs.

In Workshop you can use the Extract struct field operation in variable transformations. See these docs for more details.

1 Like

Quiver does not support working with structs directly. You would likely need to write a code function to extract the property and then use it with the “Code function value” card in Quiver.

1 Like

Thank you for letting me know.
By converting the function, I was able to extract and display Struct type elements in workshop.
This topic will be closed.