I have fields in database as,
name shape A B C D E
abc image 1 0 0 0 0
def image 1 1 0 0 0
dfg image 1 1 1 0 0
in 'abc' A value will be below of image
in 'def' A value will be below of image and B value will be right side of image
in 'dfg' A value will be right of image and B value will be below of image and c will be left of image
How to print those values if posittion of a,b,c,d,e values are changing for every image?
Please help me out.
name shape A B C D E
abc image 1 0 0 0 0
def image 1 1 0 0 0
dfg image 1 1 1 0 0
in 'abc' A value will be below of image
in 'def' A value will be below of image and B value will be right side of image
in 'dfg' A value will be right of image and B value will be below of image and c will be left of image
How to print those values if posittion of a,b,c,d,e values are changing for every image?
Please help me out.