DCH

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 63 total)
  • Author
    Posts
  • in reply to: Style role #7898
    DCH
    Participant

    I also just tried the spjs_chartOptionOverride function, but realized quickly that is based on the column value, not the column label.

    in reply to: Style role #7897
    DCH
    Participant

    I’ve tried these notations:

    colorByLabel {“value1″:”red”,”value2″:”blue”}
    colors [“red”,”blue”]
    series {“0”:{“color”:”red”},”1″:{“color”:”blue”}}

    The first two don’t work on my column chart. I know something is happening because when I use those options the default color goes away and a random color is assigned, but its the same color for all columns.

    The third one works fine if there is more than one series, but I want to color columns in a single series differently. It doesn’t have to be by value/label since I can control the sorting in the list view.

    in reply to: Style role #7896
    DCH
    Participant

    Should the colorByLabel option work for column charts? I thought it used to be for pie charts only but the help doesn’t indicate that any more.

    Thanks!

    in reply to: Table Charts #7488
    DCH
    Participant

    Hey there, just curious, are you still working on an update for SPJS Charts?

    in reply to: Help. Default Display Page Stuck #7345
    DCH
    Participant

    I’ve had the same problem and did this:

    1. add ‘?contents=1’ to the end of the page URL (without the quotes)
    2. delete the overlay webpart on the Web Part Page Maintenance screen that comes up

    in reply to: Pattern Format #7335
    DCH
    Participant

    Here is the value in my PatternFormat field. And the URL below is what is in the ‘https://URLGeneratedByPatternFormat’ above (including the single quotes).

    <a href='https://sharepoint/sites/site/Lists/List/View.aspx?View={9398E27A-31BE-4CFA-89B4-837F6F111E36}&FilterField1=Status&FilterValue1={0}' target='_blank'>{0}</a>
    • This reply was modified 9 years, 1 month ago by DCH.
    in reply to: Pattern Format #7328
    DCH
    Participant

    Awesome thanks, this gets me further than I’ve gotten before!

    I’m not sure if this is a bug or something I still don’t understand, but the URL ends up like this:

    https://sharepoint.com/sites/site/SitePages/’https://URLGeneratedByPatternFormat&#8217;

    • This reply was modified 9 years, 1 month ago by DCH.
    DCH
    Participant

    I’ve had trouble before with the Lookup (id) field type and {currentItem:ID} combination. When I made the query text based instead of numeric it worked for me.

    in reply to: Rich Text Field – Line Break Rendering #7122
    DCH
    Participant

    Phew! I’m not crazy then.

    I am using:

    DFFS Frontend v4.255
    DFFS Backend v4.254
    CSS version: 4.01 / 4.01
    spjs-utility version: 1.205

    in reply to: "This Took Forever" – DispForm and EditForm #7114
    DCH
    Participant

    Yes, the new updates fixed the issue, thank you!

    in reply to: Tabs in Backend missing Up Down for Fields #7109
    DCH
    Participant

    Lana,

    I was confused at first myself, but then I saw that Alexander changed it from the up/down buttons to the “order from top” drop downs in the first column. It is mentioned in the change log but I didn’t take notice at first. I think the new method is much faster and easier to use.

    Thanks!

    in reply to: Hide SBS Vertical Label? #7098
    DCH
    Participant

    Alexander,

    Thank for adding this to the newest versions. I now have v4.254_backend, v4.255_frontend, and spjs-utility v1.205 installed. The rules will now allow me to hide the SBS label (thanks!) but the empty parent TR is still there in the form. I tried to add the element id (e.g., sbs_OuterTR_6) to the rule but then I got the “This took forever” overlay again.

    When I click the overlay to hide it, the DFFS form is there with all the tabs in place instead of the out-of-the-box form I usually see when that happens.

    Thanks!

    DCH

    • This reply was modified 9 years, 2 months ago by DCH.
    in reply to: "This Took Forever" – DispForm and EditForm #7030
    DCH
    Participant

    Using those two files I was able to see the tabs on both the DispForm and EditForm, and I was able to access the backend configuration page, but I also got this alert on my page:

    The query cannot be completed because the number of lookup columns it contains exceeds the lookup column threshold enforced by the administrator. Operations that exceed the list view threshold are allowed in the following time window defined by the administrator: Daily, from 8:00:00 PM to 12:00:00 AM .

    • This reply was modified 9 years, 2 months ago by DCH.
    in reply to: Required Field CSS #6368
    DCH
    Participant

    This might help? I use jQuery to add an “$” in front of currency fields in my NewForm and EditForm. When it stopped working one day it took me a bit to figure out that SharePoint adds “Required Field” to the input element title property.

    $("input[title='2014 Capital Budget Required Field']").before("$ ");
    in reply to: Pixel Clipping #6076
    DCH
    Participant

    Document mode: 8 (Default)
    User agent string: Default

Viewing 15 posts - 46 through 60 (of 63 total)