Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to remove the dark area on total.Below is the image.
Table used: Straight Table.
Thanks..
Enable the total to show expression total (on the expression tab under total mode) and then use this expression:
If(Dimensionality() = 0, ' ', YourCurrentExpression)
is this?
Hi,
Below is the logic
if (Dimensionality() = 0, ' ',if(New_A7AIDT= min(New_A7AIDT),New_A7AIDT,min(New_A7AIDT)))
Below is the O/P it haven't change and the dates were also showing different.
Thanks..
Yes! suresh exacltly..
Have you already changed the total mode?
ohhh ... am nt sure if u satisfied with abve solution
den ---goto style tab-->chnge the current style to -->wacky
Hi,
I have already change it to total mode.Below is the pic for reference.
You could also change backgroundcolor by right clicking in the Total Field an select the "Custom Format Cell"
Then you have the option to change Color for this field!
hope this helps:
Hi,
Tried with custom format cell..But the cell itself is not able to select means it is showing no cell.
Thanks..