...
Ex Libris now includes MARC subfields in Analytics Local Parameters. Particularly for Local Param 02, it is possible to split this field into separate columns by subfield.Function:
- Include Bibliographic Details - Local Param 02 as a column in the Details tab
- In the menu options for Local Param 02, choose "edit formula"
- In Column Formula, paste:
Evaluate('regexp_substr(%1,%2,%3,%4,%5,%6)', "Bibliographic Details"."Local Param 02", '\$\$a([^\$]+)', 1, 1, NULL, 1)
...
- The above example will isolate $$a. To isolate a different subfield, replace 'a' with
...
- the subfield of your choice. Repeat the process for additional subfields as needed.
Filtering a Report to Specific IDs
...