Bronze 3
Since ‎04-18-2024
a week ago

My Stats

  • 4 Posts
  • 0 Solutions
  • 2 Likes given
  • 39 Likes received

akuo's Bio

Badges akuo Earned

View all badges

Recent Activity

Our Looker Studio Connection just went down this morning. It can still connect to GA, G-sheet but not MYSQL.
HiWe have recently met an error saying (Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLICIT) for operation '=') when joining a PDT with other tables in our sql DB. Can anyone please let us know is there a way we c...
Hi I have a column contains multiple values, (eg: 0, 1, 2, 3, ..., 200), and I want to show 0 as "No item" and the rest of value stays the same. I try using case when to reach this goal but I not want to hard code 1 ~ 200 in when statement. Is there ...