Hi all I have a view based on a slice with t...

Hi all

I have a view based on a slice with the option โ€œupdatesโ€ for the recordset. In the view there are two text fields which contains both a number.

The first one is equal to 8422059790 and all is OK The second one is equal to 37674060 and in this case the view presents it as a number with the โ€œ+โ€ on the right โ€ฆ

The same view with a slice with the option โ€œread-onlyโ€ didnโ€™t present the issue (of course)

Anyone did found the same issue?

Bye

Andrea

0 11 435
11 REPLIES 11

Would you please take a printscreen from that situation, thanks.

Yes sure. Here it is!

Youโ€™re welcome

@Andrea_Saccavini isnโ€™t that + sign takes to the detail view of that number when you click on that + button?

No, if you.click on it, it increases the content of the field bu 1 as if it is defined as number โ€ฆ but it is a text! You.click you.click

May I ask what is the app name if I check it quickly?

The appโ€™s name is AScode. It needs an autenticated user โ€ฆ

You have created an action button and itโ€™s attached to this column. Thatโ€™s why it shows the Plus icon. It has nothing to do with the column type.

The expression behind of that action is SUBSTITUTE(text(Number([NuovoBidone])+1),".","").

Damn โ€ฆ you are right!!! I did that action for another view and probably I had cloned that view to create this one.

Thanks for your support! At this point โ€ฆ AppSheet is bug free

Ok, solved! Added CONTEXT(โ€œViewโ€) condition to the action! Thank you again for the support!

Top Labels in this Space