Static source

The static source provides a column for inserting static data. It’s incredibly simple and not terribly useful, but it can come in handy from time to time. For example, if you want to fill a column with a ‘coming soon...’ message, you could use a static column.

Column types

class blingalytics.sources.static.Value(value, **kwargs)

Returns a given value for each row in the report. In addition to the standard column options, it takes one positional argument, which is the static value to return for every row.

Table Of Contents

Previous topic

Database source

Next topic

Derived source

This Page