I have created a virtual column to bring data from PROJECT DETAILS tab sheet, I could get it successfully using the formula SELECT(PROJECT DETAILS[Google Location Map], ([Project Code] = [_THISROW].[Project Code]))
But I want to make user look like a link instead of a text/list, when I set to URL then I get this error
Any advise is greatly appreciated!
Solved! Go to Solution.
Use ANY() to remove the list data type from single-element lists.
However, I see a large number of virtual columns each with a SELECT() expression in its App Formula. This is a sure recipe for degrading your app's performance. You'd really want to consider remodelling your data structure so that you use dereference expressions instead. Also conisder using Slices, Behavior Actions and Auotmation so that you avoid having that many virtual columns.
Use ANY() to remove the list data type from single-element lists.
However, I see a large number of virtual columns each with a SELECT() expression in its App Formula. This is a sure recipe for degrading your app's performance. You'd really want to consider remodelling your data structure so that you use dereference expressions instead. Also conisder using Slices, Behavior Actions and Auotmation so that you avoid having that many virtual columns.
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |