I have two tables with n number of columns out of which mobile number, plan, and amount are common in both tables, we are getting data into tables from two different locations, now i would like to show plan and amount from two tables for which mobile number is same and to be shown in same grid, Can we do this simply without using complex logics and local variables
Discussion posts and replies are publicly visible
Hi Devarneni Shiva Prasad Rao Just an idea, creating a view in database for the tables using group by mobile number? Or aggregating in appian ?