Hi, In a Table view if I aggregate it to one column and for all other columns I am calculating the mean, can I restrict the result to only two decimal places? As of now it is showing mean value up to 6 decimal places.
You can control decimal place display in views in DataExplorer tabs from:
Data > Manage Fields {Field Name} Options > Decimal places
Note that if you use the same aggregations throughout the whole file, it is best to move the Aggregation operation 'upstream' into the DataManager workspace using an Aggregation block...but aggregation patterns unique to one view and defined locally in that view have field display settings managed from the Manage Fields dialogue.