Iโm trying to create an action that is only avaible when a row from a child table is not empty. My parent table is โNotasDataโ and itโs child table โCobranรงaDataโ. So when the row โValor Pagamentoโ is empty the user should not be able to do the action. I used this formula bellow and it didnโt work:
ISNOTBLANK([Related CobranรงaDatas].[Valor Pagamento])
Try:
ISNOTBLANK([Related CobranรงaDatas][Valor Pagamento] - LIST(""))
The formula is okay but is not returning what i expected as in the image bellow the row that contains NFse 814 value at โNotasโ Column should not return Y since the column โValor Pagamentoโ at his child table is empty (Iโve already checked). I also tried a FILTER() formula but it didnโt work too
In the child table, highlight the Valor Pagamento cell of the specific row and press the Delete key to ensure the cell contains absolutely nothing.
Oh i see, but will the app recognize this changes on Spreadsheet? Or do i need to rebuild the table?
Data changes in the spreadsheet will be seen when the app syncs.
Still returning Yes to all data
Please post a screenshot of the action configuration, and a screenshot of the complete condition expression.
Iโve added a AND condition to also check if the payment has been already confirmed.
Why is this here?
I understood that i had to insert the list inside the isnotblank(). So i had to do exactly the way you wrote, hadnโt i?
Yes, please: exactly as I provided.
Itโs close to what i wanted, iโll show the view to explain better:
As you can see the #1 condition is working, but #2 is not working properly
Srry to bother again
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |