Hi the app was working well but suddenly I g...

S_C
New Member

Hi

the app was working well but suddenly I got this error ,screenshot of which is attached kindly help

App : Sabarimala Clinic ID : 496778

Column Name โ€˜Phoneโ€™ in Schema โ€˜Orders_Schemaโ€™ of Column Type โ€˜Phoneโ€™ has an invalid app formula '=[Customer Name].[Medical representative Mobile Number?] '. Error in expression โ€˜[Customer Name].[Medical representative Mobile Number?]โ€™ : Unable to find column 'Medical representative Mobile Number?'MORE INFOGO TO THE PROBLEM

thanking you in advance

0 9 401
9 REPLIES 9

And you have checked that this โ€œMedicalโ€ฆโ€ is typed exactly the same way and you have that column name in your โ€œCustomerโ€ table?

S_C
New Member

Yes itโ€™s the same. I have also regenerated the columns

@S_C @Aleksi_Alkio

I checked your app and table โ€œCustomersโ€ does not contain a column with the name โ€œMedical representative Mobile Number?โ€.

It does contain a column with the name โ€œMedical representative Alternative Mobile Number?โ€

S_C
New Member

Thanks.Its solved. Customers table was derived from a parent table using query function. Addition of a new column in the parent table caused the query to malfunction and caused all the problems !

Excellent!

S_C
New Member

In the same app , In โ€˜Order Detailsโ€™ Form there is a LOOKUP formula in โ€˜Initial valueโ€™

of โ€˜Quantityโ€™ field.

=LOOKUP( [Product Id],

โ€œProducts Fullโ€ ,

โ€œProduct Idโ€

,

โ€œDefault Order Qtyโ€

)

This is Fetching the data from the adjacent column โ€œDefault Order Unitโ€

instead of โ€œDefault Order Qtyโ€

Kindly help. Thanking in advance.

Attaching screens hots

S_C
New Member
 

You are probably looking for a syntax likeโ€ฆ LOOKUP([_THISROW].[Product Id],Products Full,Product Id,Default Order Qty)

S_C
New Member

I tried [_THISROW] also, but itโ€™s not working. Here itโ€™s not the problem of rows, Itโ€™s getting the value from the wrong COLUMN

Top Labels in this Space