Unable to Date filter Agg Model

Try the filter

<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false">
	<models>
		<model id="PagesRevisionsDayAgg" limit="" query="true" createrowifnonefound="false" datasource="salesforce" sobject="skuid__Page_Version__c" type="aggregate" queryallrows="false" orderby="DAY_ONLY(CreatedDate) DESC">
			<fields>
				<field id="Id" name="countId" function="COUNT"/>
				<field id="CreatedDate" name="maxCreatedDate" function="MAX"/>
				<field id="CreatedDate" name="minCreatedDate" function="MIN"/>
			</fields>
			<conditions>
				<condition type="fieldvalue" value="" enclosevalueinquotes="false" field="CreatedDate" fieldfunction="DAY_ONLY" clientorserver="server" state="filterableoff" inactive="true" name="LTE" operator="lte"/>
				<condition type="fieldvalue" value="" enclosevalueinquotes="false" field="CreatedDate" fieldfunction="DAY_ONLY" operator="gte" clientorserver="server" state="filterableoff" inactive="true" name="GTE"/>
			</conditions>
			<actions/>
			<groupby method="simple">
				<field id="CreatedDate" name="doCreatedDate" function="DAY_ONLY"/>
			</groupby>
		</model>
		<model id="PagesRevisionsDayPageAgg" query="false" createrowifnonefound="false" datasource="salesforce" sobject="skuid__Page_Version__c" queryallrows="false" limit="" type="aggregate">
			<fields>
				<field id="Id" name="countId" function="COUNT"/>
			</fields>
			<conditions>
				<condition type="fieldvalue" value="" enclosevalueinquotes="false" field="CreatedDate" fieldfunction="DAY_ONLY" clientorserver="server" state="filterableoff" inactive="true" name="CreatedDate"/>
			</conditions>
			<actions/>
			<groupby method="simple">
				<field id="skuid__Page__c" name="skuidPagec"/>
				<field id="skuid__Page__r.Name" name="skuidPagerName"/>
				<field id="CreatedDate" name="doCreatedDate" function="DAY_ONLY"/>
			</groupby>
		</model>
	</models>
	<components>
		<skuid__wrapper uniqueid="sk-H6T-245359">
			<components>
				<skuid__table allowColumnFreezing="dragDrop" model="PagesRevisionsDayAgg" uniqueid="sk-H4l-52132" mode="readonly" showSaveCancel="false" pageSize="10" enableDrawers="true" title="Revisions">
					<fields>
						<field id="CreatedDate" name="doCreatedDate" label="Created Date" uniqueid="fi-H5b-73131"/>
						<field id="Id" name="countId" label="Revisions" uniqueid="sk-H4l-52133"/>
					</fields>
					<filtering enableSearch="false"/>
					<actions displayType="attached"/>
					<rowActions/>
					<massActions/>
					<exportProperties useTableColumns="true" sanitizeRecords="true"/>
					<sorting enable="false"/>
					<drawer>
						<beforeLoad>
							<action type="blockUI" styleSettingsVariant="dark"/>
							<action type="updateCondition" model="PagesRevisionsDayPageAgg" behavior="set" condition="CreatedDate" valuesource="formula">
								<formula>{{doCreatedDate}}</formula>
							</action>
							<action type="requeryModels" behavior="loadmore">
								<models>
									<model>PagesRevisionsDayPageAgg</model>
								</models>
							</action>
							<action type="unblockUI"/>
						</beforeLoad>
						<components>
							<skuid__table allowColumnFreezing="dragDrop" model="PagesRevisionsDayPageAgg" uniqueid="sk-H4l-52138" mode="readonly" pageSize="Infinity" showSaveCancel="false" showListFooter="false" showListHeader="false">
								<fields>
									<field id="skuid__Page__r.Name" name="skuidPagerName" label="Skuid Page" uniqueid="fi-KX7-21327"/>
									<field id="Id" name="countId" label="Count" uniqueid="fi-KYI-37935"/>
								</fields>
								<filtering enableSearch="false"/>
								<actions/>
								<rowActions/>
								<massActions/>
								<exportProperties useTableColumns="true" sanitizeRecords="true" enableExportOptionOnTable="true" loadAllRecords="false"/>
								<sorting enable="false"/>
								<conditions>
									<condition type="contextrow" field="doCreatedDate" mergefield="doCreatedDate" operator="="/>
								</conditions>
								<styles>
									<spacing top="2" right="2" bottom="2" left="2"/>
								</styles>
							</skuid__table>
						</components>
					</drawer>
					<renderConditions logictype="and"/>
					<styleVariantConditions/>
					<filters>
						<skuid__filter uniqueId="sk-HEp-21689" type="daterange" conditionSource="manual" labelMode="manual" rememberInPersonalization="false" showTodayButton="false" showMonthYearPicker="false" yearPickerMin="c-10" yearPickerMax="c+10" startConditionName="GTE" endConditionName="LTE"/>
					</filters>
					<styles>
						<spacing/>
					</styles>
				</skuid__table>
			</components>
			<styles>
				<spacing top="2" right="2" bottom="2" left="2"/>
			</styles>
			<background/>
		</skuid__wrapper>
	</components>
	<resources>
		<labels/>
		<javascript/>
		<css/>
		<actionsequences/>
	</resources>
	<styles>
		<styleitem type="background" bgtype="none"/>
	</styles>
</skuid__page>