Forum Replies Created
-
AuthorPosts
-
Sorry for the delay – I have been away for a few days.
I have not been able make the set field value consistently trigger attached rules, but in later versions you can set up the rule which sets the field value to manually call the “next” rule.
Look at the “Run these functions / trigger these rules” field in the rule setup.
Unfortunately this is not available for the older versions.
Alexander
I’m fairly confident it should handle the 5000 items limit – Have you tested it?
If it does not work, I might have another version that have not been published.
Alexander
Hi Gerry,
I have finally been able to look at this problem. I believe it has now been sorted in the latest vLookup plugin (frontend v2.208 and backend v2.203) – can you please test to see if the problem i solved?Alexander
Yes, but when using v3.x you must use the “old” variable name – like described in page 6 here: https://files.spjsworks.com/files/DynamicFormsForSharePoint/v4/InstallationManual/How%20to%20set%20up%20DFFS%20v4%20-%20v1.3.6.pdf
If you have a v3.x license, you can use this by using the old variable name like
“spjs_license” instead of “spjs_dffs_license”.Alexander
I’m glad you got it working. If I remember correctly, you must set the option “IsStacked” to true to have the bar width to the full width.
Alexander
Depending on the data-source you may be able to use the method in this page: https://spjsblog.com/2013/10/02/spjs-charts-for-sharepoint-v4/
Scroll down to “Configuring your first chart” and look at the screenshots.
Could this be used?
Alexander
Hi,
Sorry for the delay. My current solution does not support DFFS, but here is a link to a solution created by Andrew: https://spjsblog.com/forums/topic/dffs-form-examples/#post-7858Hope this helps,
AlexanderIt took a while, but you can now test the JSLink version here: https://spjsblog.com/2015/07/11/dffs-jslink-version-for-sp2013/
Alexander
Sorry for the delay – yes, update the CEWP code you use in these forms.
Alexander
Hi,
The style role is currently not supported (was not available when I created the current release), and if you want to have different colors on the bars, I’m afraid you need to split the data in separate series. Can this be achieved by using some calculated columns so you can add the data columns as multiple rows in the configuration and get different series?The calculated column “CustomValue1Column” could look like this:
=if([The original column name]="value1","1","0")
And the calculated column “CustomValue2Column” could look like this:
=if([The original column name]="value2","1","0")
Then you add the new columns “CustomValue1Column” and “CustomValue2Column” as separate series (using “sum”).
Could this work?
Alexander
Sorry, but this is not currently possible.
Alexander
I guess you need the relative URL of the image – like “/site/library/Red_X_icon.png”.
Alexander
This image is set using a base64 encoded string. If you encounter problems, you may change the image to a proper image in the file DFFS_frontend.css – look for the class “tooltipHolderClose”-
Alexander
Which SharePoint version and browser are you using?
Alexander
Hi Gerrits,
Can you post a sceenshot? – in my setup the x icon is white.Alexander
-
AuthorPosts