Hello,
I have a table with a column X which the app is taking numbers from. The column is 001, but when opened in the app with a text column and a valid if Sheet[Column X] it will show 1 only. Not showing the two 0`s. Tried alot of different stuff, and i managed before… but with same settings it just wont work… Any suggestions?
you use those two formulas in any place that you need to use the number value that stored inside that text column. So inside formulas, math and stuff.
You might need to switch the column type in the second app to text, or at least make sure that all of your apps have the same column type for each column.
in your second app that might be the place where you need to wrap any [column] call with one of those formulas in order to convert the text back into a number so you can do your math.
Yes i tried that in Gsheet, didnt help. But also tried plain text in gsheet, and text with valid if in the app with information from a different table.