should that go above or below the CascadeDropdowns function? i've tried both but no luck.
i've tried: (my parent list has no space in the name "WorkPhase". i've also tried the GUID)
$().SPServices.SPFilterDropdown({
relationshipList: "WorkPhase",
relationshipListColumn: "Title",
relationshipListSortColumn: "ID",
columnName: "Work Phase"
});
i've also tried:
$().SPServices.SPFilterDropdown({
relationshipList: "WorkPhase",
relationshipListColumn: "Title",
relationshipListSortColumn: "ID",
columnName: "Title"
});
no joy.
in your documentation, it says:
columnName
The DisplayName of the child column in the form
(not the parent column?)
i've tried: (my parent list has no space in the name "WorkPhase". i've also tried the GUID)
$().SPServices.SPFilterDropdown({
relationshipList: "WorkPhase",
relationshipListColumn: "Title",
relationshipListSortColumn: "ID",
columnName: "Work Phase"
});
i've also tried:
$().SPServices.SPFilterDropdown({
relationshipList: "WorkPhase",
relationshipListColumn: "Title",
relationshipListSortColumn: "ID",
columnName: "Title"
});
no joy.
in your documentation, it says:
columnName
The DisplayName of the child column in the form
(not the parent column?)