Participant I
Since ‎07-09-2021
‎09-16-2021

My Stats

  • 9 Posts
  • 0 Solutions
  • 14 Likes given
  • 5 Likes received

imexperts's Bio

Badges Quentin_Decaune Earned

View all badges

Recent Activity

Hi, Usage example: INDEX(SELECT(...), 1) || 0 This would have the same result as: IF(ISBLANK(INDEX(SELECT(...), 1)), 0, INDEX(SELECT(...), 1)) It would be much clearer and possibly a performance gain as you could exec one query instead of two.
Hi, I have a list of “Month” with a “beginning amount” property, this property should match the “end amount” of the previous month (“end amount” is virtual, “beginning amount” is not). Each month has some element, and on element update, I have to upd...
Hi everyone, After using the spec app creator, the initial app has default data, which is good. But as soon as you modify any data structure (let’s say, I add a column and a reference) those demo data becomes obsolete and there’s no way to recreate t...

Quentin_Decaune's Ideas (2)

View more ideas
Likes from