INTEGRAR BASES

HELLO, THANKS FOR HELPING ME!

I NEED SUPPORT TO CONFIGURE SOME POSSIBILITIES IN THE APP.

IN THE PRINT SENT, I HAVE FOUR TABLES WITH THE INITIAL "PSM"

MY OBJECTIVE IS TO UNITE THESE FOUR TABLES INTO A SINGLE FORM IN A WAY THAT THE FIRST QUESTION WAS A KIND OF SELECTION WITH A QUESTION!

WHICH PSM DO YOU WANT TO REALIZE?

PSM-SHIPPING
PSM-PACKING
PSM - INBOUND
PSM-STOCK

WHEN THE USER SELECTS ONE OF THE OPTIONS, THE QUESTIONS REGARDING THAT TABLE APPEAR FOR HIM, THE SAME WOULD BE WITH THE OTHERS.

IF THIS CONFIGURATION IS POSSIBLE, I NEED TO KNOW IF I CAN CONDITION THE QUESTIONS:

EX:
IF THE USER ANSWERS YES TO ONE QUESTION, HE DOES NOT HAVE TO ANSWER OTHER UNNECESSARY QUESTIONS. VERY LIKE A GOOGLE FORMS.

 

Captura de tela 2023-05-23 234401.pngCaptura de tela 2023-05-23 234401.png

1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @RodrigoFranco 

 

You may want to get rid of caps locking ๐Ÿ™‚

You can indeed.

This kind of hide/show column can be managed using the show_if expressions of each column.

Here it is:

Aurelien_0-1684905079089.pngAurelien_1-1684905099436.png

Aurelien_2-1684905120988.png

 

And such expression could be, for example:

[YesNoOptionColumn]=TRUE

Aurelien_3-1684905174202.png

Please note this is an example. In this case, the "= true" is not even necessary but helps into understanding.

Top Labels in this Space