You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implies testing the functionality originally present in Kibana where field values could be formatted as images or pre-defined labels.
Example: a value with three possible values could be shown using the image of a semaphore taking the colors green, yellow, and red. The images are taken from a specified URL.
The suggested process for testing is the following:
Create a kibella.sqlite file where the INCOME table is registered with a couple of fields having the format of a URL template and/or a Label template (using the appropriate columns in the RegisteredTables table.
The created kibella.sqlite file is stored in server hosting Kibella and the web application is tested to see if the values of the formatted fields in the INCOME table as specified in the RegisteredTables table are seen with the specified formats.
The text was updated successfully, but these errors were encountered:
This implies testing the functionality originally present in Kibana where field values could be formatted as images or pre-defined labels.
Example: a value with three possible values could be shown using the image of a semaphore taking the colors green, yellow, and red. The images are taken from a specified URL.
The suggested process for testing is the following:
kibella.sqlite
file where the INCOME table is registered with a couple of fields having the format of a URL template and/or a Label template (using the appropriate columns in theRegisteredTables
table.kibella.sqlite
file is stored in server hosting Kibella and the web application is tested to see if the values of the formatted fields in the INCOME table as specified in theRegisteredTables
table are seen with the specified formats.The text was updated successfully, but these errors were encountered: