New Member
Since ‎08-27-2019
‎01-24-2022

My Stats

  • 19 Posts
  • 1 Solutions
  • 3 Likes given
  • 10 Likes received

Maple_Aikon's Bio

Badges Maple_Aikon Earned

View all badges

Recent Activity

I have an action that attach to a column. In table view, the column will hide data and show the action icon only. But when I change the action to attach to another column, the column shows data only. What the difference between these 2 columns, and h...
Hi, I have a [ItemPrice] Column that is price of item. How can I run this expression without error: MAX(LIST([ItemPrice], 0)) It show error “LIST has elements of mismatched types”. That’s because 0 is Decimal and [ItemPrice] is Price. So how can I us...
I created 2 test virtual column Column Test 1 with this expression: Column Test 2 with this expression: These two of Expressions are logically the same. But the result is different: There’s something wrong with this calculation. Please check it
Recently, I’ve found a bug like this: Table CLASS have a [Students] Column, which is a List of Refs to table STUDENTS In a CLASS, I use SELECT([Students][Name], TRUE) to get list of student name. It worked before, but it return empty now