Grid views and alternate format strings

LabKey Support Forum
Grid views and alternate format strings Jon (LabKey DevOps)  2016-10-04 13:15
Status: Closed
 
Hi Will,

Are you setting up two qview.xml files for each respective view?

You should be able to pull off both by having two distinct qview.xml files like:

.qview.xml <- The Default view that always will appear
gridViewA.qview.xml <- The view for Grid View A with the format string of ###.0
gridViewB.qview.xml <- The view for Grid View B with the format string of ###.00

Or you can set it up to where you don't have three qview.xml files and just have the default reflecting the format for Grid View A and then leave Grid View B (or call it something else):

.qview.xml <- The view for Grid View A (made as the default) with the format string of ###.0
gridViewB.qview.xml <- The view for Grid View B with the format string of ###.00

Regards,

Jon