Conditional Formatting in a CrossTab Query

M

mcl

Is it possible to change formatting based on the specific value in a
crosstab query?
Basically I have some queries where the output is a percentage. I have it
displaying 0 decimal places.
BUT, if the value is not 0, but < .5 that rounds to 0. I don't want it to do
that.
I want it to either display a character (i.e.. "#" ) or under those
circumstances change to maybe 2 decimal places.
I tried an IIF statement but if gave me one of those "too complicated
errors".
The IIF I used was IIF([parameter]<.5,"#",[parameter]). I've used this kind
of stuff before but I never tried it in a crosstab query before.
 
D

Duane Hookom

I do all formatting in a report control. I find it is a waste of time
attempting to format any field/column in a query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top