File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
ej2-asp-core-mvc/code-snippet/pivot-table Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2222 <e-field name="Product_Categories" caption="Product Categories"></e-field>
2323 </e-filters>
2424 <e-conditionalformatsettings>
25- <e-format measure="In_Stock" conditions="LessThan" value1="500">
25+ <e-format measure="In_Stock" conditions="@Condition. LessThan" value1="500">
2626 <e-fieldlist-style backgroundColor="#80cbc4" color="black" fontFamily="Tahoma" fontSize="12px" />
2727 </e-format>
2828 </e-conditionalformatsettings>
Original file line number Diff line number Diff line change 2222 <e-field name="Product_Categories" caption="Product Categories"></e-field>
2323 </e-filters>
2424 <e-conditionalformatsettings>
25- <e-format conditions="GreaterThan" value1="500">
25+ <e-format conditions="@Condition. GreaterThan" value1="500">
2626 <e-fieldlist-style backgroundColor="#80cbc4" color="black" fontFamily="Tahoma" fontSize="12px" />
2727 </e-format>
2828 </e-conditionalformatsettings>
Original file line number Diff line number Diff line change 2323 <e-field name="Product_Categories" caption="Product Categories"></e-field>
2424 </e-filters>
2525 <e-conditionalformatsettings>
26- <e-format measure="In_Stock" conditions="LessThan" value1="1000">
26+ <e-format measure="In_Stock" conditions="@Condition. LessThan" value1="1000">
2727 <e-fieldlist-style backgroundColor="#80cbc4" color="black" fontFamily="Tahoma" fontSize="12px" />
2828 </e-format>
29- <e-format measure="Sold" conditions="Between" value1="500" value2="40000">
29+ <e-format measure="Sold" conditions="@Condition. Between" value1="500" value2="40000">
3030 <e-fieldlist-style backgroundColor="#f48fb1" color="black" fontFamily="Tahoma" fontSize="12px" />
3131 </e-format>
3232 </e-conditionalformatsettings>
Original file line number Diff line number Diff line change 1919 <e-field name="Product_Categories" caption="Product Categories"></e-field>
2020 </e-filters>
2121 <e-conditionalformatsettings>
22- <e-format label="Germany" conditions="Between" value1="500" value2="50000">
22+ <e-format label="Germany" conditions="@Condition. Between" value1="500" value2="50000">
2323 <e-fieldlist-style backgroundColor="#f48fb1" color="black" fontFamily="Tahoma" fontSize="12px" />
2424 </e-format>
2525 </e-conditionalformatsettings>
Original file line number Diff line number Diff line change 2222 <e-field name="Product_Categories" caption="Product Categories"></e-field>
2323 </e-filters>
2424 <e-conditionalformatsettings>
25- <e-format measure="In_Stock" conditions="LessThan" value1="5000">
25+ <e-format measure="In_Stock" conditions="@Condition. LessThan" value1="5000">
2626 <e-fieldlist-style backgroundColor="#80cbc4" color="black" fontFamily="Tahoma" fontSize="12px" />
2727 </e-format>
28- <e-format measure="Sold" conditions="Between" value1="3400" value2="40000">
28+ <e-format measure="Sold" conditions="@Condition. Between" value1="3400" value2="40000">
2929 <e-fieldlist-style backgroundColor="#f48fb1" color="black" fontFamily="Tahoma" fontSize="12px" />
3030 </e-format>
3131 </e-conditionalformatsettings>
Original file line number Diff line number Diff line change 2323 <e-field name="Product_Categories" caption="Product Categories"></e-field>
2424 </e-filters>
2525 <e-conditionalformatsettings>
26- <e-format measure="In_Stock" conditions="GreaterThan" value1="1000">
26+ <e-format measure="In_Stock" conditions="@Condition. GreaterThan" value1="1000">
2727 <e-fieldlist-style backgroundColor="#80cbc4" color="black" fontFamily="Tahoma" fontSize="12px" />
2828 </e-format>
29- <e-format measure="Sold" conditions="Between" value1="500" value2="40000">
29+ <e-format measure="Sold" conditions="@Condition. Between" value1="500" value2="40000">
3030 <e-fieldlist-style backgroundColor="#f48fb1" color="black" fontFamily="Tahoma" fontSize="12px" />
3131 </e-format>
3232 </e-conditionalformatsettings>
Original file line number Diff line number Diff line change 2222 </e-datasourcesettings>
2323 <e-hyperlinkSettings cssClass="e-custom-class">
2424 <e-conditionalsettings>
25- <e-format measure="Sold" conditions="Between" value1="100" value2="200"></e-format>
25+ <e-format measure="Sold" conditions="@Condition. Between" value1="100" value2="200"></e-format>
2626 </e-conditionalsettings>
2727 </e-hyperLinkSettings>
2828</ejs-pivotview>
Original file line number Diff line number Diff line change 2222 </e-datasourcesettings>
2323 <e-hyperlinkSettings cssClass="e-custom-class">
2424 <e-conditionalsettings>
25- <e-format label="Germany" conditions="Between" value1="500"></e-format>
25+ <e-format label="Germany" conditions="@Condition. Between" value1="500"></e-format>
2626 </e-conditionalsettings>
2727 </e-hyperLinkSettings>
2828</ejs-pivotview>
You can’t perform that action at this time.
0 commit comments