leerssej / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

"Star all rows below current one" #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

[ease of use enhancement]

What is the expected output? What do you see instead?

[alternative is manual starring which quickly becomes impossible]

What version of the product are you using? On what operating system?

[2.0/Windows 7]

Please provide any additional information below.

Original issue reported on code.google.com by wfz%nimb...@gtempaccount.com on 15 Nov 2010 at 9:19

GoogleCodeExporter commented 8 years ago
Could you not just filter or facet and then star those filtered or faceted rows 
?  or is this a case were it is more painful to filter/facet because of the 
particular data ?

Original comment by thadguidry on 15 Nov 2010 at 9:33

GoogleCodeExporter commented 8 years ago
right -- the situation is that there are metadata rows at arbitrary locations 
in the table which indicate that all subsequent currency values are in GBP 
rather than USD; however,  neither the preceding nor the subsequent rows 
contain data values that are unique to GBP/USD (ideally, the original column 
would have had GBP or USD for each row, but that is the problem I am fixing).

Original comment by wfz%nimb...@gtempaccount.com on 15 Nov 2010 at 9:43

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 16 Nov 2010 at 5:55

GoogleCodeExporter commented 8 years ago
You could create a text facet on any column with this expression

row.index >= n

where n is the current row's index. And then select true in the face. And star 
all matching rows. I just realize that row.index might be zero-based, but row 
indexes are displayed as one-based.

Original comment by dfhu...@gmail.com on 16 Nov 2010 at 1:02