create circle
create circle
hi i have one field that contain data i want to draw circle around the field if my filed data is greater than (for example 2) i want color of that circle been red
thanks
thanks
create circle
Hello,
Please see the sample report in attachment.
Thank you.
Please see the sample report in attachment.
Thank you.
- Attachments
-
- 662.SampleReport.mrt
- (19.76 KiB) Downloaded 369 times
create circle
thanks
i use your code
i want to use this code for example data between 14 to 19
this code is work but when my data is null i dont want to this code work but circle is drawind around null data too
thanks
i use your code
i want to use this code for example data between 14 to 19
this code is work but when my data is null i dont want to this code work but circle is drawind around null data too
thanks
create circle
Hello,
You can add in you Conditions following expression:
Thank you.
You can add in you Conditions following expression:
Code: Select all
DataSource["Column"] == DBNull.Value
create circle
hi
i use this code but i faced with this error
'system.DBNull' does not contain definition for 'value'
thanks
i use this code but i faced with this error
'system.DBNull' does not contain definition for 'value'
thanks
create circle
Hello,
Please check, that you use the correct expression in Conditions ("Value" but not "value").
Thank you.
Please check, that you use the correct expression in Conditions ("Value" but not "value").
Thank you.
create circle
thanks
my problem solved
my problem solved
create circle
Perfect!
Have a nice day!
Thank you.
Have a nice day!
Thank you.