You are here: Features > Browses > Browse examples

Browse Examples

Here some example of browses that can be created.

Example 1

A browse that shows leadsheets and their descriptions. Fill in the fields in this way:

Name

"simple"

Database

MP

Index (sort/entry)

map_no

Key (link to secondary)

none

Secondary

none

Index (must match key)

none

Filter

Mp->id="1"

 

Example 2

A browse that shows all map numbers with descriptions and leadsheet. This is similar to the browse above, except the filter is more complicated.

Name

" "

Database

MP

Index (sort/entry)

map_no

Key (link to secondary)

none

Filter

mp->id="M"&mp->map_no<>""

 

Example 3

A browse which shows only Balance Sheet map numbers. Much as above, but with the following filter:

mp->id="M"&mp->map_no<>""&mp->type="B"

Related Topics