Very kool! keep it up Joe, loving your Videos on Appsheet...!
@edtechii10 ай бұрын
Hey, thanks for the fantastic tutorial, Joe. Could you please show me how I should modify the formular to set two different names for the same button in two different views, please? In other words, Back becomes A in Sales and B in Inventory. Much appreciated.
@edtechii10 ай бұрын
I think, I've figured it out: IFS( In(Context("View"), List("Sales")), "A", In(Context("View"), List("Inventory")), "B", TRUE, "Done" )
@BellweyEnterprises Жыл бұрын
Hi Joe, can you demo an app in appsheet about database pagination with "First", "Previous", "Next" and "Last" buttons ?
@AllanNallano-d5b7 ай бұрын
Is it possible to show if the cancel and save button depends on the column value?
@MISHDPL Жыл бұрын
Hi we can definitely hide cancel button but when we click anywhere blank of that page it will work as cancel button how to resolve it please support
@bonzpon97242 жыл бұрын
Hi sir, Is it possible to set a condition on that part, for example if the condition is met the save button will hide. sample is status completed then the button is hide. is that possible sir? thank you
@JoeTayactac2 жыл бұрын
Hi, It is not possible. This option does not evaluate the context of the row instead it evaluates the view like "Form" and "Detail" view.
@bonzpon97242 жыл бұрын
@@JoeTayactac sir, do you have a tutorial for my question like if the record status is completed and it will editable or unable to update. Thanks sir, god bless. #pinoyViewers
@ion669 Жыл бұрын
Hi is it a diferent formula when is a detail view? I am trying to hide the Delete button from a detail view (Sheet1_Detail) doing the same thing as you did and replacing view name but it doesnt work.
@JoeTayactac Жыл бұрын
You can use Context("ViewType")="Detail"
@pt.washengkekemandiri3948 Жыл бұрын
hi mate thanks for the tips, but how to hide back button in left up corner so user cant klick back instead save?
@JoeTayactac Жыл бұрын
Hi, unfortunately not possible to hide that
@amolshingne68072 жыл бұрын
Can we apply save button in different view of same entery