Hi Team,
I have a scenario where I have to show a numeric field without creating a relationship.
I have done the same thing for showing an attachment like this and it's working fine:
Any workaround for this?
Thanks in advance.
Regards,
Gaurav Sharma
I have a scenario where I have to show a numeric field without creating a relationship.
I have done the same thing for showing an attachment like this and it's working fine:
If([Country]="A", "<a href="&URLRoot() & "up/" & [_DBID_TEST] & "/a/r100/e8/v0"&">Test 1 Link</a>", If([Country]="B", "<a href="&URLRoot() & "up/" & [_DBID_TEST] & "/a/r42/e8/v0"&">Test 2 Link</a>", If([Country]="C", "<a href="&URLRoot() & "up/" & [_DBID_TEST] & "/a/r28/e8/v0"&">Test 3 Link</a>", If([Country]="D", <a href="&URLRoot() & "up/" & [_DBID_TEST] & "/a/r36/e8/v0"&">Test 4 Link</a>" ))))
Any workaround for this?
Thanks in advance.
Regards,
Gaurav Sharma
Gaurav Sharma
I have one table templates and forms where we manage all the forms and templates of organisations. So, I have created a formula text fields as above to show the Associates Handbook (Attachment field) link on the Associate's table which is based on the region.
Now, I want to trigger a notification based on the version of the handbook it means whenever we will update the version field then, a notification will trigger to all the associates.
Does this make sense to you?
Thank you,
Gaurav
Matthew Neil
Without a direct connection you will need to have a query in the Webhook.