By Yuvarani Elango on Tuesday, 03 August 2021
Posted in Uncategorized
Likes 0
Views 0.9K
Votes 0
Hi everyone,

i am doing formula attributes mathematical operations, the formula is below and works fine.

=r1f*A100028K4;=r2f*A100059K3600;=r3f*R2K3.141;=r4f/R1R3;=r5fxyR4K0.5;=fR5;

Some of the formula attributes calculates gives values even though the text attributes are empty. So I tried doing if else conditions that if one of the attribute is empty then it shouldn't calculate as below :

[+{AF100028(4);{="1" OGE;}{:"" {AF100059(4);{="1" OGE;}{:"" =r1f*A100028K4;=r2f*A100059K3600;=r3f*R2K3.141;=r4f/R1R3;=r5fxyR4K0.5;=fR5; }};}};]

but my EB crashes when I use this code even though it is not showing any error. is there any way to find if 1 or more than 1 attribute is empty or not in formula attribute other than using if else condition?

Thank you.

Regards,
Yuvarani
View Full Post