No fields in Pivot Table Pro

Post Reply
User avatar
dhickey76
Posts: 85
Joined: 27 Mar 2020, 20:45
Name: Damien
Location: Utah, USA
Company Name: Techtop Canada
Contact:

No fields in Pivot Table Pro

Post by dhickey76 »

Hi Sergey,

This has never worked for me since the Pivot table pro was introduced. I just updated to 2.8.3 and its still the same. There are no filter/field options in the report menu. I cant add a pro pivot table without adding fields. The regular pivot table works fine.

Pivot table pro
Pivot table pro.png
Regular pivot table
Pivot table.png
Got any ideas?

Thanks,
Damien
User avatar
marijan
Posts: 281
Joined: 06 Dec 2018, 04:52
Name: Marijan Grijakovic
Location: Skopje

Re: No fields in Pivot Table Pro

Post by marijan »

Hello Damien,

You don't have this like at picture?
Screenshot_111.png
If you don't have it is strange because I have it in version 2.8.2 and also in v2.8.3

Regards
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: No fields in Pivot Table Pro

Post by support »

Can't reproduce this issue. There is no any conditioan to hide Pivot Table Fields
Try to rewrite all files. Check php error log if there some errors. Try to delete and create new report.
User avatar
dhickey76
Posts: 85
Joined: 27 Mar 2020, 20:45
Name: Damien
Location: Utah, USA
Company Name: Techtop Canada
Contact:

Re: No fields in Pivot Table Pro

Post by dhickey76 »

marijan wrote: 02 Mar 2021, 03:06 Hello Damien,

You don't have this like at picture?
Screenshot_111.png

If you don't have it is strange because I have it in version 2.8.2 and also in v2.8.3

Regards
Nope I have no options to add fields when creating a new Pro report. I updated to 2.8.3 yesterday so everything is fresh. The issue also started when the new report was installed. It has never worked for me. I held off updating because I thought it was a bug. But after updating yesterday I think something else is happening. I'll check with hosting company to see if they are seeing any errors on their side.

Thanks!
Damien
User avatar
dhickey76
Posts: 85
Joined: 27 Mar 2020, 20:45
Name: Damien
Location: Utah, USA
Company Name: Techtop Canada
Contact:

Re: No fields in Pivot Table Pro

Post by dhickey76 »

This issue has been resolved. I had a feeling it was some custom CSS on my end hiding the element.

This was the culprit

Code: Select all

small {
    display: none;
}
I change this to

Code: Select all

table small {
	display: inline;
}
Everything is working normally now.
Post Reply