Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
cesaryulgon
Contributor II
Contributor II

Read table fields dynamically

Hello.
I have the following project where I must read the fields of a table according to the selected filters
Example table.
Code , Year ,Period1,Period2,Period3,Period4,Period5,Period6,Period7,Period8,Period9,Period10,Period11,Period12

Filter = Year
Filter >= Period3

Show in report.

Code, year, Period3,Period4,Period5,Period6,Period7,Period8,Period9,Period10,Period11,Period12,Period1,Period2

Where Period1,Period2 they are Period next year.

Please help me !!!!

1 Solution

Accepted Solutions
Lucas_Gatling
Support
Support

@cesaryulgon  take a look at the following thread: https://community.qlik.com/t5/QlikView-App-Dev/Dynamic-filter-in-Qlikview/m-p/1444449

Another article on dynamic filtering as well: http://www.learnqlikview.com/qlikview-dynamic-filters/?nomobile

 

 

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

1 Reply
Lucas_Gatling
Support
Support

@cesaryulgon  take a look at the following thread: https://community.qlik.com/t5/QlikView-App-Dev/Dynamic-filter-in-Qlikview/m-p/1444449

Another article on dynamic filtering as well: http://www.learnqlikview.com/qlikview-dynamic-filters/?nomobile

 

 

If the issue is solved please mark the answer with Accept as Solution.