You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #11604 on December 16, 2020 06:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have my data like that:
test date
frame index
test dataset
and the valuesand it can be successfully updated
but the result looks really strange:
The
view query
isand the
view results
isI relealize the problem may be caused by
GROUP BY Date
but it seems to be a default selection I cannot withdraw. (or I don't know how)What I expect is it samples data with same
PatchSet
and differentFrameIndex
then do the box plot.So I'm wondering if there is any way I can achienve this kind of virtualization?
Beta Was this translation helpful? Give feedback.
All reactions