Jump to content
We've recently updated our Privacy Statement, available here ×

litalch

Members
  • Posts

    4
  • Joined

  • Last visited

litalch's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, Our domain connect to RDS, and we need to create an average field that is divided with value from mongo query. it's seemed that domain doesn't recognize mongo datasource. Can you help? Thanks
  2. I added in the domain -> Derived Tables, this sql: SELECT customer,sum(txes_count), DATE(adddate(`usage_day`, INTERVAL (0-weekday(`usage_day`)) DAY)) as week_date, usage_day FROM tx_daily_count group by week(DATE_SUB(usage_day, INTERVAL 1 DAY)), usage_day but I can't select sum(txes_count) in the report as a Measure I get an error: An error occurred while performing the previous request Can you help me? Thanks
  3. Hi, I created an Ad hoc and I want to group date field by Week, but there are just day, month, quarter and yeat options Please help me Thanks
  4. Hi, I want to create a dashboard and send it as PDF by mail, in scheduled time, Is it possible? Thanks
×
×
  • Create New...