on 2009 Sep 14 8:50 AM
Hi ,
I have made 3 udf's named udf1,udf2 & udf3. I want FMS in such manner that udf3 = udf1/udf2.
Regards-
Mona
Hi........
Try this and assign it to the UDF3.
Select ((Select $[$TablName.U_UDF1.Number)/(Select $[$TablName.U_UDF2.Number))
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mona,
What form is your current form? Only if you designed a user form linked to your UDT, you may be able to assign this FMS.
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gordon,
I want to assign FMS in the UDT itself all the 3 udf's are in UDT itself.The reason why i am doing is in the pld i have assigned two repetitive areas. In the 2nd repetitive area i have captured the details from UDT.
Now, in the repetitive area 2 i have assigned 1 field which is C i.e equivalent to A/B. In the repeatitive 1 there is one field say D,what i want to do is capture 1 value say E = C*D. But i am unable to work it out in pld it is showing error.So thought of applying FMS through which my issue will be solved.
Mona.
hi Mona
Where you want ,i give you example for purchase order
select ($[opor.udf1] / $[opor.udf2]) from opor
assign this query in udf3 field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
10 | |
8 | |
7 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.