I’m not sure what changed, but some times ago I created a lots of new fields in the item form.
All these fields had condition on the “Depends On” part… like
eval:doc.item_group==“Fertiliser”
or
eval:doc.item_group==“Fungicide”||eval:doc.item_group==“Insecticide”
Now I noticed that these fields (which I only wanted to show for these specific item_group are being displayed regardless of the item_group.
I did change the item_group tree a while back where I have put all these item_group under a new parent.
Thanks Nabin.
Are you sure, because I got this from:
Any way I’ve tried your solution as well, It seems like both options works.
Now, what is weird is that first it didn’t change anything, then 10 minutes laters, all the changes took effect.
How can that be? Is this a cache issue (I’m on Chrome)? Or something to do with the server that render the page (I’m on frappecloud)?
How can we show a field depending on whether the parent field has a value. To be specific, value of more than 0, then the child table should become visible…?
eval:doc.custom_do_you_hav_previou_experience==Yes; if the dropdown custom_do_you_hav_previou_experience have valu yes then this field need to show this is not working