Hello. I was just wondering if anyone know if there is syntax for referencing an object itself. In other words I have a report with about 30 Running total fields, which I want to suppress if their value is less than 50. Usually I would use something like: {MyValue} < 50 in the Section Expert Formula section. What I would like to do is highligh all the fields and conditionally suppress them by making generic reference to themselves. Something like:
me < 50 where "me" is the VB syntax for the current object or maybe something like . < 50 which is DOS syntax for the current directory? If this isn't possible seems like it should be cause it is gonna be a pain to go to each field and suppress it like:
{MyValue1} < 50
{MyValue2} < 50
{MyValue3} < 50 etc.
Seems reasonable because I know there is functionality to suppress values that are null or 0.
Hope this makes sense. Thanks for any info you all have.
me < 50 where "me" is the VB syntax for the current object or maybe something like . < 50 which is DOS syntax for the current directory? If this isn't possible seems like it should be cause it is gonna be a pain to go to each field and suppress it like:
{MyValue1} < 50
{MyValue2} < 50
{MyValue3} < 50 etc.
Seems reasonable because I know there is functionality to suppress values that are null or 0.
Hope this makes sense. Thanks for any info you all have.