New Member
Since ‎06-28-2021
‎07-15-2021

My Stats

  • 23 Posts
  • 0 Solutions
  • 13 Likes given
  • 8 Likes received

jayson_mareco's Bio

Badges Quentinlebg Earned

View all badges

Recent Activity

Hello, My goal is to sort my data by timestamp, but I can’t figure it out… I tried doing that: SELECT(Quote[Title], in([Timestamp],SORT(SELECT(Quote[Timestamp], isnotblank([Title] = [_THISROW].[Title])), false))). I thought that using sort() like tha...
Hey, My goal is to have a UNIQUEID(), but I want the company that produces the item to have their abbreviations right in front of the UNIQUEID().
Hey, I have encountered this issue where I have Quote_ID, Title, Timestamp. Quote_ID is the key but I want the titles to be sorted by the timestamp. I can’t use orderby() since I don’t want to change the key from Quote_ID. My goal is when someone ope...
So I have been trying to change the range of the number data type. I changed it manually at first, but as you can see with the table below, the hardwares don’t have the same limit. Table Name: Hardware Discount Hardware Minimum Maximum Hardware#1 10,...
I am attempting to restrict the range of the quantity type, depending on the hardware they previously chose. Example: Hardware #1 must at least be produced 2,500 times, while Hardware #2 must at least be produced 10,000 times. The maximum of Hardware...
Likes from