Sorry! I'm really, really confused about the use of Conditional Objects on a report. I've never had to use them in the past and now it seems that there is no way to avoid it in this very simple problem.
Essentially what I have is a report showing various names of products. In a report list for a particular consumer, there is a field showing the budget for each item. Depending on the product, the budget amount needs to be shown in dollars or just the number itself.
I first thought I could do this by using the color conditions in the budget object itself by setting the font color to white on white to blank it out, etc. However, that did not work out too well as the object was obscured somewhat. So, I turned my attention to the conditional object. However, try as I might I just can't seem to get this beast to work! I have read the WIKI and multiple posts, but I still can't get a clear summation of how this object works. I truly wish the WIKI would contain working examples of this.
Here is what I did. I selected the conditional object from the object list and placed it on the report form. I then dragged and dropped the budget object into the CO square. I then right-clicked the CO and made up a filter like substr(contracts->waivername,1,4)="ACTI" which, when true, should show the object in dollar format. But from there, I'm stumped! Do I need to create another object? If so, where does that object get placed? On top of the first object? Or do I need to create another CO with a different budget item in it? Also confusing is the name of the label, etc.
Any info on this would be of great help!
Thanks
Essentially what I have is a report showing various names of products. In a report list for a particular consumer, there is a field showing the budget for each item. Depending on the product, the budget amount needs to be shown in dollars or just the number itself.
I first thought I could do this by using the color conditions in the budget object itself by setting the font color to white on white to blank it out, etc. However, that did not work out too well as the object was obscured somewhat. So, I turned my attention to the conditional object. However, try as I might I just can't seem to get this beast to work! I have read the WIKI and multiple posts, but I still can't get a clear summation of how this object works. I truly wish the WIKI would contain working examples of this.
Here is what I did. I selected the conditional object from the object list and placed it on the report form. I then dragged and dropped the budget object into the CO square. I then right-clicked the CO and made up a filter like substr(contracts->waivername,1,4)="ACTI" which, when true, should show the object in dollar format. But from there, I'm stumped! Do I need to create another object? If so, where does that object get placed? On top of the first object? Or do I need to create another CO with a different budget item in it? Also confusing is the name of the label, etc.
Any info on this would be of great help!
Thanks
Comment