Qlikview Fast Change option is not working - qlikview

I have created one QV report in which i have added one chart which shows result data.
In that chart properties i have tick fast change allowed type as: Pivot table and Straight table.
My QV desktop version is 12. While selecting one dimension and one measure and click on change the type,at that time it is not working.
I have created my another report in QV version 11 and fast change is working proper over there. Is this the issue of versioning?Or else some property issue?
After clicking on the red highlighted symbol, it still keeps as it is and does not converting to pivot data.
Straight Table:
Pivot Table:
Also below is the Screenshot of the report which i have created in QV version 11. For one dimension and measure,while click on fast change option, it is converting to pivot table as per below:
Can anyone help me out please?
I have already tried by deleting my existing chart and created another new chart with same properties but it is also not working for the new one.

Click on the title of the dimesion and drag it up and to the right. your cursor should go off of the object without releasing the mouse button. to about where my green arrow is.
Then it will look like this

Related

MS Access SQL Chart Issue / Chart Disappearing

I have a query that works just fine as long as the Alarms form is opened properly with StartDate1 and EndDate1 populated:
Query: AllAlarms
SELECT Table1.FtStageCd, Table1.Date, Table1.OutAl
FROM Table1
WHERE (((Table1.Date) Between [Forms]![Alarms]![StartDate1] And [Forms]![Alarms]![EndDate1]))
ORDER BY Table1.Date;
When I create a chart in MS Access using the above query as its row source using the MS Access chart wizard it is fine until I select a legend. When I select legend in design mode and in Form/Report mode it goes blank white. Without a legend (series) it loads fine.
When I remove the "WHERE (((Table1.Date) Between [Forms]![Alarms]![StartDate1] And [Forms]![Alarms]![EndDate1]))" from the query above, the charts shows data normally (not sorted as I wanted, but data is shown).
I tried generating a separate report with that chart that is separate from the "Alarms" form then load the "Alarms" form first - populating the "StardDate1" and "EndDate1" and this separate isolated form still does not work (implying it doesn't sound like a timing issue).
For reference below is the row source for the chart:
TRANSFORM Sum([AllAlarms].[OutAl]) AS SumOfOutAl
SELECT [AllAlarms].[Date]
FROM [AllAlarms]
GROUP BY [AllAlarms].[Date]
ORDER BY [AllAlarms].[Date]
PIVOT [AllAlarms].[FtStageCd];
I've tried other things like creating the chart and altering it in VBA, but did not find any property useful to edit (tried applying the date range in a different manner - can't override access chart axes). I've tried not using the Access 2016 chart wizard and I simply could not get any chart to show - may be that I don't have the right reference loaded?
I am surprised CROSSTAB works at all. AFAIK, when dynamic criteria is involved in any query that contributes to a CROSSTAB or in the CROSSTAB itself, there must be a PARAMETERS clause or CROSSTAB must specify column headings. Review http://allenbrowne.com/ser-67.html#Param

Issue in creation a chart in pentaho

I recently use pentaho BA 8 and I have a problem in the creation of a new chart with sql query in Pentaho.
I've made a query and assign that in the chart, but in the moment to see the preview view, the view appear in blank. FYI, the chart is correctly associated to a row in the layout structure.
My question is, the result of query must be assigned manually in the chart's axis?
The sql query is:
select sum(cantidad) as cantidad, id_cliente from viewdetallecaja where ptl_id = ${ptl}
and the values in the chart properties is attached
Pentaho's chart properties area
can you please add details as to what kind of chart you assigned to. Also check catalina.out which is the log file for Pentaho's BI and paste any errors here if any.
You have assigned the results of the query (Query3) to the chart in the Datasource property. Double check that the query is actually returning results.

Updatable Label text according to combobox filled with an Acces database

Hi I'm using Visual Basic 2008 Express Edition, so I have a combobox that gets filled with items from a data base made with Microsoft Acces, the combobox is filled with the values stored in a column from a table in de database so the user can select an "option" from it, I want to add labels that show the values for the corresponding row of that column. I used the Data Source panel to drag and drop the labels corresponding to the values that I want and it works it show the value that I want when I compile the application (at least I think it does, it could be that it's only selecting the first entry) the problem is that when I select a diferent entry on the combobox the labels don't refresh with the new values. How can I do that?
edit
Ok soo I guess my real question is how does Visual Basic Populates de combobox and gets the value of the other Acces DB entrys to change the .text value of the labels? And I mean the actual code that does that.
See if this helps at all
Put some code in the on_click event of the combo box to change the label captions appropriately.
Ok I figured it out, apereantly Visual Creates new data sources each time you drag and drop an item from the Data Sources Panel so all you have to do is make sure that VB is using the same data source used in the combo boxes and the labels so they will update automatically when you choose an option from the combo box, I did it by finding the proper elements in the Form1.Designer.vb file of my project and editing 'DataBindings.Add' property of the labels.

How to update the Dataset to reflect an added column in the data source without deleting the adapter?

I've made a dataset using the dataset designer, and I'm trying to add a column to reflect changes made to the database (added a column, nothing fancy). Is there a way to 'refresh' the dataset schema from the datasource without deleting my adapter (and all the methods and queries I've created)?
I know its been a while since you posted but as I was having the same problem and figured out how to do this I reckoned I'll post the solution that worked for me.
Right click on the dataset object you want to update (on the strip at the bottom of your viewpane)
Select "Edit in Dataset Designer"
in the dataset designer, right click on the header of the table you want to add a column to
select configure... this will bring up the sql statement that is used to draw values into the dataset for this table
Edit the sql to include the column you want to include in your dataset's table and click finish i.e. in the select statement, include your columns name in the list
close the dataset designer then go to any controls (in my case its a datagridview), click on the tasks arrow (top right hand corner next to the handle) and select add column
select the newly created column from the list of databound columns and click "add"
select "edit columns" from the task menu
move the column to the correct position (it will always be placed as the last column in your grid and you may not want it to be the last column)
voila, I know its hardly snappy but it beats the hell out of deleting the dataset and then fixing up all the coding errors that come up... also after doing it a few times it'll be like second nature (I hope)
regards
p.s. am working in VS2010
Had to just delete the adapter and the table. It's rather annoying but I guess there really isn't a way around it. Maybe in VS2010 or later versions of .net.

Business Objects ver 3 Alternate Row/Column Colors not active

I am converting reports from version 2 to version 3. When I select the vertical table in the report, the propeties box appears but any changes I make is not reflected in the table. If I change any attributes at the column or cell level however, the changes are taken. The problem is that some attributes like alternate row coloring are not available at the column level.
Are you pressing enter after making the change? It sounds like a silly question, but I know failing to press enter after changing a universe for a query source won't be saved by the editor and it immediately reverts to the original value.