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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic table Formation

Hi Community,

Source Name
A
B
C
D
E

Exception 1Exception 2Exception 3Exception 4Exception 5
ADMKBG66523575sdg
3Y%

5633656656

jjg366ffyef
BDM33GFEWgggggjyfhj
TTTGT%68686754jg
SharmaLEFTjjy96fg
Name
Account Name
SLD %
Int Rate
Payment
Contribution
GR Rt

Suppose this 3 Tables are in data Model.

Requiremnt is How i Create Dynamic Table on a single click of Source name.

If i Click on B there will be table of Exception 2 , Exception 3, Exception 4 but

Table should be come by renaming Exceptions as SLD % , Int Rate, Payment


Which way i have to use?

Labels (1)
4 Replies
swuehl
Champion III
Champion III

And the renaming depends on the source table value selected? How?

Not applicable
Author

Its not kind of Renaming. Exception 1 is account number & Exception two is SLD %

swuehl
Champion III
Champion III

Well .. then I just don't understand what you are trying to achieve.

Maybe you could elaborate with a step by step use case and expected results when selecting different values from Source Name?

MarcoWedel
MVP
MVP

Hi,

maybe one solution could be:

QlikCommunity_Thread_212048_Pic1.JPG

QlikCommunity_Thread_212048_Pic2.JPG

QlikCommunity_Thread_212048_Pic3.JPG

QlikCommunity_Thread_212048_Pic4.JPG

FOR vTab = 1 to 3

  table$(vTab):

  LOAD * FROM [https://community.qlik.com/thread/212048] (html, codepage is 1252, embedded labels, table is @$(vTab));

NEXT vTab

hope this helps

regards

Marco