How can I join tables of the same structure in a single table?
Check this out. Hope this is what you are looking for
https://help.appsheet.com/performance-scale-reliability/scaling-to-large-data-sets/scaling-using-dat... Scaling Using Data Partitions help.appsheet.com
Thank you for the answer, I do not fully understand the sample application?
@Test_Birimi google sheet te olusturdugun her tablo apshee te 1 tablo olarak algilanir! yani baslangicta table1 ayri bir sheet olmali,table2 ayri bir sheet olmaliโฆtable3 te
ve tablo basliklarida (sari isaretli olan) column olarak algilanir. yani 3 table in bir sheet icinde olmasi bence yanlis bir baslangicโฆeger yanlis anlamadiysam!
eger ayri ayri ise Script te โonchangeโ trigger ayari ile tablo1 ve tablo2 ye her yeni giriste tablo3 e veri atabilirsin
Translate
Selim bey yapmak istediฤimi anlatmak iรงin bir tabloda gรถsterdim. Zaten her tablo ayrฤฑ sayfada. Query ile tablo 3 de verileri aktarmayฤฑ baลardฤฑm tablo 1 ve tablo 2 deฤiลiklik olduฤunda tablo 3 de de deฤiลiyor. Benim istediฤim tablo 3 de de deฤiลiklik olduฤunda tablo 1 ve tablo 2 de ilgili yerde deฤiลsin. Bunu script ile nasฤฑl saฤlayabilirim. รrnek bir script รงalฤฑลmasฤฑ var mฤฑ? Teลekkรผrler. Translate
After you combine two tables into one, will you use the final table as Read Only? If yes Then, and if you use Google Spreadsheet, I suggest you use a time trigerred Google Script to append files into one file and use the final table in your appsheet.
@Yilmaz_Kandis1 Yฤฑlmaz Bey cevap iรงin teลekkรผr ederim ama tam anlayamadฤฑm ne yapacaฤฤฑmฤฑ? Benim 6 adet google e-tablom var bunlarฤฑ alt alta ortak sรผtunlara gรถre birleลtirip tek tablo olarak gรถstermek istiyorum. Orjinal tablolarda deฤiลiklik yaptฤฑฤฤฑmda yansฤฑyacak ลekilde. Translate
@Test_Birimi I would combine your tables in the sheet and then bring that table into your app as view_only. You can combine your tables something likeโฆ =query({Sheet1!A2:D1000;Sheet2!A2:D1000},โSelect* where Col1>0โ)
@Aleksi_Alkio Hello Master, I was thinking the same but how do you think about timing of Appsheet reading data made with query function vs. static data (data appended to master file each time when other sheets updated)
If you use script with onChange, the workflow would be the same. You need to sync the data so your data will be updated.
Iโm joining the bottom line, but when I make changes to the main tables I can not figure out how to reflect it here.
What do you mean by "Bottom line?
@Aleksi_Alkio He/She meant to append Table2 data to the end of Table1. @Test_Birimi I replied your email and shared Google Sheets samples with you.
Hi Test, if I got your question right, I would actually create one table and add a column and name it
[Table Name] and have an Enum type with the following options Table 1 , Table 2.
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |