SuppressRepeatedValues
Hello,
is there the possibility to write one defined string for each Value that
should be suppressed?
Here an example:
without Supress:
Peter
Peter
Peter
Dominik
Dominik
Liz
Liz
Liz
I want it this way:
Peter
"
"
Dominik
"
Liz
"
"
Is this possible or do I have to implement it on my own using the
onPrint/GetText-event?
Greetings, Dominik
is there the possibility to write one defined string for each Value that
should be suppressed?
Here an example:
without Supress:
Peter
Peter
Peter
Dominik
Dominik
Liz
Liz
Liz
I want it this way:
Peter
"
"
Dominik
"
Liz
"
"
Is this possible or do I have to implement it on my own using the
onPrint/GetText-event?
Greetings, Dominik
This discussion has been closed.
Comments
repeated value:
http://www.digital-metaphors.com/tips/QuotesForRepeatedValues.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
wich you want to suppress repeated values... So I descided to use the
OnPrint-Event. I set ppDbText.text = '"' if it's a repeated value.
That is not very elegant but it also works!
Cheers, Dominik B?hm