Hi all,
I am hoping you can help me out.
I have a form connected to the SQL database, and I want to check if an image is null by using If(IsBlank(Image38.Image),false,true).
However, after checking Image38.Image value is showing appres://datasources/inspection_plant_daily/table/%5Bdbo%5D.%5Binspection_plant_daily%5D/rows/97/inline/accumulated_debris_image even though its null in the database.
I also tried If(IsBlank(daily_inspection_gallary.Selected.all_oil_levels_image),false,true) and I get same result.
What is the best way to find if the image is null?
Thanks in advance for any suggestions.