Hello,
Need help using aggregate fields.
1/ How can we apply a "text decoration" on the aggregate field, we 've tried the pseudo selector ":summaryLine" without success.
<Style name=":summaryLine">
<StyleAttribute name="fontSize" value="xx-large" />
<StyleAttribute name="textColor" value="red" />
<StyleAttribute name="fontWeight" value="heavy" />
<StyleAttribute name="backgroundColor" value="green" />
</Style>
sample would be appreciated ...
2/ using SUM attribute how the null values are handle (is the aggregate field refreshed ?)
Regards
Thanks