Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to force an empty line before starting a new group. Now I use totals and by changing background and letter color. Is there a nicer solution?
Just add an empty value to your field respectively your used dimension, for example with:
concatenate(YourTable) load ' ' as YourDimension autogenerate 1;
- Marcus