Posted 6 January 2022, 5:11 pm EST
It appears that applying a viewDefinition does not reapply the selections in a filtered field. Am I missing something? When I look at the saved viewDefinition the selections are there
		{
			"binding": "DEPARTMENT",
			"header": "DEPARTMENT",
			"dataType": 1,
			"aggregate": 2,
			"showAs": 0,
			"descending": false,
			"format": "n0",
			"isContentHtml": false,
			"key": "DEPARTMENT",
			"filter": {
				"filterText": "",
				"showValues": {
					"480200: CAMPUS OPERATIONS - DOWELL SPRINGS": true
				}
			}
		},
but when I reapply the viewDefinition to the engine there is no filter applied.