|
|
Sergey Kornilov admin 8/14/2012 |
|
This is not possible via default value however you can try to use events for this purpose. if values("Image")="" then |
|
|
A
|
admin author 8/14/2012 |
|
Thanks Sergey, |
|
|
|
Sergey Kornilov admin 8/15/2012 |
|
If you store images directly in the database - this trick won't work for you. Probably you can use 'View as' type 'Custom', check if field contains any data and display a default image if field is NULL. |
|