Show / Hide spcecific columns in Custom <result> object TabularDataPane
Hi Team,
For a customer <result> with type as vector 3 directional quantities are supplier at each node.
So TabularData contains totally 9 columns. Is this possible to hide some columns by cloumn index >
Answers
-
@Santhosh M can you tag this with the product? I think maybe @AKD-Scripting-Team might be able to help, but not sure if this is mechanical?
0 -
I don’t think you can do it other than actually modifying the tabular data table control. To get access to it see this post. You can hide columns on the table. Put this routine into the OnShow callback of the object to modify the table each time it is displayed. FYI, this isn’t really a supported aspect of the API, so use with caution.
https://discuss.ansys.com/discussion/2599/writing-tabular-data-of-force-result-item-to-list-cpython
0