Results 1 to 9 of 9

Thread: Linking PDFs to Albums via Theme?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Oct 2006
    Location
    Posts
    304

    Default

    Charles

    Brilliant! This does just what I was looking for. I'll want to tweak it a bit to fit my display format, but it is an important addition to OCD. Thanks for your work.

    Added after working with the dax:

    I believe one could put any content in the field Condition, even just one letter, because all that the dax does is check whether it has content. I don't believe OCD is capable of acting on what the content actually is. That means that the part of the dax that refers to Condition could be modified to:

    <dax:if(condition)>
    <a href='<daxath/>\Notes.pdf'<dax:condition/></a>
    </dax:if>

    and whatever content the user would put into the field would be displayed instead of "Liner Notes". The file name does have to be Notes.pdf however (which means there's a lot of editing ahead of me).


    I would also note that if someone is already using Condition, there are other fields that could be used, such as Distributor (on the General tab), Location, Status, Borrower (all on the Library tab). Just substitute the name of that field for condition in Charles' dax.
    Last edited by Jazz_North; 05-25-2014 at 03:06 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •