Opened 7 years ago

Last modified 7 years ago

#2045 closed defect

Error: Unknown function: pos() in formula pos() — at Version 1

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.9.2
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

This error can happen in when viewing spot data for a bioassay set or in experiment explorer if a column expression formula has been created that uses the pos() function. The position is typically not needed as a function since it is the same as the pre-defined "Position" column, but the Base1PluginExecutor plug-in rely on formulas for mapping the input and output files and the pos() function is central for this. No problems so far until a user goes to the "Spot data" tab or experiment explorer and chooses to display the formula column (or use "Display all"). This causes an error message to be displayed:

Unknown function: pos() in formula pos()

In the spot data list the workaround is to simply configure the list to not show the problematic column. In experiment explorer the configuration button unfortunately disappears due to the error and it is not possible to simply hide the column. In this case, the BASE -> Reset list settings function can be used. It should be enough to reset the "Spot data" information.

Change History (1)

comment:1 by Nicklas Nordborg, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.