Topic on Project:Support desk

Can't query data from category using DynamicPageList3

1
BotBernard (talkcontribs)

Hi, I'm working with a form that sends its responses to individual pages, which are then categorized. I'm trying to retrieve these responses using DynamicPageList3 (DPL3), but I'm having trouble.

When I use the `{{#dpl ...}}` syntax to query the data, I don't get the expected results. Instead, I receive a message like "Template: DPL Extension," as if the DPL3 extension can't find or process my request properly.

I've checked that the names in the format parameter of my DPL3 query are the same as the property names in my form responses. I also made sure that DynamicPageList3 is installed correctly, and I've tried disabling cache results with $wgDplSettings['alwaysCacheResults'] = false;, but I'm still not getting the expected results. I don't know what else I can do to resolve this.

Could you help me understand why this might be happening and what I can do to fix it? Any advice on troubleshooting DPL3 issues or suggestions for resolving this problem would be appreciated.

Here is my query :

{{#dpl:

 category=Liste Appui Assistance
 exclude=Modèle:Appui Assistance
 format=|%|Date|%||%|TraitePar|%||%|QualitéDuDemandeur|%||%|Organisme|%||%|Unité|%||%|Département|%||%|Problématique|%||%|Thématique|%||%|Cadre|%||%|ObjetDemandeRésumé|%||%|SuiviAfaire|%||%|TypeAppui|%||%|DelaiTraitement|%
 mode=userformat

}}

Reply to "Can't query data from category using DynamicPageList3"