Skip to content
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

Fix export of Pivot Table #445

Merged
merged 1 commit into from
Oct 18, 2021
Merged

Fix export of Pivot Table #445

merged 1 commit into from
Oct 18, 2021

Conversation

bertrandboudaud
Copy link
Collaborator

@bertrandboudaud bertrandboudaud commented Oct 17, 2021

A regression has been introduced when doing the file selection for the Pivot Table and Table report.
This fixes it.

@@ -66,15 +66,20 @@ namespace SmartPeak
protected:
struct ReportFilePickerHandler : IFilePickerHandler
{
ReportFilePickerHandler(const Report& report, const std::string title) :
report_(report), title_(title) { };
typedef bool (*WriterMethod)(const SequenceHandler&,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elegant

@dmccloskey dmccloskey merged commit fa9b3b1 into develop Oct 18, 2021
@dmccloskey dmccloskey deleted the fix/github_441 branch October 18, 2021 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SmartPeakGUI - Saving PivotTable report produces generates a CSV that looks like FeatureDB
2 participants