Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.