Hi all guys, just a quick question....I´ve cr...

Hi all guys, just a quick question…I´ve created a form where the user choose an enum imput (A or B), if the user has chosen A, there is another enum imput, and if the user select option B a text input is required, show once in the spreadsheet there are 2 columns, A and B. My question is…it´s possible that in case the user choose A and select a value from the enum list, that value is written in column B ? Thanks so much, I´m discovering new things about Appsheet everyday

0 5 328
5 REPLIES 5

You can read it in the initial value with a simple formula [ColumnA].

Thanks Aleksi , It was easier than I thought…

@Aleksi_Alkio One more question, I have a gallery view that shows all user pictures, but I just want to show only those entries with user pics, I don´t want to show those users that havn´t uploaded any pic. Should be some “show_if” expression…Thanks so much.

Create a slice for that table and then call that slice in the Gallery view. You can use a formula like ISNOTBLANK([PICTURE])

@Aleksi_Alkio Perfect, thanks! Translate

Top Labels in this Space