Forum Discussion
ganesh_simhadri
Advocate I
8 years agoA single value for column 'id' in table 'SheetsAll' cannot be determined.
Hi All, The following looup is used to work fine previously but suddenly stopped . Can someone let me know what could be the poosible issue and provide an alternates solution Billable=LOOKUPV...
- 8 years ago
There was a null value in the underlying tables which caused the issue.
v-yulgu-msft
Microsoft Employee
8 years agoHi ganesh_simhadri,
Is the data in table 'Job' and 'SheetsAll' updated? As the error prompted, please check whether column 'id' in table 'SheetsAll' can be uniquely determined. Please see below examples
Job table
id ISbillable
A Yes
A No
B No
C Yes
SheetsAll table
id
A
B
C
In above scenario, we cannot determine which value of [ISbillable] should be returned for id "A" in 'SheetsAll'. As in Job table, there are two different records are matched with id "A".
Best regards,
Yuliana Gu
ganesh_simhadri
Advocate I
8 years agoThere was a null value in the underlying tables which caused the issue.