AWESOME!!!! Thank you. The gallery view works like a charm!
@HaydaraliAsrorov15 күн бұрын
👍
@HaydaraliAsrorov15 күн бұрын
👍
@CleberCorreia197517 күн бұрын
I need a loop when I delete a record. It's a bank statement that has the physical fields amount, previous balance and current balance. I already have a virtual field but the database is large and has become slow. The inclusions are perfect, the problem is when I delete or change a record because I have to recalculate the previous balance and the current balance line by line. Can you help me with this? I'm writing from Brazil.
@echafaud19 күн бұрын
Exactly what I was looking for. Best explanation for total noob like me. Subscribed!
@GuidoADELFIO21 күн бұрын
Thank you so much Adithya for this video! I've been struggling with this issue for so long that I couldn't believe when I was finally able to generate a pdf with the multiple rows. Thank you for showing all the steps in detail! Svāgata
@abraransari995823 күн бұрын
Sir aap kaise kaam karta hai intro me bataiye aur koshish kijiye ki hindi me video banao please
@JeevanChandrakar92Ай бұрын
Everytime pressing new. Can this be a multi files upload in 1 go??
@Mohan-b1s2vАй бұрын
audio quality is very much bad
@kiranreddy24242 ай бұрын
How can i share a new mail every time when new row is added rather than sending it in the same traill, Any one please help
@Zaizen1822 ай бұрын
12:06 Hi, can I fill in the form data by copying and pasting but all the form data is filled in immediately?
@Abdulwaheed-ge8pr3 ай бұрын
@Abdulwaheed-ge8pr Hi how i use char(10) in concatenate function i.e line break.
@nikharmiglani43194 ай бұрын
Helpful. the only issue i further faced is that the link is getting saved in the Files tab and not being referenced to the main tab. Is there a way to reference in the main sheet as well?
@marolichc5 ай бұрын
how to sum MALE Female, Transgender (TG) and result in my Total Colum
@safetyteam-x1i5 ай бұрын
hello it,s great from you if you can help me how i can make inspection report with use the the photos and convert it to pdf by appsheet
@MoritaIntegratedDatabase5 ай бұрын
how to create QR Code with text bellow?
@dgrolfe6 ай бұрын
When did you create the column "Related Invoice List of Items"??? I don't see where or how that was created....!
@HimanshuMangal-wq1nz6 ай бұрын
Thanks, it helped a lot.
@ashwikumar19906 ай бұрын
Hi, how do I email that pdf directly after generated
@neverlosehope1177 ай бұрын
I have created an inventory count app using appsheet. The purpose of this is the inventory count of 100 stores. But how to set customization in appsheet to do inventory count from each store by selecting only their store
@AdityaKoul-ty9df7 ай бұрын
Is it possible to show a list of batches for that particular product at the time of sales. And then we choose whichever product we want to choose from whichever batch.
@leonsteber7 ай бұрын
Thank you! Got this working thanks to your example, couldn’t work it out with the documentation alone
@arpa15208 ай бұрын
Good video, is it possible to send the created pdf attached, using the app script?
@rusself.alvarez33939 ай бұрын
After I enabled the "preview new feature", I can't still find the dynamic email in the automation. Can you please help me with my concern?
@vishalthakral14709 ай бұрын
Below error coming when formula added as explained by you "Column 'Total pieces (as per calculation' in Table 'Umesh Bhai Hisaab_Schema' cannot be readonly if its Formula field has an expression. The readonly flag has been disabled.
@jillmalang490410 ай бұрын
is this same approach for email?I mean sending multiple rows through email
@milindmore409710 ай бұрын
please explain formual for data validation for all letters capital and and use symbols.
@RalphIfill10 ай бұрын
you sound is too low in this video even turning my speakers up to max.
@News70-t4t10 ай бұрын
HI WHAT HAPPEN WHEN THERE IS 2 FROZEN CHICKEN AND I TRY TO SELL 3 FROZEN CHICKEN WILL FORMULA DEDUCT REMIANING ONE FROM ANOTHER DATE?
@bahaagaming415511 ай бұрын
Hi,In my attendance system i have a column named:shift_Type.I want to set the value for DH_In and DH_Out fields based on conditions met in the shift_Type fields;like that in the valid if :IFS( AND([Work_System] = "2X12", [Shift_Type] = "Day"), [DH_In] = DATETIME(TODAY(), TIME(7, 0, 0)), [DH_Out] = DATETIME(TODAY(), TIME(19, 0, 0)), AND([Work_System] = "2X12", [Shift_Type] = "Night"), [DH_In] = DATETIME(TODAY(), TIME(19, 0, 0)), [DH_Out] = DATETIME(TODAY() + 1, TIME(7, 0, 0)), AND([Work_System] = "2X8", [Shift_Type] = "Morning"), [DH_In] = DATETIME(TODAY(), TIME(6, 0, 0)), [DH_Out] = DATETIME(TODAY(), TIME(14, 0, 0)), AND([Work_System] = "2X8", [Shift_Type] = "Evening"), [DH_In] = DATETIME(TODAY(), TIME(14, 0, 0)), [DH_Out] = DATETIME(TODAY(), TIME(22, 0, 0)), AND([Work_System] = "Day", [Shift_Type] = "Day"), [DH_In] = DATETIME(TODAY(), TIME(8, 0, 0)), [DH_Out] = DATETIME(TODAY(), TIME(16, 30, 0)), TRUE, "" ) but this function does not work, What is wrong with it
@abdulramansg11 ай бұрын
Thank you.. great tutorial
@4merlinseason Жыл бұрын
the only issue is, if you make a mistake with a quantity, after its been submitted, when you edit an instance on a quantity to fix an error, it wont update the inventory
@GwynethSurnit-nf5rk Жыл бұрын
Now learning baby❤ your so intelligent😉👌💯
@fluffy-k2c Жыл бұрын
can we use google sheet as the email template?
@appsheetwithadithya10 ай бұрын
No appsheet gives only google doc as template to use
@GwynethSurnit-nf5rk Жыл бұрын
I love you
@GwynethSurnit-nf5rk Жыл бұрын
Ilove you
@dmtauto-m9m Жыл бұрын
Thanks a lot I tried to duplicate both actions and bot with change of plus to minus but it was not working as I thought I have to select deletes only but after this video It is working fine thanks once again. and Keep it Up!
@jicbro35 Жыл бұрын
Can you please help me with filtering data set which is like E1234, E1235 (column type: name), unfortunately i can’t filter with any condition as the column type is not number. Is there any solution?, awaiting your valuable reply..
@archiebalatucan4625 Жыл бұрын
Hi Sir Chennai, Thanks for your video it's so very helpful to those beginners like me. By the way, I use this Generating Invoice App to my project right now but I use it as inventory borrow and returned. Can you help me how to add a status (Available & Issued) that when I add to issued item (which is your Invoice bill) it automatically change the status and the quantity also change. I hope you can help me. Thank you
@jicbro35 Жыл бұрын
Hi sir, can you please help me with a solution that, I need to filter my datas which is start with a Text, (eg: E1234, E1235), but i can’t filter by sr number, as the column type is Text, your favorable reply will be highly appreciated.
@dmtauto-m9m Жыл бұрын
Thanks I was stuck up for some days in this matter, I am not a programmer so it is always difficult but with your video I could manage it.
@DylanReeveGundran Жыл бұрын
Hi, I am making a google calendar integration in appsheet and i encountered some issues. My goal output is when the user type his or her email in the creator's field it should be saved by that particular email and not the creator's app email address. And also, all the invited users in google calendar should received an email for the user who created the schedule.
@ammaralasyful Жыл бұрын
HI Adithya, Great tuotrial. voice is not clear. your front camera hiding important info
@davmatsil Жыл бұрын
hi brother, thank you so much for you video. but most of times we can't see what you doing, since your screen is only recording one window instead the whole screen. im having difficulties in forcing my users to long in before they have access to the app. I would like to find a way to hide all my pages, as they only should appear after the log in is completed. thank you
@rasikagunarathna846 Жыл бұрын
❤❤❤ from Sri Lanka Thanks Brother , You are a very Good Teacher.......
@appsheetwithadithya Жыл бұрын
Thank you :)
@panicinthecity3795 Жыл бұрын
Thanks a lot for this video. I wanted to do this for a project I'm working on and it helped me a lot.
@redtints Жыл бұрын
Lovely insights. Thanks 🙏
@mayuradinendrasinghe3774 Жыл бұрын
Hi Adithya Thank you for this awesome explanation. I have a problem. I'm making an app that uploads part of the table columns through a CSV file and the rest of the columns are updated by the user from the app after the CSV file is been uploaded. I need to keep the user updating columns as required as those columns are mandatory. But when I make the columns required it doesn't allow me to upload the CSV file since the CSV file does not contain those columns. Will you be able to help me with this problem?
@appsheetwithadithya Жыл бұрын
Make it mandatory and give initial value for those columns
@mayuradinendrasinghe3774 Жыл бұрын
Thanks I will try this@@appsheetwithadithya
@jack-uq3wn Жыл бұрын
I want to import inventory sheet but need to one thing if particular product already exist in db then need to just increase the quantity