on 2016 Mar 30 10:49 AM
Hi Experts,
I want to hide the column in report if it has no value.Only it has to dispaly if it has a value.
Note: I want this to be work in details part.
For Eg : In details part if the item has discount then it has to display else it does'nt. The discount column has to hide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Amith,
You can either change discount percent field as Isnull(discpercent,0) as 'DiscPer' in your sql query and set formula as suppress if Command.DiscPer =0 or you can also use formula as cstr(Command.DiscPrcnt)=''. and then just save and close.
Try this thing.I hope this might be give you correct solution.Let me know your feedback.
Thanks,
Jaydeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Amith,
Status ?
Thanks,
Harshal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please try this,
{Command.DiscPrcnt} = ' '
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In crystal report Right Click on the filed , choose format field , select the Number Tab and Set zero Value as - or empty space...
Rgds
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Amith,
Right click on Discount field
choose Format Field and
then select Common tab
and then Select Suppress and choose formula Icon [x-2]
and write this command as {Command.Discount] IS Null and then
save and close.
Let me know the feedback after doing this.
Thanks,
Harshal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.