Joining Tables with Different Justifications
Overview Many people know about *RIGHTJUST being able to allow for filtering and record selections when running apps. However, there is also a way to join two tables together on a field that is justified differently (left-justified in one table and right-justified in the other). This tech blog post will…