View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09596Feature requestsImport/Exportpublic2016-01-20 09:11
ReporterDenisChenu Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary09596: Export result : adding filter by "everyting"
Description

Actually export result can be filtered by

  • completed state
  • from /to id
  • specific id

I like to have a way to export by:

  • Token attribute
  • Answer specific
  • etc ....
Additional Information

Think it can be great to extend export helper , and move the from/to is to core plugin

Tagsexport
Bug heat2
Story point estimate
Users affected %

Relationships

parent of 07971 closedDenisChenu Add a "filter by attribute" when exporting token 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2015-12-15 09:16

developer   ~33918

This can be done using a plugin to update $sFilter in loadSurveyResults

DenisChenu

DenisChenu

2015-12-15 09:53

developer   ~33919

Last edited: 2015-12-15 09:59

The ->compare system is great too.

One "column",one "value"
http://www.yiiframework.com/doc/api/1.1/CDbCriteria#compare-detail

Compare can use directly (in value) : <= , > etc ... (see in actual browse responses). And =: remove the partialMatch

We just have lack of 'in array' on OR ability: but this one need:

  • event->set('criteria',$oCriteria)
  • $oCriteria=event->get('criteria')
    or something like that.

A lot more of possibility for plugins ... but a lot of events happen

DenisChenu

DenisChenu

2016-01-20 09:11

developer   ~34292

I have a solution : i update the "export" action link toi use my own export system .....
But if needed : can be included in core.

Issue History

Date Modified Username Field Change
2015-04-03 16:36 DenisChenu New Issue
2015-04-26 16:52 DenisChenu Relationship added parent of 07971
2015-04-26 16:53 DenisChenu Tag Attached: export
2015-12-15 09:16 DenisChenu Note Added: 33918
2015-12-15 09:53 DenisChenu Note Added: 33919
2015-12-15 09:54 DenisChenu Note Edited: 33919
2015-12-15 09:59 DenisChenu Note Edited: 33919
2016-01-20 09:11 DenisChenu Note Added: 34292