Forum Discussion
Boveitj
9 years agoFrequent Visitor
No Relation Between Table
Hey Guys, Simple Question for you, I have two tables one for Badge IDs and Another for Persons Name. I need to know how to make it when there is no relation that it will show up as "Invalid Badge...
- 9 years ago
Hi Boveitj,
Assume there is a relationship between Table 1 and Table 2 based on IDs, then you can create a Calculated column like below:
Column1= IF(IsBlank(Related(Table 2[Names])),"Invalid Badge ID",Related(Table 2[Names]))
Best Regards,
Qiuyun Yu
v-qiuyu-msft
9 years agoCommunity Support
Hi Boveitj,
Assume there is a relationship between Table 1 and Table 2 based on IDs, then you can create a Calculated column like below:
Column1= IF(IsBlank(Related(Table 2[Names])),"Invalid Badge ID",Related(Table 2[Names]))
Best Regards,
Qiuyun Yu