Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I make a pop up (rollover) in a pivot table without creating a character

Hi All,

I searched to make a pop up and the best solution, without a button, is the chr (10) function, but it actually creates a space or character (because it is a chr function) and then values that are null appear (regardless of checking suppress missing/suppress zero-values).    I even tried to wrap the code in an if statement, example:  if(TotalValue = 0, 0, & char (10)....

Help please

Thank you.

Michelle

1 Reply
Gysbert_Wassenaar

Maybe like this: if(len(trim(TotalValue)), chr(10) & 'some text')


talk is cheap, supply exceeds demand