crystallearner
IS-IT--Management
Table 1 has name(string), timeslot(number) fields
Table 2 has schema a string field that contains 96 ASCII characters
Table 3 has ID(number), Description(string)
the result of:
asc(mid({table2.schema}, {table1.timeslot}+1, 1))
gives me the ID number for table 3
I am trying to report name and description on a report. I can extract the number from the string using the formula above but I have no idea how to then link that table3 and then display the associated description.
Table 2 has schema a string field that contains 96 ASCII characters
Table 3 has ID(number), Description(string)
the result of:
asc(mid({table2.schema}, {table1.timeslot}+1, 1))
gives me the ID number for table 3
I am trying to report name and description on a report. I can extract the number from the string using the formula above but I have no idea how to then link that table3 and then display the associated description.