Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have 3 table . How to create linktable from alpha and echo table so that when user click on date like mar-25 it will change data from both table
alpha table is transaction table
alphalcin | alpha date | alpha limit ID | alpha country | amount |
A | 1/9/2025 | lim1 | SG | 100 |
B | 1/10/2025 | lim2 | CN | 200 |
C | 1/11/2025 | lim3 | IN | 300 |
echo table is transaction table
echo lcin | date | echolimitID | echo country | amount |
x | 1/9/2025 | lim3 | SG | 100 |
y | 1/5/2025 | lim4 | CN | 200 |
z | 1/10/2025 | lim5 | IN | 300 |
detail table include relation of alpha and echo
alphalcin | echo lcin | echo name | alpha name | echo segment | alphasegment | industry | alpha country | echo country |
A | x | nikil | ahay | l | f | xx | SG | SG |
B | y | ajit | rocky | m | l | xx | CN | CN |
C | z | sujit | rani | f | m | xx | IN | IN |
Hi @Nikita_Ben08 , one option could be with no linktable between Data and Detail. Check this script and see if works as an option for you.
Script :
Hi @Nikita_Ben08 , one option could be with no linktable between Data and Detail. Check this script and see if works as an option for you.
Script :