Forum Discussion
Issue with Lookupvalue Formula
Hello,
I have established relationship on date field. Table1 have unique value(Number) however Table2 have duplicate value(Number).
Unfortunately I cannot share file as it confidential but I copied few records(10 rows) in another table and it is working fine but for huge data(12K) it is not working.
Regards,
Chandrashekar B
Chandrashekar
Yes because in big data you will have duplicates which is the case when LOOKUPVALUE returns blank. Same problem occurres when the data contains blanks, as blanks are treated as duplicates. What kind of result did you receive when applying to big data?
- Chandrashekar4 years agoResolver III
Hello,
If am understand you correctly. am getting Not Found as I have used it in formula.
Just now I copied data which am getting Not Found in separable table(400 records) and used lookupvalues formula where formula is working perfectly.
Is there anyway how to get desired result.
Formula used:
In Task = LOOKUPVALUE(Task[Number],Task[Number],'Task SLA'[Number],"Not Found")
Regards,
Chandrashekar B
- Chandrashekar4 years agoResolver III
Hello,
I did work around(Copied Number Only) to separate table. I used lookupvalue and worked fine.
Kindly explain why same formula is not working in Task SLA(which have duplicate number.
Regards,
Chandrashekar B
- tamerj14 years agoCommunity Champion
Please share some sample data. Make sure that the sample also reflects the problem