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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Whi calculated dimension are not dinamical when use inputfield

Whi calculated dimension are not dinamical when use inputfield?

example of calculated dimensions:
=if (P040_CONSENSO='YES', '1', '0')

If i change value of P040_CONSENSO the value of calculated dimension not change
in version 8.50.6091.4 of qulikview

3 Replies
dirk_konings
Creator III
Creator III

I have the same problem. I want to use a inputfield as a dimension.

We have invoices with duedates. I copied the duedate into a inputfield duedateInput.

How could i use this as a dimension ?? When i change the duedateInput of a invoice, i want to see the chart change. (expr : sum(sales))

Not applicable
Author

You could change your expression as follows:

=SUM(IF(duedate=duedateinput,Sales))

Try that,

dirk_konings
Creator III
Creator III

not an option, because the problem is within the dimensions.

The values of the dimension (duedateInput) is not shown correct. We have the same date multiple times with there own Sales amount. So, i think it shows each record in the table