Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduction

PhixFlow version 7.4.0 introduces exporting to multiple tabs in excel, along with performance improvements in the design component on the new GUI.

At this version of PhixFlow, the old flash-based GUI is still available.

...

Contents

Table of Contents
maxLevel1


...

Installation and Upgrade

To install a new PhixFlow instance, follow theĀ standard installation instructions.

...

Excel File Collectors that specify the worksheet to read in the Excel Data Range Expression must now quote the worksheet name if it contains spaces and/or single quotes. This is not handled automatically by the upgrade process. SeeĀ here for details.

Anchor
upgrade740oracle12cDatasourceEdit
upgrade740oracle12cDatasourceEdit
Oracle

...

- edit phixflow-datasource.xml

If you are using Oracle 12c, configuration imports can sometimes fail with this error:

...

Code Block
	<bean id="hibernateProperties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
	 	<property name="properties">
			<props>
				<prop key="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</prop>
				<prop key="hibernate.order_updates">true</prop>
				<prop key="hibernate.jdbc.batch_size">1</prop>			
			</props>
	 	</property>
	</bean>

Contents

...

...


...

Deprecated Features

Graphical User Interface

...

In addition to the introduction of quick configuration for CRUD forms, a number of changes have been made to make creation of applications quicker and easier:

Stream view styling

You can now specify styles which will be used for displaying data grids. Those styles can be set on:

  • System Configuration
  • Application
  • Stream View

Styles available:

  • Grid Header Style
  • Grid Header Button Style (applies to action buttons)
  • Grid Header Icon Style (applies to standard PhixFlow buttons, e.g. filter, sort order
  • Grid Header Dropdown Button Style (buttons that open menu lists)
  • Grid Header Dropdown Pane Style (menu lists)
  • Grid Paging Style (applies to the paging bar)
  • Grid Row Style
  • Grid Column Header Style

Drag column headers onto buttons to create a context parameters

...