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: 
narender123
Specialist
Specialist

Add records in column?pls give me idea?

Hi All

I have a table with field Tax type . In this tax type column there is 9 tax type name.I want to add more tax type name in this field .The tax type names that i want to add is made by some conditions in set analysis and different tax type name having different condition.How can i do this????????

eg:

Tax Type            Amount

alcohol              1000      (set analysis =sum({<year={$(=max(Year))},status code={350,360},Flag={'A'}>}Amount)

Duty                  5000      (set analysis =sum({<year={$(=max(Year))},status code={350,360},Flag={'A'}>}Amount)

bottle levy            10000    (set analysis =sum({<year={$(=max(Year))},status code={350,360},Flag={'A'}>}Amount)

and the tax type that i want to Add in Tax type are

MERCTAX           15000  (set analysis = sum({<ALLOCTRANTYPE={'MERCTAX'},Flag={'P'}>}AMOUNT)

OFFPAY'             20000    (set analysis =sum({<ALLOCTRANTYPE={'OFFPAY'},Flag={'P'}>}AMOUNT)

.

.

Thanks.

3 Replies
narender123
Specialist
Specialist
Author

Hi Guys,

Any Idea????

Thanks

Regards:

Narender

narender123
Specialist
Specialist
Author

Hey is it possible.Pls Tell me???

Not applicable

Hi,

Create a Inline Table with the TaxType that you want and then concatenate it with the original table.

Thanks,