-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-31188 Ensure scopes table display "a" value. #18262
HPCC-31188 Ensure scopes table display "a" value. #18262
Conversation
https://track.hpccsystems.com/browse/HPCC-31188 |
row.__groupedProps[p]?.Value || | ||
row.__groupedProps[p]?.Max || | ||
row.__groupedProps[p]?.Avg || | ||
""; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to ??
from ||
. Will need: hpcc-systems/Visualization#4162
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you clarify. Is this something you plan to change in the future? It looks like you have merged that changed now.
Should I merge this, or wait until you modify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes - this PR was "ok" but is better with: hpcc-systems/Visualization#4162 (and switching to ??
).
Also - I need to add a fix for the sorting (alpha v numeric).
1a2a4a2
to
b41987a
Compare
b41987a
to
9a8671c
Compare
Closing and re-opening to force test re-run. |
https://track.hpccsystems.com/browse/HPCC-31188 |
3355471
to
6dc20f4
Compare
Temp fix to ensure either "value", "max" or "avg" is displayed for selected columns. Add TimeLocalExecute to the default list of columns. Fix sorting to use raw values Signed-off-by: Gordon Smith <[email protected]>
6dc20f4
to
8ca33a3
Compare
Closing and re-opening to force re-test |
https://track.hpccsystems.com/browse/HPCC-31188 |
Temp fix to ensure either "value", "max" or "avg" is displayed for selected columns.
Add TimeLocalExecute to the default list of columns.
Gordon Smith [email protected]
Type of change:
Checklist:
Smoketest:
Testing: