Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody. My english is not good but i hope you can understand me.
I attached an image because I need your help. The fields "F. Desde", "F. Hasta" and "Notas" are only informative, i do not calculate with this fields. So I need show null value for the total by dimension to this fields.

In the picture are marked with red totals I want to display a null value.
I hope my explanation is understood.
Thanks all and regards.
Luciano Muñoz.-
Hi,
try using the Dimensionality() function, to check wether the expression is evaluating the value for a detail line or for a (sub)total line. Something like:
if(Dimensionality()=x, Fecha)
Hope this helps you
Fernando
Hi,
try using the Dimensionality() function, to check wether the expression is evaluating the value for a detail line or for a (sub)total line. Something like:
if(Dimensionality()=x, Fecha)
Hope this helps you
Fernando
Thank you very much, this solve my problem.
Regards.
Luciano Muñoz.-