Icon

KNIME Forum Answers

This directory contains 22 workflows.

IconExample_​on_​Multiple_​Excel_​Sheets 

Multiple Excel Sheets Reading and Writing This is an example on reading and writing Excel Sheets to a single file. TAGS: Excel,Sheets,Read,Write

IconExamples_​for_​String_​to_​Path_​to_​URI_​and_​back 

A few examples starting from a KNIME path: "knime://knime.workflow/lol.csv" Such file would be located inside the workflow, but in this case is even […]

IconFrom Tables to Variables 

From Tables to Variables How to transform data tables into variables. TAGS: flow variables,row to variable,column to variable,arrays,variable arrays

IconGeneric_​JavaScript_​View_​Selection_​Example 

This example by @DanielBog (hub.knime.com/DanielBog) shows how to use the 'knimeService' library to create a custom view where the selection event is […]

IconInteractive_​Selection_​of_​two_​Tables_​(Legacy) 

Interactive Selection of two Tables in a single View via Hiliting (Legacy) Adopting GroupBy nodes with Hilite feature. This enables interactivity between […]

IconLooping Component Views 

Looping Component Views on KNIME AP and on KNIME WebPortal This workflow shows how to loop on a component view to build a guided analytics data app for […]

IconMulti Layer Perceptron (MLP) on Oscillator Physics Problem 

This is an example of training a multi-layer-perceptrons (MLP) to tackle an oscillation problem in physics. This type of network is also known as: - Fully […]

IconOccurences_​Stacked_​Bar_​Chart 

Occurences Stacked Bar Chart This is a simple example on how to stack categories occurrences with the Bar Chart node. URL: Single stacked bar - KNIME […]

IconPie Chart vs Bar Chart 

Which is the biggest value? Which is the smallest? Which is in between? A, B or C? Which visualization is most effective to answer those questions?