Forum Discussion
KevinOGC
6 years agoFrequent Visitor
Saving measure value into table
Hi everyone, I have a table 'advertisements' which looks like below: id is_online 1 true 2 false 3 false 4 true 5 true 6 false I want to count the unique id...
v-chuncz-msft
6 years agoCommunity Support
You may refer to the following posts.
KevinOGC
6 years agoFrequent Visitor
v-chuncz-msft thanks a lot for your answer!
There is no colum/table with the is_online date, so I need to count the is_online daily and save it to somewhere. All the given examples using an available date.
Are there options without a date is_online relation?