Split function does not work after using Phone to Tablet Layout Converter #1273
Unanswered
danielcontrolejundiai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the "Phone to Tablet Layout Converter" in a app and in the converted version the formula "Split" stops working, I think it may be a version error. Since the app keeps expecting a "Result" column that is blank.
The gallery in the print has 2 label, one with the function:
"ThisItem.Value: " & If(IsBlank(ThisItem.Value), "empty", ThisItem.Value)
and other with:
"ThisItem.Result: " & If(IsBlank(ThisItem.Result), "empty", ThisItem.Result)
Is this a know error?
Beta Was this translation helpful? Give feedback.
All reactions